diff options
author | charnier <charnier@FreeBSD.org> | 1997-08-11 07:31:28 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-08-11 07:31:28 +0000 |
commit | 59770b8246c383da01838df128a563d5e574c764 (patch) | |
tree | abc4ec82dd94c0322ce249d1a3454e408766e874 /usr.bin/strings/strings.1aout | |
parent | 55429790ab7bed1e7a1d3556ce06ec3010f64dd9 (diff) | |
download | FreeBSD-src-59770b8246c383da01838df128a563d5e574c764.zip FreeBSD-src-59770b8246c383da01838df128a563d5e574c764.tar.gz |
Use err(3).
Diffstat (limited to 'usr.bin/strings/strings.1aout')
-rw-r--r-- | usr.bin/strings/strings.1aout | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/strings/strings.1aout b/usr.bin/strings/strings.1aout index ceeae10..b22becd 100644 --- a/usr.bin/strings/strings.1aout +++ b/usr.bin/strings/strings.1aout @@ -38,10 +38,10 @@ .Nm strings .Nd find printable strings in a file .Sh SYNOPSIS -.Nm strings +.Nm .Op Fl afo .Op Fl n Ar number -.Op Ar file ... +.Op Ar .Sh DESCRIPTION .Nm Strings displays the sequences of printable characters in each of the specified @@ -53,12 +53,12 @@ The options are as follows: .Bl -tag -width Ds .It Fl a By default, -.Nm strings +.Nm only searches the text and data segments of object files. The .Fl a option causes -.Nm strings +.Nm to search the entire object file. .It Fl f Each string is preceded by the name of the file |