diff options
| author | Simon Paillard <spaillard@debian.org> | 2014-02-08 13:11:57 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-02-10 08:00:35 +0100 |
| commit | c367cd59b1909156955c1ba60239293d588392b6 (patch) | |
| tree | ac3c9531845024bc627ea3f9107f0f1d2b7c9028 /man3 | |
| parent | 6c38480bd1ae3e73537053a7d24e5a8fea23f04f (diff) | |
| download | man-pages-c367cd59b1909156955c1ba60239293d588392b6.tar.gz | |
ffix: add space between word and punctuation if BR or IR
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>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/string.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/string.3 b/man3/string.3 index 4f76405647..0f33e2cac5 100644 --- a/man3/string.3 +++ b/man3/string.3 @@ -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 |
