Date: Wed, 15 Feb 2012 01:41:00 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r231720 - in stable/7/share/man: man4 man5 man7 Message-ID: <201202150141.q1F1f0AT028963@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer) Date: Wed Feb 15 01:41:00 2012 New Revision: 231720 URL: http://svn.freebsd.org/changeset/base/231720 Log: MFC r231244: - Fix some Xr references: - - lmc(4): Netgraph(4) -> netgraph(4) - - security(7): rc.conf(8) -> rc.conf(5) - - sbp(4): sysctl(1) -> sysctl(8) - - portindex(5): build(1) -> build(7) Modified: stable/7/share/man/man4/lmc.4 stable/7/share/man/man4/sbp.4 stable/7/share/man/man5/portindex.5 stable/7/share/man/man7/security.7 Directory Properties: stable/7/share/man/man4/ (props changed) stable/7/share/man/man5/ (props changed) stable/7/share/man/man7/ (props changed) Modified: stable/7/share/man/man4/lmc.4 ============================================================================== --- stable/7/share/man/man4/lmc.4 Wed Feb 15 01:40:14 2012 (r231719) +++ stable/7/share/man/man4/lmc.4 Wed Feb 15 01:41:00 2012 (r231720) @@ -43,7 +43,7 @@ .\" this program; if not, write to the Free Software Foundation, Inc., 59 .\" Temple Place - Suite 330, Boston, MA 02111-1307, USA. .\" -.Dd July 23, 2011 +.Dd February 8, 2012 .Dt LMC 4 .Os .\" @@ -179,7 +179,7 @@ higher-level issues like protocol multip This driver is compatible with several line protocol packages: .Bl -tag -width "Generic HDLC" .It Sy "Netgraph" -.Xr Netgraph 4 +.Xr netgraph 4 implements many basic packet-handling functions as kernel loadable modules. They can be interconnected in a graph to implement many protocols. Configuration is done from userland without rebuilding the kernel. Modified: stable/7/share/man/man4/sbp.4 ============================================================================== --- stable/7/share/man/man4/sbp.4 Wed Feb 15 01:40:14 2012 (r231719) +++ stable/7/share/man/man4/sbp.4 Wed Feb 15 01:41:00 2012 (r231720) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 20, 2002 +.Dd February 8, 2012 .Dt SBP 4 .Os .Sh NAME @@ -71,7 +71,7 @@ topology. If you want to force to detach the device, run .Dq Nm fwcontrol Fl r several times or set hw.firewire.hold_count=0 by -.Xr sysctl 1 . +.Xr sysctl 8 . .Pp Some (broken) HDDs do not work well with tagged queuing. If you have problems with such drives, try Modified: stable/7/share/man/man5/portindex.5 ============================================================================== --- stable/7/share/man/man5/portindex.5 Wed Feb 15 01:40:14 2012 (r231719) +++ stable/7/share/man/man5/portindex.5 Wed Feb 15 01:41:00 2012 (r231720) @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 28, 2009 +.Dd February 8, 2012 .Dt PORTINDEX 5 .Os .Sh NAME @@ -90,7 +90,7 @@ branch. vim-6.3.15|/usr/ports/editors/vim|/usr/local|Vi "workalike", with many additional features|/usr/ports/editors/vim/pkg-descr|obrien@FreeBSD.org|editors|libiconv-1.9.2_1|libiconv-1.9.2_1|http://www.vim.org/||| .Ed .Sh SEE ALSO -.Xr build 1 , +.Xr build 7 , .Xr csup 1 , .Xr ports 7 .Sh AUTHORS Modified: stable/7/share/man/man7/security.7 ============================================================================== --- stable/7/share/man/man7/security.7 Wed Feb 15 01:40:14 2012 (r231719) +++ stable/7/share/man/man7/security.7 Wed Feb 15 01:41:00 2012 (r231720) @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 8, 2006 +.Dd February 8, 2012 .Dt SECURITY 7 .Os .Sh NAME @@ -573,7 +573,7 @@ configuration cannot be adjusted. .El .Pp The security level can be configured with variables documented in -.Xr rc.conf 8 . +.Xr rc.conf 5 . .Sh CHECKING FILE INTEGRITY: BINARIES, CONFIG FILES, ETC When it comes right down to it, you can only protect your core system configuration and control files so much before the convenience factor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202150141.q1F1f0AT028963>