Date: Mon, 8 Feb 2010 21:24:12 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203689 - in head/share/man/man4: . man4.i386 Message-ID: <201002082124.o18LOC9j061433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Mon Feb 8 21:24:12 2010 New Revision: 203689 URL: http://svn.freebsd.org/changeset/base/203689 Log: Install the padlock(4) man page on amd64 as well as i386, to match the platforms where the driver itself is compiled and installed. PR: docs/130895 Reported by: George Hartzell <hartzell alerce.com> MFC after: 1 week Added: head/share/man/man4/padlock.4 - copied, changed from r203610, head/share/man/man4/man4.i386/padlock.4 Deleted: head/share/man/man4/man4.i386/padlock.4 Modified: head/share/man/man4/Makefile head/share/man/man4/man4.i386/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Mon Feb 8 21:23:48 2010 (r203688) +++ head/share/man/man4/Makefile Mon Feb 8 21:24:12 2010 (r203689) @@ -297,6 +297,7 @@ MAN= aac.4 \ ${_nxge.4} \ ohci.4 \ orm.4 \ + ${_padlock.4} \ pass.4 \ patm.4 \ pccard.4 \ @@ -649,6 +650,7 @@ _nfsmb.4= nfsmb.4 _nve.4= nve.4 _nvram.4= nvram.4 _nxge.4= nxge.4 +_padlock.4= padlock.4 _rr232x.4= rr232x.4 _speaker.4= speaker.4 _spkr.4= spkr.4 Modified: head/share/man/man4/man4.i386/Makefile ============================================================================== --- head/share/man/man4/man4.i386/Makefile Mon Feb 8 21:23:48 2010 (r203688) +++ head/share/man/man4/man4.i386/Makefile Mon Feb 8 21:24:12 2010 (r203689) @@ -20,7 +20,6 @@ MAN= aic.4 \ mcd.4 \ mse.4 \ npx.4 \ - padlock.4 \ pae.4 \ pbio.4 \ pcf.4 \ Copied and modified: head/share/man/man4/padlock.4 (from r203610, head/share/man/man4/man4.i386/padlock.4) ============================================================================== --- head/share/man/man4/man4.i386/padlock.4 Sun Feb 7 13:59:03 2010 (r203610, copy source) +++ head/share/man/man4/padlock.4 Mon Feb 8 21:24:12 2010 (r203689) @@ -24,8 +24,8 @@ .\" .\" $FreeBSD$ .\" -.Dd August 1, 2007 -.Dt PADLOCK 4 i386 +.Dd February 8, 2010 +.Dt PADLOCK 4 .Os .Sh NAME .Nm padlock
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002082124.o18LOC9j061433>