[PATCH] nitpicking in src/usr.bin/vgrind/vgrind.1
Niclas Zeising
lothrandil at n00b.apagnu.se
Tue Aug 29 17:35:04 UTC 2006
Hi!
I came over a few mistakes/typos in vgrind.1 while reading it through.
I also reworded a sentence so, I think, it makes more sense.
Here's the patch!
Regards!
//Niclas
--
-------------- next part --------------
--- /usr/src/usr.bin/vgrind/vgrind.1 Tue Jan 18 14:43:55 2005
+++ vgrind.1 Tue Aug 29 17:19:35 2006
@@ -32,7 +32,7 @@
.\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD: src/usr.bin/vgrind/vgrind.1,v 1.14 2005/01/18 13:43:55 ru Exp $
.\"
-.Dd June 6, 1993
+.Dd August 29, 2006
.Dt VGRIND 1
.Os
.Sh NAME
@@ -48,16 +48,16 @@
.Op Fl l Ns Ar language
.Op Fl n
.Op Fl p Ar postproc
-.Op Fl sn
+.Op Fl s Ar point size
.Op Fl t
.Op Fl x
.Ar name Ar ...
.Sh DESCRIPTION
The
.Nm
-utility formats the program sources which are arguments
-in a nice style using
-.Xr troff 1
+utility formats the program sources specified as arguments
+on the command line in a nice style using
+.Xr troff 1 .
Comments are placed in italics, keywords in bold face,
and the name of the current function is listed down the margin of each
page as it is encountered.
@@ -158,7 +158,7 @@
to post-process the output,
.Xr psroff 1
by default.
-.It Fl s
+.It Fl s Ar size
specifies a point size to use on output (exactly the same as the argument
of a .ps)
.It Fl t
More information about the freebsd-doc
mailing list