diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-03 14:05:08 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-03 14:05:08 +0000 |
commit | 88dd9b4faa11f5f0aa21cbd43fb72503a67b4229 (patch) | |
tree | 69062af71195d869d2c940c1869ddf1621cbabfb /share/man/man7/man.7 | |
parent | 1b7dce690e9fb2a298fb1e3bedc8186e71b877a3 (diff) | |
download | FreeBSD-src-88dd9b4faa11f5f0aa21cbd43fb72503a67b4229.zip FreeBSD-src-88dd9b4faa11f5f0aa21cbd43fb72503a67b4229.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 34e787f..29a1d32 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -164,7 +164,8 @@ is not specified it is taken to be the prevailing indent. .It ".IR" Op Ar words join .Ar words -alternating italic and roman faces. Does not cause a line break. If no +alternating italic and roman faces. +Does not cause a line break. If no arguments are given the next text line is processed. .It ".LP" begin a left-aligned paragraph. The prevailing indent is set to the @@ -291,7 +292,8 @@ section is "what does it do?" or "what is it for?". .Pp Literal text, filenames and references to items that appear elsewhere in the reference manuals should be presented using a constant width -face. Arguments should be presented using an italic face. +face. +Arguments should be presented using an italic face. .It ".SH OPTIONS" The list of options together with a description of how each affects the commands operation. |