From c51d6246af7bbd182b36f4d7480376d41ed8e767 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 28 Jul 2013 15:20:10 +0200 Subject: [PATCH] usr.bin: fix more mandoc(1) warnings Unfortunately, most other man pages come from the contrib/ dir, each with a couple of associated warnings that even sed(1) can't completely amend. --- usr.bin/brandelf/brandelf.1 | 6 +++--- usr.bin/dc/dc.1 | 6 +++--- usr.bin/mklocale/mklocale.1 | 10 ++++------ usr.bin/window/window.1 | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 97e1e2a067..ad085c249e 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -64,10 +64,10 @@ Currently supported ABIs are .Dq Li Linux , and .Dq Li SVR4 . -.Ns ( Dx -currently uses +.Dx +uses .Dq Li FreeBSD -as its native branding.) +as its native branding. .It Ar file If .Fl t Ar string diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index a8f008ed7b..f7fcaa90ad 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -304,7 +304,7 @@ The length of a number is its number of digits, not counting the minus sign and decimal point. .It Ic z The stack level is pushed onto the stack. -.It Cm [ Ns ... Ns Cm ] +.It Cm \&[ Ns ... Ns Cm \&] Puts the bracketed .Tn ASCII string onto the top of the stack. @@ -364,12 +364,12 @@ command. .It Ic \&? A line of input is taken from the input source (usually the terminal) and executed. -.It Ic : Ns Ar r +.It Ic \&: Ns Ar r Pop two values from the stack. The second value on the stack is stored into the array .Ar r indexed by the top of stack. -.It Ic ; Ns Ar r +.It Ic \&; Ns Ar r Pop a value from the stack. The value is used as an index into register .Ar r . diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index 4e6619be94..d064a8c2c6 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -126,7 +126,7 @@ All are equivalent. .It Dv "\*[Gt]\|\^)\|]" Used to end a mapping. All are equivalent. -.It Dv : +.It Dv \&: Used as a delimiter in mappings. .El .El @@ -168,8 +168,7 @@ A single .Pp The following keywords may appear multiple times and have the following format for data: -.in +.5i -.Bl -tag -width "XXRUNE1 THRU RUNEn : RUNE2XX" +.Bl -tag -width "XXRUNE1 THRU RUNEn : RUNE2XX" -offset indent .It Aq Dv RUNE1 RUNE2 .Dv RUNE1 is mapped to @@ -183,9 +182,8 @@ are mapped to .Dv RUNE2 through .Dv RUNE2 -+ n-1. ++ n\-1. .El -.in -.5i .Bl -tag -width PHONOGRAM .It Dv MAPLOWER Defines the tolower mappings. @@ -210,7 +208,7 @@ Only values up to 255 are allowed. .Pp The following keywords may appear multiple times and have the following format for data: -.Bl -tag -width "RUNE1 THRU RUNEn" +.Bl -tag -width "RUNE1 THRU RUNEn" -offset indent .It Dv RUNE This rune has the property defined by the keyword. .It Dv "RUNE1 THRU RUNEn" diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 299f52184d..db57c61604 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -56,7 +56,7 @@ screen associated with a set of processes. Its size and position can be changed by the user at any time. Processes communicate with their window in the same way they normally -interact with a terminal-through their standard input, output, +interact with a terminal \(em through their standard input, output, and diagnostic file descriptors. The window program handles the details of redirecting input and output to and from the -- 2.41.0