1216294Ssyrinx#!/bin/sh
2216294Ssyrinx#	$NetBSD$
3216294Ssyrinx#
4216294Ssyrinx# Copyright (c) 2000 The NetBSD Foundation, Inc.
5216294Ssyrinx# All rights reserved.
6216294Ssyrinx#
7216294Ssyrinx# This code is derived from software contributed to The NetBSD Foundation
8216294Ssyrinx# by Christos Zoulas.
9216294Ssyrinx#
10216294Ssyrinx# Redistribution and use in source and binary forms, with or without
11216294Ssyrinx# modification, are permitted provided that the following conditions
12216294Ssyrinx# are met:
13216294Ssyrinx# 1. Redistributions of source code must retain the above copyright
14216294Ssyrinx#    notice, this list of conditions and the following disclaimer.
15216294Ssyrinx# 2. Redistributions in binary form must reproduce the above copyright
16216294Ssyrinx#    notice, this list of conditions and the following disclaimer in the
17216294Ssyrinx#    documentation and/or other materials provided with the distribution.
18216294Ssyrinx#
19216294Ssyrinx# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20216294Ssyrinx# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21216294Ssyrinx# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22216294Ssyrinx# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23216294Ssyrinx# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24216294Ssyrinx# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25216294Ssyrinx# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26216294Ssyrinx# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27216294Ssyrinx# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28216294Ssyrinx# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29216294Ssyrinx# POSSIBILITY OF SUCH DAMAGE.
30216294Ssyrinx
31216294Ssyrinx
32216605Ssyrinxcat << \__EOF
33216594Ssyrinx.\"	$NetBSD$
34216605Ssyrinx.\"
35216605Ssyrinx.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
36216605Ssyrinx.\" All rights reserved.
37216605Ssyrinx.\"
38216605Ssyrinx.\" This code is derived from software contributed to The NetBSD Foundation
39216605Ssyrinx.\" by Christos Zoulas.
40216605Ssyrinx.\"
41216605Ssyrinx.\" Redistribution and use in source and binary forms, with or without
42216605Ssyrinx.\" modification, are permitted provided that the following conditions
43216294Ssyrinx.\" are met:
44216294Ssyrinx.\" 1. Redistributions of source code must retain the above copyright
45216294Ssyrinx.\"    notice, this list of conditions and the following disclaimer.
46216294Ssyrinx.\" 2. Redistributions in binary form must reproduce the above copyright
47216294Ssyrinx.\"    notice, this list of conditions and the following disclaimer in the
48216294Ssyrinx.\"    documentation and/or other materials provided with the distribution.
49216294Ssyrinx.\"
50216294Ssyrinx.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
51216294Ssyrinx.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
52216294Ssyrinx.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
53216294Ssyrinx.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
54216294Ssyrinx.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
55216294Ssyrinx.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
56216294Ssyrinx.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
57216294Ssyrinx.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
58216294Ssyrinx.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
59216294Ssyrinx.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
60216294Ssyrinx.\" POSSIBILITY OF SUCH DAMAGE.
61216294Ssyrinx.\"
62216294Ssyrinx.\" $FreeBSD: releng/10.3/usr.bin/xlint/lint1/makeman 281168 2015-04-06 19:56:27Z pfg $
63216294Ssyrinx.\"
64216294Ssyrinx.Dd July 5, 2000
65216294Ssyrinx.Dt LINT 7
66216294Ssyrinx.Os
67216294Ssyrinx.Sh NAME
68216294Ssyrinx.Nm lint
69216294Ssyrinx.Nd Lint error message list
70216294Ssyrinx.Sh DESCRIPTION
71216294SsyrinxThe following is a list of message IDs and messages produced by
72216294Ssyrinx.Xr lint 1 .
73216294SsyrinxIt is intended to be used with
74216294Ssyrinx.Fl X
75216294Ssyrinxflag of
76216294Ssyrinx.Xr lint 1 .
77216294Ssyrinx.Bl -column -offset indent "XXXX"
78216294Ssyrinx__EOF
79216294Ssyrinx"$@" | sed -e 's/\\/\\e/g' -e "s/'/\\'/"
80216294Ssyrinxecho ".El"
81216294Ssyrinx