svn commit: r267158 - stable/9/share/man/man7

Glen Barber gjb at FreeBSD.org
Fri Jun 6 12:52:45 UTC 2014


Author: gjb
Date: Fri Jun  6 12:52:44 2014
New Revision: 267158
URL: http://svnweb.freebsd.org/changeset/base/267158

Log:
  MFC r247791 (eadler):
    Modernize portions of the ports(7) manual page to
    reflect pkg(8).
  
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/share/man/man7/ports.7
Directory Properties:
  stable/9/share/man/man7/   (props changed)

Modified: stable/9/share/man/man7/ports.7
==============================================================================
--- stable/9/share/man/man7/ports.7	Fri Jun  6 12:45:11 2014	(r267157)
+++ stable/9/share/man/man7/ports.7	Fri Jun  6 12:52:44 2014	(r267158)
@@ -490,27 +490,17 @@ single file
 .Bl -tag -width ".Pa /usr/ports/Mk/bsd.port.mk" -compact
 .It Pa /usr/ports
 The default ports directory
-.No ( Fx
-and
-.Ox ) .
-.It Pa /usr/pkgsrc
-The default ports directory
-.Pq Nx .
 .It Pa /usr/ports/Mk/bsd.port.mk
 The big Kahuna.
 .El
 .Sh SEE ALSO
 .Xr make 1 ,
-.Xr pkg_add 1 ,
-.Xr pkg_create 1 ,
-.Xr pkg_delete 1 ,
-.Xr pkg_info 1 ,
-.Xr pkg_version 1
+.Xr pkg 8 ,
+.Xr portsnap 8
 .Pp
 The following are part of the ports collection:
 .Pp
 .Xr portaudit 1 ,
-.Xr portcheckout 1 ,
 .Xr portlint 1
 .Rs
 .%B "The FreeBSD Handbook"


More information about the svn-src-all mailing list