diff options
author | gjb <gjb@FreeBSD.org> | 2012-05-10 02:07:00 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-05-10 02:07:00 +0000 |
commit | c12b44c606b6cad01d15533ba20af28dde78aea6 (patch) | |
tree | b5f4dc5969c284d77f6a79e6bdf32264b6841eb9 /usr.sbin/pkg_install | |
parent | c5b8ea046e66bbdee2b74df0b6e50fca4fa70295 (diff) | |
download | FreeBSD-src-c12b44c606b6cad01d15533ba20af28dde78aea6.zip FreeBSD-src-c12b44c606b6cad01d15533ba20af28dde78aea6.tar.gz |
General mdoc(7) and typo fixes.
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/updating/pkg_updating.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1 index 999d1f9..9d12724 100644 --- a/usr.sbin/pkg_install/updating/pkg_updating.1 +++ b/usr.sbin/pkg_install/updating/pkg_updating.1 @@ -55,7 +55,7 @@ Location of the ports tree. .It Pa /var/db/pkg Default location of the installed package database. .It Pa /usr/ports -The default ports directory and default location of the UPDATING file +The default ports directory and default location of the UPDATING file. .El .Sh EXAMPLES Shows all entries of all installed ports: |