Author: ngie Date: Thu Mar 23 05:37:04 2017 New Revision: 315795 URL: https://svnweb.freebsd.org/changeset/base/315795
Log: alq(9): fix mandoc markup Start new sentence on a new line. MFC after: 1 week Sponsored by: Dell EMC Isilon Modified: head/share/man/man9/alq.9 Modified: head/share/man/man9/alq.9 ============================================================================== --- head/share/man/man9/alq.9 Thu Mar 23 05:32:02 2017 (r315794) +++ head/share/man/man9/alq.9 Thu Mar 23 05:37:04 2017 (r315795) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
