svn commit: r324277 - head/lib/libc/net

Benjamin Kaduk bjk at FreeBSD.org
Wed Oct 4 12:58:31 UTC 2017


Author: bjk (doc committer)
Date: Wed Oct  4 12:58:30 2017
New Revision: 324277
URL: https://svnweb.freebsd.org/changeset/base/324277

Log:
  mdoc style: start new sentence on new line

Modified:
  head/lib/libc/net/gethostbyname.3

Modified: head/lib/libc/net/gethostbyname.3
==============================================================================
--- head/lib/libc/net/gethostbyname.3	Wed Oct  4 12:25:39 2017	(r324276)
+++ head/lib/libc/net/gethostbyname.3	Wed Oct  4 12:58:30 2017	(r324277)
@@ -191,11 +191,13 @@ may be used to request the use of a connected
 socket for queries.
 Queries will by default use
 .Tn UDP
-datagrams. If the
+datagrams.
+If the
 .Fa stayopen
 flag is non-zero, a
 .Tn TCP
-connection to the name server will be used. It will remain open after calls to
+connection to the name server will be used.
+It will remain open after calls to
 .Fn gethostbyname ,
 .Fn gethostbyname2
 or


More information about the svn-src-head mailing list