summaryrefslogtreecommitdiff
path: root/usr.bin/strings/strings.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-06-19 18:40:32 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-06-19 18:40:32 +0000
commit38a39bbead4abe3b8f1ef36e7883f303b63be5c9 (patch)
tree09c251b9560924456fa078e7809335a4b1ac6805 /usr.bin/strings/strings.1
parent80115b5aed8854170f466191ff2b0a5a201fd58e (diff)
Move BUGS section.
Diffstat (limited to 'usr.bin/strings/strings.1')
-rw-r--r--usr.bin/strings/strings.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1
index 718347e32bb..56219a42087 100644
--- a/usr.bin/strings/strings.1
+++ b/usr.bin/strings/strings.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strings.1,v 1.6 2000/03/11 21:40:03 aaron Exp $
+.\" $OpenBSD: strings.1,v 1.7 2000/06/19 18:40:31 aaron Exp $
.\" $NetBSD: strings.1,v 1.4 1994/12/10 11:54:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -96,11 +96,6 @@ is useful for identifying random binaries, among other things.
.Sh SEE ALSO
.Xr hexdump 1 ,
.Xr od 1
-.Sh BUGS
-The algorithm for identifying strings is extremely primitive.
-In particular, machine code instructions on certain architectures
-can resemble sequences of ASCII bytes, which
-will fool the algorithm.
.Sh COMPATIBILITY
Historic implementations of
.Nm
@@ -119,3 +114,8 @@ The
.Nm
utility appeared in
.Bx 3.0 .
+.Sh BUGS
+The algorithm for identifying strings is extremely primitive.
+In particular, machine code instructions on certain architectures
+can resemble sequences of ASCII bytes, which
+will fool the algorithm.