diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-08 00:31:26 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-08 01:17:07 +0100 |
| commit | d6c1998e123fedb6be79ba0045aaea9f527132a3 (patch) | |
| tree | f1eedc94f8e5ffc5282a70d37bf5446ae833733f /man5 | |
| parent | d5057f71a4fe00c260b501d144a422ac5fd9edb3 (diff) | |
| download | man-pages-d6c1998e123fedb6be79ba0045aaea9f527132a3.tar.gz | |
man*/: ffix (semantic newlines; commas)
Reported-by: mandoc(1) (make lint-man-mandoc)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/host.conf.5 | 16 | ||||
| -rw-r--r-- | man5/termcap.5 | 3 |
2 files changed, 12 insertions, 7 deletions
diff --git a/man5/host.conf.5 b/man5/host.conf.5 index 0853a350fe..e0c134e60c 100644 --- a/man5/host.conf.5 +++ b/man5/host.conf.5 @@ -83,14 +83,18 @@ Overrides the command. .TP .B RESOLV_ADD_TRIM_DOMAINS -A list of domains, separated by colons (\[aq]:\[aq]), semicolons (\[aq];\[aq]), or -commas (\[aq],\[aq]), with the leading dot, which will be added to the list of -domains that should be trimmed. +A list of domains, +separated by +colons (\[aq]:\[aq]), semicolons (\[aq];\[aq]), or commas (\[aq],\[aq]), +with the leading dot, +which will be added to the list of domains that should be trimmed. .TP .B RESOLV_OVERRIDE_TRIM_DOMAINS -A list of domains, separated by colons (\[aq]:\[aq]), semicolons (\[aq];\[aq]), or -commas (\[aq],\[aq]), with the leading dot, which will replace the list of -domains that should be trimmed. +A list of domains, +separated by +colons (\[aq]:\[aq]), semicolons (\[aq];\[aq]), or commas (\[aq],\[aq]), +with the leading dot, +which will replace the list of domains that should be trimmed. Overrides the .I trim command. diff --git a/man5/termcap.5 b/man5/termcap.5 index b06dfa9902..f2ba89373d 100644 --- a/man5/termcap.5 +++ b/man5/termcap.5 @@ -404,7 +404,8 @@ Do ASCII output of this parameter with a field with of 3 % Print a \[aq]%\[aq] .PP -If you use binary output, then you should avoid the null character (\[aq]\e0\[aq]) +If you use binary output, +then you should avoid the null character (\[aq]\e0\[aq]) because it terminates the string. You should reset tabulator expansion if a tabulator can be the binary output of a parameter. |
