diff options
-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 |