diff options
author | mpp <mpp@FreeBSD.org> | 1999-06-11 16:26:29 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-06-11 16:26:29 +0000 |
commit | daef367bde6af5097b2f546a3354d203f50ff8c7 (patch) | |
tree | 55ffa8be766f7dc6ee8b57a719cc05809ab80a99 /lib | |
parent | e1abb8d9ac8ee0bc112cd5add92a80a4066a1dcd (diff) | |
download | FreeBSD-src-daef367bde6af5097b2f546a3354d203f50ff8c7.zip FreeBSD-src-daef367bde6af5097b2f546a3354d203f50ff8c7.tar.gz |
Fix a minor style nit in the NAME section.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/strcmp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index d84b900..2d5d410 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -40,7 +40,7 @@ .Os .Sh NAME .Nm strcmp , -.Nm strncmp , +.Nm strncmp .Nd compare strings .Sh SYNOPSIS .Fd #include <string.h> |