diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-10 23:55:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-10 23:55:26 +0100 |
commit | f7f87b788bdfdaed3e69b60fd9ce9d2c17b06e0a (patch) | |
tree | 5ee68c7907baf8666d5d585ae491129ffcfdb6e5 /doc/man/sleeping-getty.8 | |
parent | update news and makefile (diff) | |
download | sleeping-getty-1.1.tar.gz sleeping-getty-1.1.tar.bz2 sleeping-getty-1.1.tar.xz |
Simplify and cahgne license1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | sleeping-getty.8 (renamed from doc/man/sleeping-getty.8) | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/doc/man/sleeping-getty.8 b/sleeping-getty.8 index f20ed92..bcf7748 100644 --- a/doc/man/sleeping-getty.8 +++ b/sleeping-getty.8 @@ -3,19 +3,20 @@ sleeping\-getty \- Do not start a fullblown getty before it is necessary .SH SYNOPSIS .B sleeping\-getty -.I VTNO -.IR GETTY_COMMAND ... +.I vtno +.I getty-command +.IR argument \ ... .SH DESCRIPTION .B sleeping\-getty shall wait until -.I VTNO +.I vtno (a number of a virtual terminal) becomes the foreground console. Then, it shall .BR execvp (3) to -.IR GETTY_COMMAND , +.IR getty-command , with -.I GETTY_COMMAND +.I getty-command and all following arguments as the command line arguments. .PP Note that @@ -59,20 +60,6 @@ important on resource contained machines. .BR got (8), .BR vtchs (1), .BR inittab (5) -.SH LICENSE -Copyright \(co 2015 Mattias Andrée -.br -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -.br -There is NO WARRANTY, to the extent permitted by law. -.SH -.PP -Copying and distribution of this manual, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. This file is offered as-is, -without any warranty. -.SH BUGS -Please report bugs to <https://github.com/maandree/sleeping-getty/issues> -or to <maandree@member.fsf.org>. +.SH AUTHORS +Mattias Andrée +.RI < maandree@kth.se > |