diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-07 11:30:51 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-07 11:30:51 -0500 |
commit | e5e4f770c220ae206864b4fc29d1f0c53daaee60 (patch) | |
tree | 024f873223c9de9a5915475fc3e5903225e619ca | |
parent | 24cbac7115e16fb977bfb634ee1a5c3042772bf4 (diff) | |
download | initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar.gz initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar.bz2 initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar.xz initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.zip |
Add more man pages (#529328, <plautrba@redhat.com>)
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/securetty.8 | 15 | ||||
-rw-r--r-- | src/setsysfont.8 | 22 |
3 files changed, 39 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e64abb6c..767fe1ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,6 +43,8 @@ install: install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1 install -m 644 consoletype.1 $(ROOT)$(mandir)/man1 install -m 644 ifup.8 $(ROOT)$(mandir)/man8 + install -m 644 setsysfont.8 $(ROOT)$(mandir)/man8 + install -m 644 securetty.8 $(ROOT)$(mandir)/man8 ln -s ifup.8 $(ROOT)$(mandir)/man8/ifdown.8 # this daemon and initscript are useful for testing the up/down/status stuff diff --git a/src/securetty.8 b/src/securetty.8 new file mode 100644 index 00000000..2aad6bca --- /dev/null +++ b/src/securetty.8 @@ -0,0 +1,15 @@ +.\" Copyright 2009 Petr Lautrbach (plautrba@redhat.com) +.TH securetty 8 2009-10-27 "" "System Administration tools and Daemons" +.SH NAME +securetty \- add a tty to /etc/securetty +.SH SYNOPSIS +.B securetty \fItty\fP +.SH DESCRIPTION +.B securetty +safely adds \fItty\fP to /etc/securetty. +.SH NOTES +.B securetty +is not normally meant to be run by hand; it is invoked by the upstart job that +sets up the system serial console. +.SH "SEE ALSO" +.BR securetty(5) diff --git a/src/setsysfont.8 b/src/setsysfont.8 new file mode 100644 index 00000000..69958e94 --- /dev/null +++ b/src/setsysfont.8 @@ -0,0 +1,22 @@ +.\" Copyright 2009 Petr Lautrbach (plautrba@redhat.com) +.TH setsysfont 8 2009-10-27 "" "System Administration tools and Daemons" +.SH NAME +setsysfont \- set console font according to /etc/sysconfig/i18n. +.SH SYNOPSIS +.B setsysfont +.SH DESCRIPTION +.B setsysfont +sets the console font for current virtual terminal. The font setting is read from /etc/sysconfig/i18n. +.SH NOTES +.B setsysfont +should not need to be called in normal practice, as the font is set on boot. + +.SH FILES +.TP +\fB/etc/sysconfig/i18n\fR + +.SH "SEE ALSO" +.BR /usr/share/doc/initscripts-*/sysconfig.txt, +.BR unicode_start (1), +.BR setfont (8), +.BR consoletype (1) |