Deleted Added
full compact
vgrind.1 (81462) vgrind.1 (95124)
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/vgrind/vgrind.1 81462 2001-08-10 17:35:21Z ru $
33.\" $FreeBSD: head/usr.bin/vgrind/vgrind.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd June 6, 1993
36.Dt VGRIND 1
37.Os
38.Sh NAME
39.Nm vgrind
40.Nd grind nice listings of programs
41.Sh SYNOPSIS

--- 6 unchanged lines hidden (view full) ---

48.Op Fl l Ns Ar language
49.Op Fl n
50.Op Fl p Ar postproc
51.Op Fl sn
52.Op Fl t
53.Op Fl x
54.Ar name Ar ...
55.Sh DESCRIPTION
34.\"
35.Dd June 6, 1993
36.Dt VGRIND 1
37.Os
38.Sh NAME
39.Nm vgrind
40.Nd grind nice listings of programs
41.Sh SYNOPSIS

--- 6 unchanged lines hidden (view full) ---

48.Op Fl l Ns Ar language
49.Op Fl n
50.Op Fl p Ar postproc
51.Op Fl sn
52.Op Fl t
53.Op Fl x
54.Ar name Ar ...
55.Sh DESCRIPTION
56.Nm Vgrind
57formats the program sources which are arguments
56The
57.Nm
58utility formats the program sources which are arguments
58in a nice style using
59.Xr troff 1
60Comments are placed in italics, keywords in bold face,
61and the name of the current function is listed down the margin of each
62page as it is encountered.
63.Pp
59in a nice style using
60.Xr troff 1
61Comments are placed in italics, keywords in bold face,
62and the name of the current function is listed down the margin of each
63page as it is encountered.
64.Pp
64.Nm Vgrind
65runs in two basic modes, filter mode (see the
65The
66.Nm
67utility runs in two basic modes, filter mode (see the
66.Fl f
67option) or regular mode. In filter mode
68.Nm
69acts as a filter in a manner similar to
70.Xr tbl 1 .
71The standard input is passed directly to the standard output except
72for lines bracketed by the
73.Em troff-like

--- 164 unchanged lines hidden ---
68.Fl f
69option) or regular mode. In filter mode
70.Nm
71acts as a filter in a manner similar to
72.Xr tbl 1 .
73The standard input is passed directly to the standard output except
74for lines bracketed by the
75.Em troff-like

--- 164 unchanged lines hidden ---