diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-16 09:50:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-16 09:50:01 +0000 |
commit | 79b9d8bc5a2340c0c49b49342f7c9b53f00b6d9c (patch) | |
tree | 454ce2dd9f51288d1eb83c51bb10fa0334874f22 /pkgtools | |
parent | 38a8b558dbffa10d0f3aa95988659e89cbc9f658 (diff) | |
download | pkgsrc-79b9d8bc5a2340c0c49b49342f7c9b53f00b6d9c.tar.gz |
Drop a trailing space, and simplify some mdoc.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgdepgraph/files/pkgdepgraph.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkgdepgraph/files/pkgdepgraph.1 b/pkgtools/pkgdepgraph/files/pkgdepgraph.1 index 3d0fc8a5e72..847fc81fdce 100644 --- a/pkgtools/pkgdepgraph/files/pkgdepgraph.1 +++ b/pkgtools/pkgdepgraph/files/pkgdepgraph.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkgdepgraph.1,v 1.6 2003/03/25 18:21:20 atatat Exp $ +.\" $NetBSD: pkgdepgraph.1,v 1.7 2003/04/16 09:50:01 wiz Exp $ .\" .\" Copyright (c) 2002, 2003 by Andrew Brown <atatat@netbsd.org> .\" Absolutely no warranty. @@ -36,7 +36,7 @@ in order to gather its data. will also read any files passed to it as arguments (or stdin if it is not connected to a tty), in search of output that resembles that of either -.Xr lintpkgsrc 1 +.Xr lintpkgsrc 1 .Fl i , .Xr audit-packages 1 , or the output from a previous incantation of this program. @@ -145,11 +145,11 @@ packages. .It Fl K Ar packages The base location or url from which to install binary packages. This defaults to the value of PKG_PATH, or to PACKAGES with -.Pf \\*q Dv /All Ns \\*q +.Dq Dv /All added to the end, or to the value determined for pkgsrcdir (see the .Fl P option) with -.Pf \\*q Dv /packages/All Ns \\*q +.Dq Dv /packages/All appended to it. .It Fl L Limit the graph to those packages that are out of date |