diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 06:06:47 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 06:06:47 +0000 |
commit | 1439a3ed869f4c4053b1c7fa932c6ca23bfc9c50 (patch) | |
tree | 943ae65913253edde4370a0fd9a747e2f6b2bf65 /share/man | |
parent | d09fec89f88066220176c03d354d40f428eef212 (diff) | |
download | FreeBSD-src-1439a3ed869f4c4053b1c7fa932c6ca23bfc9c50.zip FreeBSD-src-1439a3ed869f4c4053b1c7fa932c6ca23bfc9c50.tar.gz |
MFC r315795:
alq(9): fix mandoc markup
Start new sentence on a new line.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/alq.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/alq.9 b/share/man/man9/alq.9 index b13e73d..7d62100 100644 --- a/share/man/man9/alq.9 +++ b/share/man/man9/alq.9 @@ -360,8 +360,8 @@ Performance critical code paths may wish to consider using .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 |