Move xbps utils manpages to the section 1 (user commands).

This commit is contained in:
Juan RP
2015-05-16 09:45:35 +02:00
parent d01eea2f94
commit fcdd71aac4
13 changed files with 366 additions and 349 deletions

View File

@@ -1,5 +1,5 @@
.Dd December 9, 2014
.Dt XBPS-CREATE 8
.Dd May 16, 2015
.Dt XBPS-CREATE 1
.Sh NAME
.Nm xbps-create
.Nd XBPS utility to create binary packages
@@ -82,16 +82,17 @@ A list of required shared libraries, separated by whitespaces. Example:
.Ar 'libz.so.1 libfoo.so.2' .
.El
.Sh SEE ALSO
.Xr xbps.d 5 ,
.Xr xbps-checkvers 8 ,
.Xr xbps-dgraph 8 ,
.Xr xbps-install 8 ,
.Xr xbps-pkgdb 8 ,
.Xr xbps-query 8 ,
.Xr xbps-reconfigure 8 ,
.Xr xbps-remove 8 ,
.Xr xbps-rindex 8 ,
.Xr xbps-uchroot 8
.Xr xbps-checkvers 1 ,
.Xr xbps-dgraph 1 ,
.Xr xbps-install 1 ,
.Xr xbps-pkgdb 1 ,
.Xr xbps-query 1 ,
.Xr xbps-reconfigure 1 ,
.Xr xbps-remove 1 ,
.Xr xbps-rindex 1 ,
.Xr xbps-uchroot 1 ,
.Xr xbps-uunshare 1 ,
.Xr xbps.d 5
.Sh AUTHORS
.An Juan Romero Pardines <xtraeme@gmail.com>
.Sh BUGS