]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix: add space between word and punctuation if BR or IR
authorSimon Paillard <spaillard@debian.org>
Sat, 8 Feb 2014 12:11:57 +0000 (13:11 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Feb 2014 07:00:35 +0000 (08:00 +0100)
Detected through the regex:
git grep -P '^\.(BR|IR) [^ ]*[,\.]$'

Could probably be extended to match more cases and fix in perl.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/prctl.2
man2/quotactl.2
man3/string.3
man4/hpsa.4
man5/gai.conf.5

index 314dc5fcf62de72e06da69800d0f3155f3d0b3c3..b881dde3acbf05c43086ec7b18668d7aef490ec8 100644 (file)
@@ -332,7 +332,7 @@ set to 0 clears the caller's "ptracer process ID".
 If
 .I arg2
 is
-.BR PR_SET_PTRACER_ANY,
+.BR PR_SET_PTRACER_ANY ,
 the ptrace restrictions introduced by Yama are effectively disabled for the
 calling process.
 
@@ -851,7 +851,7 @@ is
 .BR PR_SET_MM_START_DATA ,
 .BR PR_SET_MM_END_DATA ,
 or
-.BR PR_SET_MM_START_STACK,
+.BR PR_SET_MM_START_STACK ,
 and the permissions of the corresponding memory area are not as required;
 .IP *
 .I arg2
index 7422076f5a3355c88fa5eb83024d9e9bbcfa8946..a8386a9a8e7a2a41c14819ddf464a0da38075be2 100644 (file)
@@ -325,7 +325,7 @@ argument should be a pointer to a
 .I dqstats
 structure in which data should be stored.
 This structure is defined in
-.IR <sys/quota.h>.
+.IR <sys/quota.h> .
 The
 .I special
 and
index 4f76405647f8c0099087fbc9f5eed9b3f0846189..0f33e2cac59e8fdcbdfe9748930326d2794c87cf 100644 (file)
@@ -146,7 +146,7 @@ Compare at most
 bytes of the strings
 .I s1
 and
-.IR s2.
+.IR s2 .
 .TP
 .BI "char *strncpy(char *" dest ", const char *" src ", size_t " n );
 Copy at most
index 9b672704a39c9d9dc27e3cc17df79ade68555557..6ca1537086c46158b95a25a9d2f925f24d4d1e91 100644 (file)
@@ -70,7 +70,7 @@ and
 the RAID controller via the SCSI generic driver
 .RB ( sg (4)),
 with device nodes named
-.IR /dev/sd*,
+.IR /dev/sd* ,
 .IR /dev/st* ,
 and
 .IR /dev/sg* ,
index be1fc25d49ec3e08ef9bf2561196a94edac9f0b6..050f6e200e4d4e9e88921cd9ba00a1c3599d9d29 100644 (file)
@@ -91,5 +91,5 @@ precedence ::ffff:0:0/96  10
 .\" Ulrich Drepper <drepper@redhat.com>
 .\"
 .SH SEE ALSO
-.BR getaddrinfo(3),
+.BR getaddrinfo(3) ,
 RFC\ 3484