]> git.saurik.com Git - apple/libc.git/blame - stdio/FreeBSD/fputs.3.patch
Libc-320.tar.gz
[apple/libc.git] / stdio / FreeBSD / fputs.3.patch
CommitLineData
9385eb3d
A
1--- fputs.3.orig Tue May 20 15:22:42 2003
2+++ fputs.3 Thu Jul 31 17:34:11 2003
3@@ -109,3 +109,13 @@
4 .Fn puts
5 conform to
6 .St -isoC .
7+While not mentioned in the standard, both
8+.Fn fputs
9+and
10+.Fn puts
11+print
12+.Ql (null)
13+if
14+.Fa str
15+is
16+.Dv NULL .