diff options
author | 2000-04-21 15:24:18 +0000 | |
---|---|---|
committer | 2000-04-21 15:24:18 +0000 | |
commit | 60ab2826e6a68856a3f0b37c4345bfc35c6c0c28 (patch) | |
tree | 242337194a050a28ff13525992611dabe0a84956 /lib/libc/string/bcmp.3 | |
parent | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about (diff) | |
download | wireguard-openbsd-60ab2826e6a68856a3f0b37c4345bfc35c6c0c28.tar.xz wireguard-openbsd-60ab2826e6a68856a3f0b37c4345bfc35c6c0c28.zip |
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/bcmp.3')
-rw-r--r-- | lib/libc/string/bcmp.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index 15ebd39cccc..d880c1e6f08 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bcmp.3,v 1.4 1999/06/29 18:01:30 aaron Exp $ +.\" $OpenBSD: bcmp.3,v 1.5 2000/04/21 15:24:18 aaron Exp $ .\" .Dd April 19, 1991 .Dt BCMP 3 @@ -46,8 +46,7 @@ .Sh DESCRIPTION The .Fn bcmp -function -compares byte string +function compares byte string .Fa b1 against byte string .Fa b2 , |