From de41454be587c2766d0ded53f5d29ab08863ba5d Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 30 Mar 2017 06:06:49 +0000 Subject: [PATCH] MFC r315795: alq(9): fix mandoc markup Start new sentence on a new line. git-svn-id: svn://svn.freebsd.org/base/stable/10@316247 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man9/alq.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/alq.9 b/share/man/man9/alq.9 index 65c2d07d9..0393d8dd6 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 -- 2.42.0