summaryrefslogtreecommitdiff
path: root/usr.bin/ar
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-08-16 09:41:09 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-08-16 09:41:09 +0000
commit59818a026207249402b7e3ed5d98cd93af7852b8 (patch)
tree7fc083cc06d4f4e5b7f9dc0ceebfea87f55bad00 /usr.bin/ar
parentc5a99b4276c76942eb6d610c7bee8f5964c86686 (diff)
replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
Diffstat (limited to 'usr.bin/ar')
-rw-r--r--usr.bin/ar/ar.122
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1
index 47a3a5cc3e2..a3a9a887657 100644
--- a/usr.bin/ar/ar.1
+++ b/usr.bin/ar/ar.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ar.1,v 1.15 2007/05/31 19:20:07 jmc Exp $
+.\" $OpenBSD: ar.1,v 1.16 2009/08/16 09:41:08 sobrado Exp $
.\" $NetBSD: ar.1,v 1.7 1995/08/18 15:05:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 16 2009 $
.Dt AR 1
.Os
.Sh NAME
@@ -44,47 +44,47 @@
.Fl d
.Op Fl \Tv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl m
.Op Fl \Tv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl m
.Op Fl abiTv
.Ar position archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl p
.Op Fl \Tv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl q
.Op Fl cTv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl r
.Op Fl cuTv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl r
.Op Fl abciuTv
.Ar position archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl t
.Op Fl \Tv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Nm ar
.Fl x
.Op Fl CouTv
.Ar archive
-.Op Ar file ...
+.Op Ar
.Sh DESCRIPTION
The
.Nm