Deleted Added
full compact
mandoc.db.5 (274880) mandoc.db.5 (275432)
1.\" $Id: mandoc.db.5,v 1.1 2014/04/15 20:18:26 schwarze Exp $
1.\" $Id: mandoc.db.5,v 1.2 2014/09/03 18:09:14 schwarze Exp $
2.\"
3.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
2.\"
3.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: April 15 2014 $
17.Dd $Mdocdate: September 3 2014 $
18.Dt MANDOC.DB 5
19.Os
20.Sh NAME
21.Nm mandoc.db
22.Nd manual page database
23.Sh DESCRIPTION
24The
25.Nm

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

62of type
63.Vt TEXT .
64.Bl -tag -width mpages.desc
65.It Sy mpages.desc
66The description line
67.Pq Sq \&Nd
68of the page.
69.It Sy mpages.form
18.Dt MANDOC.DB 5
19.Os
20.Sh NAME
21.Nm mandoc.db
22.Nd manual page database
23.Sh DESCRIPTION
24The
25.Nm

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

62of type
63.Vt TEXT .
64.Bl -tag -width mpages.desc
65.It Sy mpages.desc
66The description line
67.Pq Sq \&Nd
68of the page.
69.It Sy mpages.form
70The
70An
71.Vt INTEGER
71.Vt INTEGER
721 if the page is unformatted, i.e. in
72bit field.
73If bit
74.Dv FORM_GZ
75is set, the page is compressed and requires
76.Xr gunzip 1
77for display.
78If bit
79.Dv FORM_SRC
80is set, the page is unformatted, that is in
73.Xr mdoc 7
74or
75.Xr man 7
81.Xr mdoc 7
82or
83.Xr man 7
76format, and 2 if it is formatted, i.e. a
84format, and requires
85.Xr mandoc 1
86for display.
87If bit
88.Dv FORM_SRC
89is not set, the page is formatted, i.e. a
77.Sq cat
78page.
79.It Sy mlinks.sec
80The manual section as found in the subdirectory name.
81.It Sy mlinks.arch
82The manual architecture as found in the subdirectory name, or
83.Qq any .
84.It Sy mlinks.name

--- 60 unchanged lines hidden ---
90.Sq cat
91page.
92.It Sy mlinks.sec
93The manual section as found in the subdirectory name.
94.It Sy mlinks.arch
95The manual architecture as found in the subdirectory name, or
96.Qq any .
97.It Sy mlinks.name

--- 60 unchanged lines hidden ---