Hello,

Could someone review the attached patches and possibly commit them?

The patches add HISTORY for the strstr(), strnstr(), strlen() and
strnlen() functions.

Thanks,
Marin

-- 
Marin Atanasov Nikolov

dnaeon AT gmail DOT com
daemon AT unix-heaven DOT org
http://www.unix-heaven.org/
Index: lib/libc/string/strlen.3
===================================================================
--- lib/libc/string/strlen.3	(revision 216178)
+++ lib/libc/string/strlen.3	(working copy)
@@ -90,3 +90,12 @@
 .Fn strnlen
 function conforms to
 .St -p1003.1-2008 .
+.Sh HISTORY
+The
+.Fn strlen
+function first appeared in
+.Bx 4.4 .
+The 
+.Fn strnlen
+function was added in
+.Fx 8.0 .
Index: lib/libc/string/strstr.3
===================================================================
--- lib/libc/string/strstr.3	(revision 216178)
+++ lib/libc/string/strstr.3	(working copy)
@@ -143,3 +143,12 @@
 function
 conforms to
 .St -isoC .
+.Sh HISTORY
+The
+.Fn strstr
+function first appeared in
+.Bx 4.4 .
+The
+.Fn strnstr
+function was added in
+.Fx 4.5 .
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to