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/soelim | |
parent | c5a99b4276c76942eb6d610c7bee8f5964c86686 (diff) |
replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
Diffstat (limited to 'usr.bin/soelim')
-rw-r--r-- | usr.bin/soelim/soelim.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/soelim/soelim.1 b/usr.bin/soelim/soelim.1 index 510d3ae00fc..c688432229d 100644 --- a/usr.bin/soelim/soelim.1 +++ b/usr.bin/soelim/soelim.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: soelim.1,v 1.9 2007/05/31 19:20:16 jmc Exp $ +.\" $OpenBSD: soelim.1,v 1.10 2009/08/16 09:41:08 sobrado Exp $ .\" $NetBSD: soelim.1,v 1.3 1994/12/21 08:11:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)soelim.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 16 2009 $ .Dt SOELIM 1 .Os .Sh NAME @@ -38,7 +38,7 @@ .Nd eliminate \&.so's from nroff input .Sh SYNOPSIS .Nm soelim -.Op Ar file ... +.Op Ar .Sh DESCRIPTION .Nm reads the specified files or the standard input and performs the textual |