From e5e4f770c220ae206864b4fc29d1f0c53daaee60 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 7 Jan 2010 11:30:51 -0500 Subject: Add more man pages (#529328, ) --- src/Makefile | 2 ++ src/securetty.8 | 15 +++++++++++++++ src/setsysfont.8 | 22 ++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 src/securetty.8 create mode 100644 src/setsysfont.8 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) -- cgit v1.2.1