aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/printf.9
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2017-01-26 16:36:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2017-01-26 16:36:12 +0000
commita7c536ea66663ca28fe6be61049d60451aae8cf6 (patch)
treeda01dd5545bac4a2fab7a25e7a58d909c2016387 /share/man/man9/printf.9
parent69b7fc3e67b7301cd5a17522832cc166e46a6ee7 (diff)
Correct grammar.
Notes
Notes: svn path=/head/; revision=312818
Diffstat (limited to 'share/man/man9/printf.9')
-rw-r--r--share/man/man9/printf.92
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.