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

Benjamin Kaduk bjkfbsd at gmail.com
Mon Nov 23 17:54:53 UTC 2015


On Mon, Nov 23, 2015 at 6:47 AM, Dag-Erling Smørgrav <des at freebsd.org>
wrote:

> 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
>

Hmm, I would have expected that the semicolon could go on the previous
line, as is normally
the case for punctuation following macros.  Is this not the case here?

-Ben


> +.Dq Li b
> +is ignored.
>  .Pp
>  Any created files will have mode
>  .Do Dv S_IRUSR
>


More information about the svn-src-all mailing list