bin/*/*.8: fixed mdoc errors/warnings reported by mandoc -Wall.

This commit is contained in:
Juan RP 2014-09-30 11:36:08 +02:00
parent dcec04a00f
commit 966718bb7d
9 changed files with 24 additions and 33 deletions

View File

@ -1,6 +1,5 @@
.Dd August 23, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-CHECKVERS 8
.Dt xbps-checkvers 8
.Sh NAME .Sh NAME
.Nm xbps-checkvers .Nm xbps-checkvers
.Nd XBPS utility to check for outdated packages .Nd XBPS utility to check for outdated packages

View File

@ -1,6 +1,5 @@
.Dd August 23, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-CREATE 8
.Dt xbps-create 8
.Sh NAME .Sh NAME
.Nm xbps-create .Nm xbps-create
.Nd XBPS utility to create binary packages .Nd XBPS utility to create binary packages

View File

@ -1,6 +1,5 @@
.Dd September 12, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-INSTALL 8
.Dt xbps-install 8
.Sh NAME .Sh NAME
.Nm xbps-install .Nm xbps-install
.Nd XBPS utility to (re)install and update packages .Nd XBPS utility to (re)install and update packages
@ -34,8 +33,8 @@ by exact package name and version, i.e:
.Dq Sy foo-1.0_1 . .Dq Sy foo-1.0_1 .
.It .It
by specifying a package name and version separated by any of the following version comparators: by specifying a package name and version separated by any of the following version comparators:
.Bl -item -width xx -compact
.Pp .Pp
.Bl -item -compact
.It .It
.Sy < .Sy <
less than less than

View File

@ -1,6 +1,5 @@
.Dd September 11, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-PKGDB 8
.Dt xbps-pkgdb 8
.Sh NAME .Sh NAME
.Nm xbps-pkgdb .Nm xbps-pkgdb
.Nd XBPS utility to report/fix issues and modify the package database (pkgdb) .Nd XBPS utility to report/fix issues and modify the package database (pkgdb)

View File

@ -1,6 +1,5 @@
.Dd September 28, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-QUERY 8
.Dt xbps-query 8
.Sh NAME .Sh NAME
.Nm xbps-query .Nm xbps-query
.Nd XBPS utility to query for package and repository information .Nd XBPS utility to query for package and repository information
@ -31,8 +30,8 @@ by exact package name and version, i.e:
.Dq Sy foo-1.0_1 . .Dq Sy foo-1.0_1 .
.It .It
by specifying a package name and version separated by any of the following version comparators: by specifying a package name and version separated by any of the following version comparators:
.Bl -item -width xx -compact
.Pp .Pp
.Bl -item -compact
.It .It
.Sy < .Sy <
less than less than
@ -88,6 +87,7 @@ Specifies a full path for the target root directory.
Enables verbose messages. Enables verbose messages.
.It Fl V, Fl -version .It Fl V, Fl -version
Shows the XBPS version. Shows the XBPS version.
.El
.Sh MODE .Sh MODE
Only one of the following modes can be used at a time. Only one of the following modes can be used at a time.
By default and unless the By default and unless the
@ -100,8 +100,8 @@ queried in registered repositories.
.It Fl l, Fl -list-pkgs .It Fl l, Fl -list-pkgs
Lists registered packages in the package database (pkgdb). Lists registered packages in the package database (pkgdb).
A package can be in any of the following states: A package can be in any of the following states:
.Bl -item -width xx -compact
.Pp .Pp
.Bl -item -compact
.It .It
.Sy ii .Sy ii
Package is installed. Package is installed.

View File

@ -1,6 +1,5 @@
.Dd September 11, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-RECONFIGURE 8
.Dt xbps-reconfigure 8
.Sh NAME .Sh NAME
.Nm xbps-reconfigure .Nm xbps-reconfigure
.Nd XBPS utility to configure installed packages .Nd XBPS utility to configure installed packages

View File

@ -1,6 +1,5 @@
.Dd September 11, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-REMOVE 8
.Dt xbps-remove 8
.Sh NAME .Sh NAME
.Nm xbps-remove .Nm xbps-remove
.Nd XBPS utility to remove packages .Nd XBPS utility to remove packages
@ -57,7 +56,6 @@ Package metadata file is removed.
.Pp .Pp
.Sy * .Sy *
Package is unregistered from package database. Package is unregistered from package database.
.Pp
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width -x .Bl -tag -width -x
.It Fl C, Fl -config Ar file .It Fl C, Fl -config Ar file

View File

@ -1,6 +1,5 @@
.Dd August 23, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-RINDEX 8
.Dt xbps-rindex 8
.Sh NAME .Sh NAME
.Nm xbps-rindex .Nm xbps-rindex
.Nd XBPS utility to manage local binary package repositories .Nd XBPS utility to manage local binary package repositories
@ -30,8 +29,8 @@ This is required to sign a repository, a description of the person signing the r
.It Sy --privkey Ar key .It Sy --privkey Ar key
Path to the private RSA key to sign the repository. If unset, defaults to Path to the private RSA key to sign the repository. If unset, defaults to
.Sy ~/.ssh/id_rsa . .Sy ~/.ssh/id_rsa .
.El
.Sh MODE .Sh MODE
.Pp
.Bl -tag -width x .Bl -tag -width x
.It Sy -a, --add Ar repository/binpkg.xbps ... .It Sy -a, --add Ar repository/binpkg.xbps ...
Registers the binary package into the local repository. The specified binary Registers the binary package into the local repository. The specified binary

View File

@ -1,6 +1,5 @@
.Dd August 23, 2014 .Dd September 30, 2014
.Os Void Linux .Dt XBPS-UCHROOT 8
.Dt xbps-uchroot 8
.Sh NAME .Sh NAME
.Nm xbps-uchroot .Nm xbps-uchroot
.Nd XBPS utility to chroot and bind mount with linux namespaces .Nd XBPS utility to chroot and bind mount with linux namespaces
@ -51,7 +50,7 @@ The
utility uses Linux specific features (namespaces) and it's not meant to be portable to utility uses Linux specific features (namespaces) and it's not meant to be portable to
other Operating Systems. The following kernel options must be enabled: other Operating Systems. The following kernel options must be enabled:
.Pp .Pp
.Bl -tag -compact -offset indent .Bl -tag -width CONFIG_NAMESPACES -compact -offset indent
.It Sy CONFIG_NAMESPACES .It Sy CONFIG_NAMESPACES
.It Sy CONFIG_IPC_NS .It Sy CONFIG_IPC_NS
.It Sy CONFIG_PID_NS .It Sy CONFIG_PID_NS