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 /filenames.sed.c | |
parent | be736ebbfc5510997ae227e903a5b9d66ba0ee1a (diff) |
Add utmp/utmpx man page to See Also section of man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'filenames.sed.c')
-rw-r--r-- | filenames.sed.c | 3 |
1 files changed, 3 insertions, 0 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 |