From 1800aa34345d699d0824ac4b31cb456d8e49d2ac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Apr 2014 12:20:09 +0200 Subject: [PATCH] xbps-checkvers: added a manpage. --- bin/xbps-checkvers/Makefile | 1 - bin/xbps-checkvers/xbps-checkvers.8 | 61 +++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 bin/xbps-checkvers/xbps-checkvers.8 diff --git a/bin/xbps-checkvers/Makefile b/bin/xbps-checkvers/Makefile index fbecc294..842dd34d 100644 --- a/bin/xbps-checkvers/Makefile +++ b/bin/xbps-checkvers/Makefile @@ -2,6 +2,5 @@ TOPDIR = ../.. -include $(TOPDIR)/config.mk BIN = xbps-checkvers -MAN = include $(TOPDIR)/mk/prog.mk diff --git a/bin/xbps-checkvers/xbps-checkvers.8 b/bin/xbps-checkvers/xbps-checkvers.8 new file mode 100644 index 00000000..be941eda --- /dev/null +++ b/bin/xbps-checkvers/xbps-checkvers.8 @@ -0,0 +1,61 @@ +.Dd April 7, 2014 +.Os Void Linux +.Dt xbps-checkvers 8 +.Sh NAME +.Nm xbps-checkvers +.Nd XBPS utility to check for outdated packages +.Sh SYNOPSYS +.Nm xbps-checkvers +.Op OPTIONS +.Op FILES... +.Sh DESCRIPTION +The +.Nm +utility checks for outdated packages in a target root directory or in +all registered repositories by comparing the package versions against +the source package versions available in a +.Nm xbps-packages +tree. By default and unless the +.Fl i, Fl -installed +option is not set, it will compare package versions in repositories against +the +.Nm xbps-packages +tree. The +.Ar FILES +argument sets extra packages to process with the outdated ones (only processed if missing). +.Sh OPTIONS +.Bl -tag -width -x +.It Fl C, Fl -config Ar file +Specifies a full path to the XBPS configuration file. +.It Fl d, Fl -xbps-packages Ar dir +Specifies a full path to the xbps-packages repository. By default set to +.Nm ~/xbps-packages . +.It Fl h, Fl -help +Show the help usage. +.It Fl i, Fl -installed +Check for outdated installed packages rather than in repositories. +.It Fl r, Fl -rootdir Ar dir +Specifies a full path for the target root directory. +.It Fl s, Fl -show-missing +Shows missing binary packages comparing against the +.Nm xbps-packages +tree. +.It Fl V, Fl -version +Shows the XBPS version. +.Sh SEE ALSO +.Xr xbps-install 8 , +.Xr xbps-create 8 , +.Xr xbps-dgraph 8 , +.Xr xbps-install 8 , +.Xr xbps-pkgdb 8 , +.Xr xbps-query 8 , +.Xr xbps-reconfigure 8 , +.Xr xbps-rindex 8 +.Sh AUTHORS +.An Dave Elusive +.An Juan Romero Pardines +.Sh BUGS +Probably, but I try to make this not happen. Use it under your own +responsability and enjoy your life. +.Pp +Report bugs in https://github.com/voidlinux/xbps/issues