diff options
Diffstat (limited to 'usr.bin/strings/strings.1')
| -rw-r--r-- | usr.bin/strings/strings.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1 index 3b820ba7feb96..94b6bce16ad0d 100644 --- a/usr.bin/strings/strings.1 +++ b/usr.bin/strings/strings.1 @@ -44,7 +44,9 @@ .Op Fl n Ar number .Op Ar .Sh DESCRIPTION -.Nm Strings +The +.Nm +utility displays the sequences of printable characters in each of the specified files, or in the standard input, by default. By default, a sequence must be at least four characters in length @@ -73,8 +75,9 @@ Each string is preceded by its decimal offset in the file. .El .Pp -.Nm Strings -is useful for identifying random binaries, among other things. +The +.Nm +utility is useful for identifying random binaries, among other things. .Sh SEE ALSO .Xr hexdump 1 .Sh BUGS |
