From a594e318996d0e8c02018eef1837135b382076c5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 12 Oct 2009 10:50:51 -0700 Subject: Add utmp/utmpx man page to See Also section of man page Signed-off-by: Alan Coopersmith --- filenames.sed.c | 3 +++ sessreg.man | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/filenames.sed.c b/filenames.sed.c index 9ce1dcd..b3bd13e 100644 --- a/filenames.sed.c +++ b/filenames.sed.c @@ -2,8 +2,10 @@ #ifdef UTMPX_FILE # define UTF UTMPX_FILE +# define UTM utmpx #else # define UTF UTMP_FILE +# define UTM utmp #endif #ifdef WTMPX_FILE @@ -16,6 +18,7 @@ # define TTYS_FILE "/etc/ttys" #endif +s|__utmp_manpage__|UTM|g s|__utmp_file__|UTF|g s|__wtmp_file__|WTF|g s|__ttys_file__|TTYS_FILE|g diff --git a/sessreg.man b/sessreg.man index 336d76b..401a7f1 100644 --- a/sessreg.man +++ b/sessreg.man @@ -123,6 +123,7 @@ This session should be added to utmp/wtmp. This session should be deleted from utmp/wtmp. One of -a/-d must be specified. .SH "SEE ALSO" -xdm(__appmansuffix__) +.BR xdm (__appmansuffix__), +.BR __utmp_manpage__ (__filemansuffix__) .SH AUTHOR Keith Packard, MIT X Consortium -- cgit v1.2.3