diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 10:50:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 10:50:51 -0700 |
commit | a594e318996d0e8c02018eef1837135b382076c5 (patch) | |
tree | 775a30aba5814513df6e497e9bb83c775f686d58 | |
parent | be736ebbfc5510997ae227e903a5b9d66ba0ee1a (diff) |
Add utmp/utmpx man page to See Also section of man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | filenames.sed.c | 3 | ||||
-rw-r--r-- | sessreg.man | 3 |
2 files changed, 5 insertions, 1 deletions
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 |