Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2016 08:46:02 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r294781 - stable/10/lib/libc/stdio
Message-ID:  <201601260846.u0Q8k2L6044183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Tue Jan 26 08:46:02 2016
New Revision: 294781
URL: https://svnweb.freebsd.org/changeset/base/294781

Log:
  MFH (r291197): markup fixes

Modified:
  stable/10/lib/libc/stdio/fopen.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/stdio/fopen.3
==============================================================================
--- stable/10/lib/libc/stdio/fopen.3	Tue Jan 26 08:45:19 2016	(r294780)
+++ stable/10/lib/libc/stdio/fopen.3	Tue Jan 26 08:46:02 2016	(r294781)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601260846.u0Q8k2L6044183>