Fix various lint warnings in manuals
Fix "new sentence, new line" warnings throughout so that formatters can produce correct spacing between sentences. join.1 Remove unnecessary Ns macros. These are not necessary for delimeters, which get special treatment. xinstall.1 Fix date in manual. The contents were last modified on 2016-12-03, so use that instead of the invalid date. grep.1 Fix escape sequence for `\<` and `\>`. ed.1 Remove spurious `\\n` escape for the null-command.
This commit is contained in:
8
tar.1
8
tar.1
@@ -32,8 +32,8 @@ before beginning.
|
||||
.It Fl f Ar file
|
||||
Set
|
||||
.Ar file
|
||||
as input | output archive instead of stdin | stdout. If '-',
|
||||
stdin | stdout is used.
|
||||
as input | output archive instead of stdin | stdout.
|
||||
If '-', stdin | stdout is used.
|
||||
.It Fl m
|
||||
Do not preserve modification time.
|
||||
.It Fl t
|
||||
@@ -43,8 +43,8 @@ Extract archive.
|
||||
.It Fl h
|
||||
Always dereference symbolic links while recursively traversing directories.
|
||||
.It Fl J | Fl Z | Fl a | Fl j | Fl z
|
||||
Use xz | compress | lzma | bzip2 | gzip compression or decompression. These
|
||||
utilities must be installed separately.
|
||||
Use xz | compress | lzma | bzip2 | gzip compression or decompression.
|
||||
These utilities must be installed separately.
|
||||
Using these flags is discouraged in favour of the flexibility
|
||||
and clarity of pipes:
|
||||
.Bd -literal -offset indent
|
||||
|
Reference in New Issue
Block a user