diff options
-rw-r--r-- | asroot.8 | 2 | ||||
-rw-r--r-- | asroot.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ None. .SH EXIT STATUS If the .B asroot -utility fails it will exit withone of the following statuses: +utility fails it will exit with one of the following statuses: .TP 125 A error occurred. @@ -237,7 +237,7 @@ check_password(void) for (;;) { hostname = realloc(hostname, size *= 2); if (!hostname) { - fprintf(stderr, "%s: realloc1 %zu: %s\n", argv0, size, strerror(errno)); + fprintf(stderr, "%s: realloc %zu: %s\n", argv0, size, strerror(errno)); } *hostname = 0; if (!gethostname(hostname, size)) { |