diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-03-28 16:48:28 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2016-03-28 16:48:28 +0000 |
commit | 225636dccbfd160caa9a034cc050a09be0da1c25 (patch) | |
tree | 05b5687a3c3fceaa4682c1cdd6eb78248d30a76b /share/man/man7/ports.7 | |
parent | 841d5e01513c6a63338986f3edcfb6a38c0a28cf (diff) | |
download | src-225636dccbfd160caa9a034cc050a09be0da1c25.tar.gz src-225636dccbfd160caa9a034cc050a09be0da1c25.zip |
Notes
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r-- | share/man/man7/ports.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index a73914bbe86b..99d566580385 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -214,12 +214,12 @@ portion never recurses (this is perhaps a bug). .It Cm reinstall Use this to restore a port after using -.Xr pkg_delete 1 +.Xr pkg-delete 8 when you should have used .Cm deinstall . .It Cm deinstall Remove an installed port from the system, similar to -.Xr pkg_delete 1 . +.Xr pkg-delete 8 . .It Cm deinstall-all Remove all installed ports with the same .Va PKGORIGIN @@ -231,7 +231,7 @@ The package is a .Pa .tbz file that you can use to install the port on other machines with -.Xr pkg_add 1 . +.Xr pkg-add 8 . If the directory specified by .Va PACKAGES does not exist, the package will be put into the current directory. |