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/lam | |
parent | c5a99b4276c76942eb6d610c7bee8f5964c86686 (diff) |
replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
Diffstat (limited to 'usr.bin/lam')
-rw-r--r-- | usr.bin/lam/lam.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index e7302280b7e..80a7846ee0d 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lam.1,v 1.7 2007/05/31 19:20:11 jmc Exp $ +.\" $OpenBSD: lam.1,v 1.8 2009/08/16 09:41:08 sobrado Exp $ .\" $NetBSD: lam.1,v 1.4 2002/02/08 01:36:25 ross Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)lam.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 16 2009 $ .Dt LAM 1 .Os .Sh NAME @@ -42,7 +42,7 @@ .Op Fl p Ar min.max .Op Fl s Ar sepstring .Op Fl t Ar c -.Ar file ... +.Ar .Sh DESCRIPTION .Nm copies the named files side by side onto the standard output. |