svn commit: r316247 - stable/10/share/man/man9

Ngie Cooper ngie at FreeBSD.org
Thu Mar 30 06:06:50 UTC 2017


Author: ngie
Date: Thu Mar 30 06:06:49 2017
New Revision: 316247
URL: https://svnweb.freebsd.org/changeset/base/316247

Log:
  MFC r315795:
  
  alq(9): fix mandoc markup
  
  Start new sentence on a new line.

Modified:
  stable/10/share/man/man9/alq.9
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/alq.9
==============================================================================
--- stable/10/share/man/man9/alq.9	Thu Mar 30 06:06:47 2017	(r316246)
+++ stable/10/share/man/man9/alq.9	Thu Mar 30 06:06:49 2017	(r316247)
@@ -360,8 +360,8 @@ Performance critical code paths may wish
 .Fn alq_getn
 (variable length queues) or
 .Fn alq_get
-(fixed length queues) to avoid the extra memory copy. Note that a queue
-remains locked between calls to
+(fixed length queues) to avoid the extra memory copy.
+Note that a queue remains locked between calls to
 .Fn alq_getn
 or
 .Fn alq_get


More information about the svn-src-all mailing list