svn commit: r291197 - head/lib/libc/stdio

Dag-Erling Smørgrav des at FreeBSD.org
Mon Nov 23 12:47:09 UTC 2015


Author: des
Date: Mon Nov 23 12:47:08 2015
New Revision: 291197
URL: https://svnweb.freebsd.org/changeset/base/291197

Log:
  markup fixes

Modified:
  head/lib/libc/stdio/fopen.3

Modified: head/lib/libc/stdio/fopen.3
==============================================================================
--- head/lib/libc/stdio/fopen.3	Mon Nov 23 12:19:36 2015	(r291196)
+++ head/lib/libc/stdio/fopen.3	Mon Nov 23 12:47:08 2015	(r291197)
@@ -120,7 +120,9 @@ This is strictly for compatibility with
 .St -isoC
 and has effect only for
 .Fn fmemopen
-; otherwise the ``b'' is ignored.
+; otherwise
+.Dq Li b
+is ignored.
 .Pp
 Any created files will have mode
 .Do Dv S_IRUSR
@@ -230,7 +232,9 @@ allocates
 .Fa size
 bytes of memory. This buffer is automatically freed when the
 stream is closed. Buffers can be opened in text-mode (default) or binary-mode
-(if ``b'' is present in the second or third position of the
+(if
+.Dq Li b
+is present in the second or third position of the
 .Fa mode
 argument). Buffers opened in text-mode make sure that writes are terminated with
 a NULL byte, if the last write hasn't filled up the whole buffer. Buffers
@@ -343,5 +347,7 @@ The
 function
 conforms to
 .St -p1003.1-2008 .
-The ``b'' mode does not conform to any standard
+The
+.Dq Li b
+mode does not conform to any standard
 but is also supported by glibc.


More information about the svn-src-head mailing list