diff options
author | uqs <uqs@FreeBSD.org> | 2010-03-12 10:01:06 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-03-12 10:01:06 +0000 |
commit | 8f141f1a1390adac9394a01f23c3e2f6882a2799 (patch) | |
tree | 19e97d3d146d965075d184a33b4998b1d300ee97 /usr.sbin/pkg_install | |
parent | 42b8493f26e9c0a4e1b13f014e35151d5be17487 (diff) | |
download | FreeBSD-src-8f141f1a1390adac9394a01f23c3e2f6882a2799.zip FreeBSD-src-8f141f1a1390adac9394a01f23c3e2f6882a2799.tar.gz |
Fix several typos in macros or macro misusage.
Found by: make manlint
Reviewed by: ru
Approved by: philip (mentor)
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/updating/pkg_updating.1 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1 index 0c35f9a..998b4c4 100644 --- a/usr.sbin/pkg_install/updating/pkg_updating.1 +++ b/usr.sbin/pkg_install/updating/pkg_updating.1 @@ -44,34 +44,25 @@ Defines a alternative location of the UPDATING Print help message. .El .Sh EXAMPLES -.Bl -tag -width indent Shows all entries of all installed ports: -.Pp .Dl % pkg_updating .Pp Shows all entries of all installed ports since 2007-01-01: -.Pp .Dl % pkg_updating -d 20070101 .Pp Shows all entries for all apache and mysql ports: -.Pp .Dl % pkg_updating apache mysql .Pp Shows all apache entries since 2006-01-01: -.Pp .Dl % pkg_updating -d 20060101 apache .Pp Defines that the UPDATING file is in /tmp and shows all entries of all installed ports: -.Pp .Dl % pkg_updating -f /tmp/UPDATING .Pp Fetch UPDATING file from ftp mirror and show all entries of all installed ports: -.Pp .Dl % pkg_updating -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/UPDATING -.Pp -.El .Sh ENVIRONMENT .Bl -tag -width PKG_DBDIR .It Ev PKG_DBDIR |