summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-06-19 18:40:31 +0000
committeraaron <aaron@openbsd.org>2000-06-19 18:40:31 +0000
commitb2dcd6c0d88e60e273e08dfd0bf9cb9fb404260f (patch)
tree99764eee7699a5962ad3947b8c301c9341416b6b
parentBetter wording. (diff)
downloadwireguard-openbsd-b2dcd6c0d88e60e273e08dfd0bf9cb9fb404260f.tar.xz
wireguard-openbsd-b2dcd6c0d88e60e273e08dfd0bf9cb9fb404260f.zip
Move BUGS section.
-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.