Re: svn commit: r333937 - head/lib/libc/sys

2018-05-20 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ]
> Author: sevan (doc committer)
> Date: Sun May 20 20:28:17 2018
> New Revision: 333937
> URL: https://svnweb.freebsd.org/changeset/base/333937
> 
> Log:
>   Fix a typo and remove an unneeded Tn macro as highlighted by mandoc -Tlint.
>   
>   Submitted by:   Mateusz Piotrowski
>   MFC after:  1 week
>   Differential Revision:  https://reviews.freebsd.org/D15204
> 
> Modified:
>   head/lib/libc/sys/recv.2
> 
> Modified: head/lib/libc/sys/recv.2
> ==
> --- head/lib/libc/sys/recv.2  Sun May 20 20:08:21 2018(r333936)
> +++ head/lib/libc/sys/recv.2  Sun May 20 20:28:17 2018(r333937)
> @@ -28,7 +28,7 @@
>  .\" @(#)recv.2   8.3 (Berkeley) 2/21/94
>  .\" $FreeBSD$
>  .\"
> -.Dd October 3, 2017
> +.Dd May 20, 2018
>  .Dt RECV 2
>  .Os
>  .Sh NAME
> @@ -198,9 +198,7 @@ If no data is available,
>  .Va errno
>  is set to
>  .Er EAGAIN .
> -This flag is not available in strict
> -.Tn ANSI
> -or C99 compilation mode.
> +This flag is not available in strict ANSI or C99 compilation mode.

This could be re-written to use .St

>  The
>  .Dv MSG_WAITFORONE
>  flag sets MSG_DONTWAIT after the first message has been received.
> @@ -298,7 +296,7 @@ system call uses the
>  .Fa mmsghdr
>  structure, defined as follows in the
>  .In sys/socket.h
> -header :
> +header:
>  .Bd -literal
>  struct mmsghdr {
>   struct msghdrmsg_hdr;   /* message header */
> 
> 

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r333937 - head/lib/libc/sys

2018-05-20 Thread Sevan Janiyan
Author: sevan (doc committer)
Date: Sun May 20 20:28:17 2018
New Revision: 333937
URL: https://svnweb.freebsd.org/changeset/base/333937

Log:
  Fix a typo and remove an unneeded Tn macro as highlighted by mandoc -Tlint.
  
  Submitted by: Mateusz Piotrowski
  MFC after:1 week
  Differential Revision:https://reviews.freebsd.org/D15204

Modified:
  head/lib/libc/sys/recv.2

Modified: head/lib/libc/sys/recv.2
==
--- head/lib/libc/sys/recv.2Sun May 20 20:08:21 2018(r333936)
+++ head/lib/libc/sys/recv.2Sun May 20 20:28:17 2018(r333937)
@@ -28,7 +28,7 @@
 .\" @(#)recv.2 8.3 (Berkeley) 2/21/94
 .\" $FreeBSD$
 .\"
-.Dd October 3, 2017
+.Dd May 20, 2018
 .Dt RECV 2
 .Os
 .Sh NAME
@@ -198,9 +198,7 @@ If no data is available,
 .Va errno
 is set to
 .Er EAGAIN .
-This flag is not available in strict
-.Tn ANSI
-or C99 compilation mode.
+This flag is not available in strict ANSI or C99 compilation mode.
 The
 .Dv MSG_WAITFORONE
 flag sets MSG_DONTWAIT after the first message has been received.
@@ -298,7 +296,7 @@ system call uses the
 .Fa mmsghdr
 structure, defined as follows in the
 .In sys/socket.h
-header :
+header:
 .Bd -literal
 struct mmsghdr {
struct msghdrmsg_hdr;   /* message header */
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"