diff options
Diffstat (limited to 'src/lib/libc/string/bcmp.3')
-rw-r--r-- | src/lib/libc/string/bcmp.3 | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/lib/libc/string/bcmp.3 b/src/lib/libc/string/bcmp.3 index 118c55c579..57e1a0fade 100644 --- a/src/lib/libc/string/bcmp.3 +++ b/src/lib/libc/string/bcmp.3 | |||
@@ -11,11 +11,7 @@ | |||
11 | .\" 2. Redistributions in binary form must reproduce the above copyright | 11 | .\" 2. Redistributions in binary form must reproduce the above copyright |
12 | .\" notice, this list of conditions and the following disclaimer in the | 12 | .\" notice, this list of conditions and the following disclaimer in the |
13 | .\" documentation and/or other materials provided with the distribution. | 13 | .\" documentation and/or other materials provided with the distribution. |
14 | .\" 3. All advertising materials mentioning features or use of this software | 14 | .\" 3. Neither the name of the University nor the names of its contributors |
15 | .\" must display the following acknowledgement: | ||
16 | .\" This product includes software developed by the University of | ||
17 | .\" California, Berkeley and its contributors. | ||
18 | .\" 4. Neither the name of the University nor the names of its contributors | ||
19 | .\" may be used to endorse or promote products derived from this software | 15 | .\" may be used to endorse or promote products derived from this software |
20 | .\" without specific prior written permission. | 16 | .\" without specific prior written permission. |
21 | .\" | 17 | .\" |
@@ -31,12 +27,11 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
33 | .\" | 29 | .\" |
34 | .\" from: @(#)bcmp.3 5.4 (Berkeley) 4/19/91 | 30 | .\" $OpenBSD: bcmp.3,v 1.7 2007/05/31 19:19:32 jmc Exp $ |
35 | .\" $Id: bcmp.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $ | ||
36 | .\" | 31 | .\" |
37 | .Dd April 19, 1991 | 32 | .Dd $Mdocdate: May 31 2007 $ |
38 | .Dt BCMP 3 | 33 | .Dt BCMP 3 |
39 | .Os BSD 4.2 | 34 | .Os |
40 | .Sh NAME | 35 | .Sh NAME |
41 | .Nm bcmp | 36 | .Nm bcmp |
42 | .Nd compare byte string | 37 | .Nd compare byte string |
@@ -47,8 +42,7 @@ | |||
47 | .Sh DESCRIPTION | 42 | .Sh DESCRIPTION |
48 | The | 43 | The |
49 | .Fn bcmp | 44 | .Fn bcmp |
50 | function | 45 | function compares byte string |
51 | compares byte string | ||
52 | .Fa b1 | 46 | .Fa b1 |
53 | against byte string | 47 | against byte string |
54 | .Fa b2 , | 48 | .Fa b2 , |
@@ -68,5 +62,5 @@ The strings may overlap. | |||
68 | .Sh HISTORY | 62 | .Sh HISTORY |
69 | A | 63 | A |
70 | .Fn bcmp | 64 | .Fn bcmp |
71 | function first appeared in | 65 | function first appeared in |
72 | .Bx 4.2 . | 66 | .Bx 4.2 . |