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/wc | |
parent | c5a99b4276c76942eb6d610c7bee8f5964c86686 (diff) |
replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 42fb66daef3..f4bbeade42a 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.20 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: wc.1,v 1.21 2009/08/16 09:41:08 sobrado Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)wc.1 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: August 16 2009 $ .Dt WC 1 .Os .Sh NAME @@ -42,7 +42,7 @@ .Nm wc .Op Fl c | m .Op Fl hlw -.Op Ar file ... +.Op Ar .Sh DESCRIPTION The .Nm |