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

Mark Johnston markj at FreeBSD.org
Sat Oct 20 17:48:06 UTC 2018


Author: markj
Date: Sat Oct 20 17:48:05 2018
New Revision: 339458
URL: https://svnweb.freebsd.org/changeset/base/339458

Log:
  Fix formatting.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/lib/libc/stdio/fopen.3
==============================================================================
--- head/lib/libc/stdio/fopen.3	Sat Oct 20 17:45:42 2018	(r339457)
+++ head/lib/libc/stdio/fopen.3	Sat Oct 20 17:48:05 2018	(r339458)
@@ -119,8 +119,8 @@ or the first letter.
 This is strictly for compatibility with
 .St -isoC
 and has effect only for
-.Fn fmemopen
-; otherwise
+.Fn fmemopen ;
+otherwise
 .Dq Li b
 is ignored.
 .Pp


More information about the svn-src-head mailing list