Message ID | 20200804214358.5435-1-jakseb.dev@gmail.com |
---|---|
State | Accepted, archived |
Headers | show |
Series | doc: Fix minor mistakes in manpages | expand |
On Tue Aug 4, 2020 at 5:43 PM EDT, Sebastian Jakubiak wrote: > Signed-off-by: Sebastian Jakubiak <jakseb.dev@gmail.com> > --- > doc/checkupdates.8.txt | 2 +- > doc/pacsort.8.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/checkupdates.8.txt b/doc/checkupdates.8.txt > index b1a94d8..14cecc4 100644 > --- a/doc/checkupdates.8.txt > +++ b/doc/checkupdates.8.txt > @@ -41,7 +41,7 @@ Environment > > Errors > ------ > -On exit, checkpkg will return one of the following error codes. > +On exit, checkupdates will return one of the following error codes. > > 0:: > Normal exit condition. > diff --git a/doc/pacsort.8.txt b/doc/pacsort.8.txt > index 357664d..e0fa5d4 100644 > --- a/doc/pacsort.8.txt > +++ b/doc/pacsort.8.txt > @@ -27,7 +27,7 @@ By default the lines are treated as lists of plain > version strings. > Options > ------- > *-f, \--files*:: > - If the input lists are in the format '\*-*.pkg.tar*', sort lines by > pkgname and pkgver. > + If the input lists are in the format '\*-\*.pkg.tar*', sort lines by > pkgname and pkgver. > > *-h, \--help*:: > Display syntax and command line options. > -- > 2.27.0 Merged, thanks! -- Best, Daniel <https://danielcapella.com>
diff --git a/doc/checkupdates.8.txt b/doc/checkupdates.8.txt index b1a94d8..14cecc4 100644 --- a/doc/checkupdates.8.txt +++ b/doc/checkupdates.8.txt @@ -41,7 +41,7 @@ Environment Errors ------ -On exit, checkpkg will return one of the following error codes. +On exit, checkupdates will return one of the following error codes. 0:: Normal exit condition. diff --git a/doc/pacsort.8.txt b/doc/pacsort.8.txt index 357664d..e0fa5d4 100644 --- a/doc/pacsort.8.txt +++ b/doc/pacsort.8.txt @@ -27,7 +27,7 @@ By default the lines are treated as lists of plain version strings. Options ------- *-f, \--files*:: - If the input lists are in the format '\*-*.pkg.tar*', sort lines by pkgname and pkgver. + If the input lists are in the format '\*-\*.pkg.tar*', sort lines by pkgname and pkgver. *-h, \--help*:: Display syntax and command line options.
Signed-off-by: Sebastian Jakubiak <jakseb.dev@gmail.com> --- doc/checkupdates.8.txt | 2 +- doc/pacsort.8.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)