diff options
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/man.7 | 6 | ||||
-rw-r--r-- | share/man/man7/mdoc.7 | 3 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 3 |
3 files changed, 8 insertions, 4 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. diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index d34904c..49ea218 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -193,7 +193,8 @@ is used. End-display (matches \&.Bd). .It Li \&.Bl Begin-list. -Create lists or columns. Options: +Create lists or columns. +Options: .Bl -tag -width flag -compact .It Ar List-types .Bl -column xbullet -compact diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 869f039..36bd543 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1583,7 +1583,8 @@ than .Xr nroff . If formatted with .Xr nroff , -a quoted literal is always quoted. If formatted with +a quoted literal is always quoted. +If formatted with troff, an item is only quoted if the width of the item is less than three constant width characters. This is to make short strings more visible where the font change |