makeman revision 107748
1289848Sjkim#!/bin/sh
2289848Sjkim#	$NetBSD$
3289848Sjkim#
4289848Sjkim# Copyright (c) 2000 The NetBSD Foundation, Inc.
5289848Sjkim# All rights reserved.
6289848Sjkim#
7289848Sjkim# This code is derived from software contributed to The NetBSD Foundation
8289848Sjkim# by Christos Zoulas.
9289848Sjkim#
10289848Sjkim# Redistribution and use in source and binary forms, with or without
11289848Sjkim# modification, are permitted provided that the following conditions
12289848Sjkim# are met:
13289848Sjkim# 1. Redistributions of source code must retain the above copyright
14289848Sjkim#    notice, this list of conditions and the following disclaimer.
15289848Sjkim# 2. Redistributions in binary form must reproduce the above copyright
16289848Sjkim#    notice, this list of conditions and the following disclaimer in the
17289848Sjkim#    documentation and/or other materials provided with the distribution.
18289848Sjkim# 3. All advertising materials mentioning features or use of this software
19289848Sjkim#    must display the following acknowledgement:
20289848Sjkim#        This product includes software developed by the NetBSD
21289848Sjkim#        Foundation, Inc. and its contributors.
22289848Sjkim# 4. Neither the name of The NetBSD Foundation nor the names of its
23289848Sjkim#    contributors may be used to endorse or promote products derived
24289848Sjkim#    from this software without specific prior written permission.
25289848Sjkim#
26289848Sjkim# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27289848Sjkim# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28289848Sjkim# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29289848Sjkim# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30289848Sjkim# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31289848Sjkim# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32289848Sjkim# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33289848Sjkim# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34289848Sjkim# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35289848Sjkim# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36289848Sjkim# POSSIBILITY OF SUCH DAMAGE.
37289848Sjkim
38289848Sjkim
39289848Sjkimcat << \__EOF
40289848Sjkim.\"	$NetBSD$
41289848Sjkim.\"
42289848Sjkim.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
43289848Sjkim.\" All rights reserved.
44289848Sjkim.\"
45289848Sjkim.\" This code is derived from software contributed to The NetBSD Foundation
46289848Sjkim.\" by Christos Zoulas.
47289848Sjkim.\"
48289848Sjkim.\" Redistribution and use in source and binary forms, with or without
49289848Sjkim.\" modification, are permitted provided that the following conditions
50289848Sjkim.\" are met:
51289848Sjkim.\" 1. Redistributions of source code must retain the above copyright
52289848Sjkim.\"    notice, this list of conditions and the following disclaimer.
53289848Sjkim.\" 2. Redistributions in binary form must reproduce the above copyright
54289848Sjkim.\"    notice, this list of conditions and the following disclaimer in the
55289848Sjkim.\"    documentation and/or other materials provided with the distribution.
56289848Sjkim.\" 3. All advertising materials mentioning features or use of this software
57289848Sjkim.\"    must display the following acknowledgement:
58289848Sjkim.\"        This product includes software developed by the NetBSD
59289848Sjkim.\"        Foundation, Inc. and its contributors.
60289848Sjkim.\" 4. Neither the name of The NetBSD Foundation nor the names of its
61289848Sjkim.\"    contributors may be used to endorse or promote products derived
62289848Sjkim.\"    from this software without specific prior written permission.
63289848Sjkim.\"
64289848Sjkim.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
65289848Sjkim.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
66289848Sjkim.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
67289848Sjkim.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
68289848Sjkim.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
69289848Sjkim.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
70289848Sjkim.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
71289848Sjkim.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
72289848Sjkim.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
73289848Sjkim.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
74289848Sjkim.\" POSSIBILITY OF SUCH DAMAGE.
75289848Sjkim.\"
76289848Sjkim.\" $FreeBSD: head/usr.bin/xlint/lint1/makeman 107748 2002-12-11 16:59:01Z ru $
77289848Sjkim.\"
78289848Sjkim.Dd July 5, 2000
79289848Sjkim.Dt LINT 7
80289848Sjkim.Os
81289848Sjkim.Sh NAME
82289848Sjkim.Nm lint
83289848Sjkim.Nd Lint error message list
84289848Sjkim.Sh DESCRIPTION
85289848SjkimThe following is a list of message id's and messages produced by
86289848Sjkim.Xr lint 1 .
87289848SjkimIt is intended to be used with
88289848Sjkim.Fl X
89289848Sjkimflag of
90289848Sjkim.Xr lint 1 .
91289848Sjkim.Bl -column -offset indent "Id#" "Message"
92289848Sjkim__EOF
93289848Sjkim"$@" | sed -e 's/^/.It /' -e 's/\\/\\e/g' -e "s/'/\\'/"
94289848Sjkimecho ".El"
95289848Sjkim