diff options
Diffstat (limited to 'usr.bin/strings/strings.1')
-rw-r--r-- | usr.bin/strings/strings.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1 index 2a106de2869..65c10bb8a99 100644 --- a/usr.bin/strings/strings.1 +++ b/usr.bin/strings/strings.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strings.1,v 1.11 2007/05/31 19:20:17 jmc Exp $ +.\" $OpenBSD: strings.1,v 1.12 2008/06/01 21:42:30 sobrado Exp $ .\" $NetBSD: strings.1,v 1.4 1994/12/10 11:54:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)strings.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 1 2008 $ .Dt STRINGS 1 .Os .Sh NAME @@ -39,8 +39,8 @@ .Sh SYNOPSIS .Nm strings .Op Fl afo -.Op Fl n Ar number .Op Fl m Ar number +.Op Fl n Ar number .Op Fl t Ar radix .Op Ar file ... .Sh DESCRIPTION @@ -64,14 +64,14 @@ to search the entire object file. .It Fl f Each string is preceded by the name of the file in which it was found. -.It Fl n Ar number -Specifies the minimum number of characters in a sequence to be -.Ar number , -instead of four. .It Fl m Ar number Specifies the maximum number of characters in a sequence to be .Ar number , instead of unlimited. +.It Fl n Ar number +Specifies the minimum number of characters in a sequence to be +.Ar number , +instead of four. .It Fl o Each string is preceded by its octal offset in the file. .It Fl t Ar radix |