diff options
Diffstat (limited to 'share/man/man9/printf.9')
-rw-r--r-- | share/man/man9/printf.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/printf.9 b/share/man/man9/printf.9 index 551777a942ec..45a3eeeaf566 100644 --- a/share/man/man9/printf.9 +++ b/share/man/man9/printf.9 @@ -111,7 +111,7 @@ It requires two arguments: a pointer and a .Vt "char *" string. -The memory pointed to be the pointer is output in hexadecimal one byte at +The memory pointed to by the pointer is output in hexadecimal one byte at a time. The string is used as a delimiter between individual bytes. If present, a width directive will specify the number of bytes to display. |