aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/strings
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
downloadsrc-f247324df75b7f55b48b92acb3b42a5ae2deac8a.tar.gz
src-f247324df75b7f55b48b92acb3b42a5ae2deac8a.zip
Notes
Diffstat (limited to 'usr.bin/strings')
-rw-r--r--usr.bin/strings/strings.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1
index 1e25258f80b7..3b820ba7feb9 100644
--- a/usr.bin/strings/strings.1
+++ b/usr.bin/strings/strings.1
@@ -87,7 +87,7 @@ Historic implementations of
.Nm
only search the initialized data portion of the object file.
This was reasonable as strings were normally stored there.
-Given new compiler technology which installs strings in the
+Given new compiler technology which installs strings in the
text portion of the object file, the default behavior was
changed.
.Sh HISTORY