diff --git a/man/man1/pam_panic_pw.1 b/man/man1/pam_panic_pw.1 index 5edf619..37425cb 100644 --- a/man/man1/pam_panic_pw.1 +++ b/man/man1/pam_panic_pw.1 @@ -31,11 +31,11 @@ pam_panic_pw \- Set and change the passwords for the \fBpam_panic\fR(8) PAM modu .SH "DESCRIPTION" .PP -It sets the passwords for the \fBpam_panic\fR(8) PAM module\&. +\fBpam_panic_pw\fR sets the passwords for the \fBpam_panic\fR(8) PAM module\&. .PP -There are two passwords: The "Key password" and the "Panic password"\&. -The "Key password" is used for the normal authentication -whereas the "Panic password" will execute the panic function\&. +There are two passwords: the "key password" and the "panic password"\&. +The "key password" is used for the normal authentication +whereas the "panic password" will execute the panic function\&. .SH "RETURN VALUES" diff --git a/man/man8/pam_panic.8 b/man/man8/pam_panic.8 index b7b9f1c..59332ea 100644 --- a/man/man8/pam_panic.8 +++ b/man/man8/pam_panic.8 @@ -40,18 +40,18 @@ There are two possible options in how to use this PAM module: First possible option: .RS 2 There are two removable media which work as keys: the auth key and the panic key\&. -The auth key will let you pass to the password prompt whereas the panic key will execute the panic function\&. +The auth key will let you pass to the password prompt whereas the panic key will call the panic function\&. .RE Second possible option: .RS 2 -There are two passwords: the key password and the panic password\&. The key password will let you pass to the original password prompt whereas the panic password will execute the panic function\&. +There are two passwords: the key password and the panic password\&. The key password will let you pass to the original password prompt whereas the panic password will call the panic function\&. .RE .PD 1 .PP The panic function: .RS 2 -Its behaviour is defined through the arguments \fBreboot\fR, \fBpoweroff\fR and/or \fBserious\fR\&. +The behaviour of this function is defined through the arguments \fBreboot\fR, \fBpoweroff\fR and/or \fBserious\fR\&. See the \fBOPTIONS\R section for details\&. .RE @@ -63,7 +63,7 @@ Activates the password function having a panic and key password\&. If the options \fBallow\fR and \fBreject\fR are provided this option will be ignored\&. .PD 0 .PP -To set the passwords the program \fBpam_panic_pw\fR(1) is provided\&. +These passwords can be set with the \fBpam_panic_pw\fR(1) command\&. .RE .PD 1 .PP