summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-05-30 04:05:18 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-05-30 04:05:18 +0200
commit17d0dea87c80203aaf0199cb33dea0afc4a7f956 (patch)
tree32a4bd2bf3230b33094666c1254a8faa13f17a88 /sys/man/1
parent52464166216095a5747f7541eff179ecf8d94e1f (diff)
we look for strings.c, it is broken, this strings.c will make us go.
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/strings6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/man/1/strings b/sys/man/1/strings
index 9164194bd..e8f862e29 100644
--- a/sys/man/1/strings
+++ b/sys/man/1/strings
@@ -24,12 +24,10 @@ Printable characters are taken to be
.SM ASCII
characters from blank through tilde (hexadecimal 20 through 7E), inclusive,
and
-all other characters from value 00A0 to FFFF.
+all other characters above A0.
Strings reports
the decimal offset within the file at which the string starts and the text
-of the string. If the string is longer than 70 runes the line is
-terminated by three dots and the printing is resumed on the next
-line with the offset of the continuation line.
+of the string.
.SH SOURCE
.B /sys/src/cmd/strings.c
.SH SEE ALSO