diff options
author | jilles <jilles@FreeBSD.org> | 2015-06-04 21:54:46 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2015-06-04 21:54:46 +0000 |
commit | bc19279e144fc79471165a09bab6112dc22638bb (patch) | |
tree | ff807e88882717cfc9e81848ed7f24ffb73dd901 /lib | |
parent | 5f12aa248af43bda429e16d21771c75dd06f083e (diff) | |
download | FreeBSD-src-bc19279e144fc79471165a09bab6112dc22638bb.zip FreeBSD-src-bc19279e144fc79471165a09bab6112dc22638bb.tar.gz |
strchr(3): Mdoc fixes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/strchr.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 6117831..a39ea3e 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -113,10 +113,12 @@ and .Fn strrchr conform to .St -isoC . -The +The function .Fn strchrnul -is a GNU extension . -.Sh History +is a +.Tn GNU +extension. +.Sh HISTORY The .Fn strchrnul function first appeared in glibc 2.1.1 and was added in |