diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-08-16 09:41:09 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-08-16 09:41:09 +0000 |
commit | 59818a026207249402b7e3ed5d98cd93af7852b8 (patch) | |
tree | 7fc083cc06d4f4e5b7f9dc0ceebfea87f55bad00 /usr.bin/strings | |
parent | c5a99b4276c76942eb6d610c7bee8f5964c86686 (diff) |
replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
Diffstat (limited to 'usr.bin/strings')
-rw-r--r-- | usr.bin/strings/strings.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1 index 1ab4cb3bdef..2f5d4071988 100644 --- a/usr.bin/strings/strings.1 +++ b/usr.bin/strings/strings.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strings.1,v 1.13 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: strings.1,v 1.14 2009/08/16 09:41:08 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: February 8 2009 $ +.Dd $Mdocdate: August 16 2009 $ .Dt STRINGS 1 .Os .Sh NAME @@ -42,7 +42,7 @@ .Op Fl m Ar number .Op Fl n Ar number .Op Fl t Ar radix -.Op Ar file ... +.Op Ar .Sh DESCRIPTION .Nm displays the sequences of printable characters in each of the specified |