Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 12:58:30 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324277 - head/lib/libc/net
Message-ID:  <201710041258.v94CwUXW037494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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