Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge pull request #488 from grimreaper/master
Matthew Seaman committed 13 years ago
commit 35aa8abc336f794c078686b277decbff7978bb68
parent 2c396e1
4 files changed +9 -13
modified pkg/pkg-annotate.8
@@ -27,13 +27,13 @@
.Fl A|M
.Ar pkg-name
.Ar tag
-
.Op Ar value 
+
.Op Ar value
.Nm
.Op Fl giqxy
.Fl D
.Ar pkg-name
.Ar tag
-
.Nm 
+
.Nm
.Op Fl qy
.Fl a
.Fl A|M
@@ -59,7 +59,7 @@ The
is always specified on the command line, but when adding or modifying
an annotation, the
.Ar value
-
may be supplied either on the command line or as a text stream on stdin. 
+
may be supplied either on the command line or as a text stream on stdin.
.Sh OPTIONS
The following options are supported by
.Nm :
@@ -153,4 +153,3 @@ See
.Xr pkg-upgrade 8 ,
.Xr pkg-version 8 ,
.Xr pkg-which 8
-

modified pkg/pkg-query.8
@@ -286,12 +286,11 @@ for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
.It Ev PKG_DBDIR
.El
-
.Sh EXIT STATUS
-
.Nm
-
exits 0 on success, and >0 if an error occurs.
.Sh FILES
See
.Xr pkg.conf 5 .
+
.Sh EXIT STATUS
+
.Ex -std
.Sh SEE ALSO
.Xr pkg.conf 5 ,
.Xr pkg 8 ,
modified pkg/pkg-rquery.8
@@ -235,12 +235,11 @@ for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
.It Ev PKG_DBDIR
.El
-
.Sh EXIT STATUS
-
.Nm
-
exits 0 on success, and >0 if an error occurs.
.Sh FILES
See
.Xr pkg.conf 5 .
+
.Sh EXIT STATUS
+
.Ex -std
.Sh SEE ALSO
.Xr pkg.conf 5 ,
.Xr pkg 8 ,
modified pkg/pkg-search.8
@@ -234,7 +234,7 @@ or
options, then each output field will be tagged with the field name.
.Bl -tag -width 2n
.It Sy annotations
-
Arbitrary text in tag-value format that can be added to any package. 
+
Arbitrary text in tag-value format that can be added to any package.
.It Sy arch
The architecture string indicating what OS version and CPU architecture
the package is suitable for.
@@ -340,7 +340,6 @@ one per line.
If the no other packages require the named package, nothing will be
output for this field, including suppressing the tag name when
multiple output fields are requested.
-

.It Sy shared-libs-required
If the package contains dynamically linked FreeBSD ELF binaries,
display a list of all of the shared libraries other than those from
@@ -389,7 +388,7 @@ from
or
.Cm shared-libs-provided ,
and you'll need at least
-
.FL "Q shared-libs-p"
+
.Fl "Q shared-libs-p"
 to select the
.Cm shared-libs-provided
unambiguously.