diff options
Diffstat (limited to '')
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | asroot.8 | 1 | ||||
| -rw-r--r-- | asroot.c | 1 |
4 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ ISC License -© 2021 Mattias Andrée <m@maandree.se> +© 2021, 2025 Mattias Andrée <m@maandree.se> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -32,4 +32,4 @@ OPERANDS Command line arguments for the command to run. SEE ALSO - editasroot(8), key2root(8), sudo(8), doas(1), su(1) + gasroot(8), editasroot(8), key2root(8), sudo(8), doas(1), su(1) @@ -139,6 +139,7 @@ None. None. .SH SEE ALSO +.BR gasroot (8), .BR editasroot (8), .BR key2root (8), .BR sudo (8), @@ -151,6 +151,7 @@ check_password(void) hostname = realloc(hostname, size *= 2); if (!hostname) { fprintf(stderr, "%s: realloc %zu: %s\n", argv0, size, strerror(errno)); + exit(EXIT_ERROR); } *hostname = 0; if (!gethostname(hostname, size)) { |
