diff options
Diffstat (limited to 'usr/src/cmd/ptools/pargs/pargs.c')
| -rw-r--r-- | usr/src/cmd/ptools/pargs/pargs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/ptools/pargs/pargs.c b/usr/src/cmd/ptools/pargs/pargs.c index 6d82af21ba..2f8e069a10 100644 --- a/usr/src/cmd/ptools/pargs/pargs.c +++ b/usr/src/cmd/ptools/pargs/pargs.c @@ -140,7 +140,7 @@ safe_strdup(const char *s1) /* * Given a wchar_t which might represent an 'escapable' sequence (see - * formats(5)), return the base ascii character needed to print that + * formats(7)), return the base ascii character needed to print that * sequence. * * The comparisons performed may look suspect at first, but all are valid; @@ -202,7 +202,7 @@ unctrl_str_strict_ascii(const char *src, int escape_slash, int *unprintable) } /* - * Convert control characters as described in format(5) to their readable + * Convert control characters as described in formats(7) to their readable * representation; special care is taken to handle multibyte character sets. * * If escape_slash is true, escaping of '\' occurs. The first time a string |
