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:31:32 -0500 |
commit | 75466b347afd8921d235925bb6d52afe9628fa78 (patch) | |
tree | 5057645b6c6ef54fea52ffeeb8b58056bc56bd66 /src/securetty.8 | |
parent | 7b18bbb446baa624d7825c4e615671a7e3104460 (diff) | |
download | initscripts-75466b347afd8921d235925bb6d52afe9628fa78.tar initscripts-75466b347afd8921d235925bb6d52afe9628fa78.tar.gz initscripts-75466b347afd8921d235925bb6d52afe9628fa78.tar.bz2 initscripts-75466b347afd8921d235925bb6d52afe9628fa78.tar.xz initscripts-75466b347afd8921d235925bb6d52afe9628fa78.zip |
Add more man pages (#529328, <plautrba@redhat.com>)
Diffstat (limited to 'src/securetty.8')
-rw-r--r-- | src/securetty.8 | 15 |
1 files changed, 15 insertions, 0 deletions
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) |