From 4cbfc8d8d22904ea6723b600e708a09860234261 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 12 May 2007 07:21:51 +0000 Subject: [PATCH] Hook resident.conf(5) and varsym.conf(5) into the build and add some references to them. --- bin/varsym/varsym.1 | 5 +++-- share/man/man5/Makefile | 6 ++++-- usr.sbin/resident/resident.8 | 5 +++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bin/varsym/varsym.1 b/bin/varsym/varsym.1 index 2da8f59453..c0c3ad629f 100644 --- a/bin/varsym/varsym.1 +++ b/bin/varsym/varsym.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/bin/varsym/varsym.1,v 1.7 2006/07/22 20:49:25 swildner Exp $ +.\" $DragonFly: src/bin/varsym/varsym.1,v 1.8 2007/05/12 07:21:51 swildner Exp $ .\" .Dd November 5, 2003 .Dt VARSYM 1 @@ -79,4 +79,5 @@ A requested variable could not be found A requested variable could not be set .El .Sh SEE ALSO -.Xr ln 1 +.Xr ln 1 , +.Xr varsym.conf 5 diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 371f62c763..0af3a21446 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/man/man5/Makefile,v 1.27.2.12 2003/05/23 22:20:24 dwhite Exp $ -# $DragonFly: src/share/man/man5/Makefile,v 1.11 2007/04/26 08:35:52 swildner Exp $ +# $DragonFly: src/share/man/man5/Makefile,v 1.12 2007/05/12 07:21:51 swildner Exp $ #MISSING: dump.5 plot.5 MAN= acct.5 \ @@ -44,6 +44,7 @@ MAN= acct.5 \ protocols.5 \ rc.conf.5 \ remote.5 \ + resident.conf.5 \ resolver.5 \ services.5 \ shells.5 \ @@ -52,7 +53,8 @@ MAN= acct.5 \ types.5 \ utf2.5 \ utf8.5 \ - utmp.5 + utmp.5 \ + varsym.conf.5 MLINKS= dir.5 dirent.5 MLINKS+=fs.5 inode.5 diff --git a/usr.sbin/resident/resident.8 b/usr.sbin/resident/resident.8 index 0c00394683..696e4896f4 100644 --- a/usr.sbin/resident/resident.8 +++ b/usr.sbin/resident/resident.8 @@ -1,4 +1,4 @@ -.\" $DragonFly: src/usr.sbin/resident/resident.8,v 1.4 2004/06/03 18:37:05 hmp Exp $ +.\" $DragonFly: src/usr.sbin/resident/resident.8,v 1.5 2007/05/12 07:21:51 swildner Exp $ .\" .Dd May 21, 2003 .Dt RESIDENT 8 @@ -53,7 +53,8 @@ Delete all registrations in the kernel. .Xr ld 1 , .Xr ldd 1 , .Xr nm 1 , -.Xr rtld 1 +.Xr rtld 1 , +.Xr resident.conf 5 .Sh AUTHORS The .Nm -- 2.11.4.GIT