summaryrefslogtreecommitdiff
path: root/usr.bin/strings/strings.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strings/strings.1')
-rw-r--r--usr.bin/strings/strings.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1
index 16b5b610a22..3a2d5411470 100644
--- a/usr.bin/strings/strings.1
+++ b/usr.bin/strings/strings.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strings.1,v 1.8 2003/06/03 02:56:16 millert Exp $
+.\" $OpenBSD: strings.1,v 1.9 2003/06/10 09:12:12 jmc Exp $
.\" $NetBSD: strings.1,v 1.4 1994/12/10 11:54:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -92,7 +92,7 @@ is useful for identifying random binaries, among other things.
.Sh SEE ALSO
.Xr hexdump 1 ,
.Xr od 1
-.Sh COMPATIBILITY
+.Sh STANDARDS
Historic implementations of
.Nm
only search the initialized data portion of the object file.
@@ -100,7 +100,7 @@ This was reasonable as strings were normally stored there.
Given new compiler technology which installs strings in the
text portion of the object file, the default behavior was
changed.
-.Sh STANDARDS
+.Pp
The
.Nm
utility conforms to