svn commit: r188242 - stable/6/share/man/man5

Thomas Abthorpe tabthorpe at FreeBSD.org
Fri Feb 6 09:21:42 PST 2009


Author: tabthorpe (ports committer)
Date: Fri Feb  6 17:21:41 2009
New Revision: 188242
URL: http://svn.freebsd.org/changeset/base/188242

Log:
  - MFC the portindex(5) manual page
  
  PR:		docs/70652
  Reviewed by:	keramida
  Approved by:	trhodes

Added:
  stable/6/share/man/man5/portindex.5
     - copied, changed from r187825, head/share/man/man5/portindex.5
Modified:
  stable/6/share/man/man5/Makefile

Modified: stable/6/share/man/man5/Makefile
==============================================================================
--- stable/6/share/man/man5/Makefile	Fri Feb  6 17:19:02 2009	(r188241)
+++ stable/6/share/man/man5/Makefile	Fri Feb  6 17:21:41 2009	(r188242)
@@ -45,9 +45,10 @@ MAN=	acct.5 \
 	nsswitch.conf.5 \
 	passwd.5 \
 	pbm.5 \
-	portsnap.conf.5 \
 	periodic.conf.5 \
 	phones.5 \
+	portindex.5 \
+	portsnap.conf.5 \
 	procfs.5 \
 	protocols.5 \
 	quota.user.5 \

Copied and modified: stable/6/share/man/man5/portindex.5 (from r187825, head/share/man/man5/portindex.5)
==============================================================================
--- head/share/man/man5/portindex.5	Wed Jan 28 15:22:44 2009	(r187825, copy source)
+++ stable/6/share/man/man5/portindex.5	Fri Feb  6 17:21:41 2009	(r188242)
@@ -90,8 +90,8 @@ branch.
 vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien at FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/|||
 .Ed
 .Sh SEE ALSO
-.Xr csup 1 ,
 .Xr build 1 ,
+.Xr csup 1 ,
 .Xr ports 7
 .Sh AUTHORS
 .An -nosplit


More information about the svn-src-all mailing list