]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/strings
games/galaxy: new mouse behavior
[plan9front.git] / sys / man / 1 / strings
index 9164194bd3b555cbcf5ab73a930caecc6af74f15..e8f862e292244d2c87f8b319a756cc6260b8fef1 100644 (file)
@@ -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