diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:30:19 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:30:19 +0100 |
| commit | 8d7ed1890d2137cd96218d1e10e446a4656593eb (patch) | |
| tree | 8031a2d88fcd9f93a61bfe9f6583414f9a4ed1fa | |
| parent | Update year (diff) | |
| download | key2root-8d7ed1890d2137cd96218d1e10e446a4656593eb.tar.gz key2root-8d7ed1890d2137cd96218d1e10e446a4656593eb.tar.bz2 key2root-8d7ed1890d2137cd96218d1e10e446a4656593eb.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | key2root-addkey.8 | 4 | ||||
| -rw-r--r-- | key2root-crypt.8 | 2 | ||||
| -rw-r--r-- | key2root-lskeys.8 | 6 | ||||
| -rw-r--r-- | key2root-rmkey.8 | 2 | ||||
| -rw-r--r-- | key2root.8 | 10 |
5 files changed, 12 insertions, 12 deletions
diff --git a/key2root-addkey.8 b/key2root-addkey.8 index ae60503..d6516a5 100644 --- a/key2root-addkey.8 +++ b/key2root-addkey.8 @@ -1,4 +1,4 @@ -.TH KEY2ROOT 8 key2root-addkey +.TH KEY2ROOT-ADDKEY 8 KEY2ROOT .SH NAME key2root-addkey - add a keyfile for privilege escalation with key2root @@ -17,7 +17,7 @@ key2root-addkey - add a keyfile for privilege escalation with key2root .SH DESCRIPTION The .B key2root-addkey -utility takes a keyfile from the standard input and it to +utility takes a keyfile from the standard input and adds it to a database of keyfiles that may be used to authenticate the specified .I user diff --git a/key2root-crypt.8 b/key2root-crypt.8 index 38acd33..ae8d4a1 100644 --- a/key2root-crypt.8 +++ b/key2root-crypt.8 @@ -1,4 +1,4 @@ -.TH KEY2ROOT 8 key2root-crypt +.TH KEY2ROOT-CRYPT 8 KEY2ROOT .SH NAME key2root-crypt - generate key hash for key2root diff --git a/key2root-lskeys.8 b/key2root-lskeys.8 index b7bbd79..1eb3d29 100644 --- a/key2root-lskeys.8 +++ b/key2root-lskeys.8 @@ -1,4 +1,4 @@ -.TH KEY2ROOT 8 key2root-lskeys +.TH KEY2ROOT-LSKEYS 8 KEY2ROOT .SH NAME key2root-lskeys - list keyfiles for privilege escalation with key2root @@ -9,7 +9,7 @@ key2root-lskeys - list keyfiles for privilege escalation with key2root .SH DESCRIPTION The -.B key2root-lskey +.B key2root-lskeys utility lists keyfiles that may be used to authenticate for privilege escalation with the .BR key2root (8) @@ -17,7 +17,7 @@ utility. .SH OPTIONS The -.B key2root-lskey +.B key2root-lskeys utility conforms to the Base Definitions volume of POSIX.1-2017, .IR "Section 12.2" , .IR "Utility Syntax Guidelines" . diff --git a/key2root-rmkey.8 b/key2root-rmkey.8 index bfbeaa4..eaf6154 100644 --- a/key2root-rmkey.8 +++ b/key2root-rmkey.8 @@ -1,4 +1,4 @@ -.TH KEY2ROOT 8 key2root-rmkey +.TH KEY2ROOT-RMKEY 8 KEY2ROOT .SH NAME key2root-rmkey - remove keyfiles for privilege escalation with key2root @@ -1,4 +1,4 @@ -.TH KEY2ROOT 8 key2root +.TH KEY2ROOT 8 KEY2ROOT .SH NAME key2root - authenticate with a keyfile and run a process as the root user @@ -76,7 +76,7 @@ The .B key2root utility does not use the standard output, however the .I command -it starts may. +it starts may use the standard output. .SH STDERR The standard error is used for diagnostic messages. The @@ -100,7 +100,7 @@ utility fails it will exit with one of the following statuses: Authentication failed. (May have an actual error as the cause.) .TP 125 -A error occurred. +An error occurred. .TP 126 The process failed to change process image. @@ -135,11 +135,11 @@ his password. The .I PATH environment variable will not be updated. -Updates environment variables are: +Updated environment variables are: .IR HOME , .IR LOGNAME , .IR MAIL , -.IR SHEEL , +.IR SHELL , and .IR USER . |
