diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-07-16 22:08:44 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-07-16 22:08:44 +0000 |
commit | a18886a31f691421b2b0a844422f50e2cf2c2a1c (patch) | |
tree | 745ba1c270b3b912dba0ae835142cd915d0c2108 /usr.bin | |
parent | 80bbefb991381eac71f7acc412426ab311cdeff1 (diff) |
use argument name for -T consistently in synopsis and description.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vgrind/vgrind.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index 4b4fe6d1795..c0c531043f3 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgrind.1,v 1.13 2008/04/11 14:24:29 millert Exp $ +.\" $OpenBSD: vgrind.1,v 1.14 2009/07/16 22:08:43 sobrado Exp $ .\" $NetBSD: vgrind.1,v 1.4 1994/11/17 08:28:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: April 11 2008 $ +.Dd $Mdocdate: July 16 2009 $ .Dt VGRIND 1 .Os .Sh NAME @@ -135,9 +135,9 @@ Forces no keyword bolding. .It Fl s Specifies a point size to use on output (exactly the same as the argument of a .ps). -.It Fl T Ar dev +.It Fl T Ar device Use -.Ar dev +.Ar device as the output device. The default device is ps (PostScript). .It Fl W |