1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Description: fix spelling mistakes in the upstream changelog
Author: Jakub Wilk <jwilk@debian.org>
Last-Update: 2014-02-21
--- a/pam_alreadyloggedin.8
+++ b/pam_alreadyloggedin.8
@@ -71,7 +71,7 @@
output, they will generally be allowed to authenticate using this method.
.Pp
The following options may be passed to the authentication module:
-.Bl -tag -width ".Cm restrict_loggedin_tty Ns = Ns Ar ttyfoo*"
+.Bl -tag -width ".Cm restrict_loggedin_tty Ns = Ns Ar ttyglob*"
.It Cm debug
Enable verbose output to syslog at LOG_DEBUG level.
.It Cm no_debug
@@ -86,9 +86,9 @@
argument is specified as a shell glob, and checked using the
.Xr fnmatch 3
function. For example,
-.Cm restryct_tty=/dev/tty[1-6]
+.Cm restrict_tty=/dev/tty[1-6]
allows logging from text consoles of physical terminal only.
-.It Cm restrict_loggedin_tty Ns = Ns Ar ttyfoo*
+.It Cm restrict_loggedin_tty Ns = Ns Ar ttyglob*
Disallow recognition that the user is already logged in unless the terminal device logged in upon matches
.Ar ttyglob* .
.El
@@ -108,9 +108,9 @@
FreeBSD version expects
.Pa /dev/
prefix in
-.Cm restryct_tty
+.Cm restrict_tty
value, but value of
-.Cm restryct_loggedin_tty
+.Cm restrict_loggedin_tty
should be without them.
Linux version expects
.Pa /dev/
|