Deleted Added
full compact
vgrindefs.5 (68963) vgrindefs.5 (70197)
1.\" Copyright (c) 1989, 1991, 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.\" @(#)vgrindefs.5 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1989, 1991, 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.\" @(#)vgrindefs.5 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/vgrind/vgrindefs.5 68963 2000-11-20 19:21:22Z ru $
33.\" $FreeBSD: head/usr.bin/vgrind/vgrindefs.5 70197 2000-12-19 16:00:12Z ru $
34.\"
35.Dd June 6, 1993
36.Dt VGRINDEFS 5
37.Os BSD 4.2
38.Sh NAME
39.Nm vgrindefs
40.Nd language definition data base for
41.Xr vgrind 1

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

49.Xr vgrind 1 .
50The data base is
51very similar to
52.Xr termcap 5 .
53.Sh FIELDS
54The following table names and describes each field.
55.Pp
56.Bl -column Namexxx Tpexxx
34.\"
35.Dd June 6, 1993
36.Dt VGRINDEFS 5
37.Os BSD 4.2
38.Sh NAME
39.Nm vgrindefs
40.Nd language definition data base for
41.Xr vgrind 1

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

49.Xr vgrind 1 .
50The data base is
51very similar to
52.Xr termcap 5 .
53.Sh FIELDS
54The following table names and describes each field.
55.Pp
56.Bl -column Namexxx Tpexxx
57.Sy Name Type Description
57.It Sy "Name Type Description
58.It "ab str regular expression for the start of an alternate comment"
59.It "ae str regular expression for the end of an alternate comment"
60.It "pb str regular expression for start of a procedure"
61.It "bb str regular expression for start of a lexical block"
62.It "be str regular expression for the end of a lexical block"
63.It "cb str regular expression for the start of a comment"
64.It "ce str regular expression for the end of a comment"
65.It "sb str regular expression for the start of a string"

--- 105 unchanged lines hidden ---
58.It "ab str regular expression for the start of an alternate comment"
59.It "ae str regular expression for the end of an alternate comment"
60.It "pb str regular expression for start of a procedure"
61.It "bb str regular expression for start of a lexical block"
62.It "be str regular expression for the end of a lexical block"
63.It "cb str regular expression for the start of a comment"
64.It "ce str regular expression for the end of a comment"
65.It "sb str regular expression for the start of a string"

--- 105 unchanged lines hidden ---