191586Smarkm#!/bin/sh
291586Smarkm#	$NetBSD$
391586Smarkm#
491586Smarkm# Copyright (c) 2000 The NetBSD Foundation, Inc.
591586Smarkm# All rights reserved.
691586Smarkm#
791586Smarkm# This code is derived from software contributed to The NetBSD Foundation
891586Smarkm# by Christos Zoulas.
991586Smarkm#
1091586Smarkm# Redistribution and use in source and binary forms, with or without
1191586Smarkm# modification, are permitted provided that the following conditions
1291586Smarkm# are met:
1391586Smarkm# 1. Redistributions of source code must retain the above copyright
1491586Smarkm#    notice, this list of conditions and the following disclaimer.
1591586Smarkm# 2. Redistributions in binary form must reproduce the above copyright
1691586Smarkm#    notice, this list of conditions and the following disclaimer in the
1791586Smarkm#    documentation and/or other materials provided with the distribution.
1891586Smarkm#
1991586Smarkm# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2091586Smarkm# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2191586Smarkm# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2291586Smarkm# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2391586Smarkm# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2491586Smarkm# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2591586Smarkm# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2691586Smarkm# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2791586Smarkm# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2891586Smarkm# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2991586Smarkm# POSSIBILITY OF SUCH DAMAGE.
3091586Smarkm
3191586Smarkm
3291586Smarkmcat << \__EOF
3391586Smarkm.\"	$NetBSD$
3491586Smarkm.\"
3591586Smarkm.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
3691586Smarkm.\" All rights reserved.
3791586Smarkm.\"
3891586Smarkm.\" This code is derived from software contributed to The NetBSD Foundation
3991586Smarkm.\" by Christos Zoulas.
4091586Smarkm.\"
4191586Smarkm.\" Redistribution and use in source and binary forms, with or without
4291586Smarkm.\" modification, are permitted provided that the following conditions
4391586Smarkm.\" are met:
4491586Smarkm.\" 1. Redistributions of source code must retain the above copyright
4591586Smarkm.\"    notice, this list of conditions and the following disclaimer.
4691586Smarkm.\" 2. Redistributions in binary form must reproduce the above copyright
4791586Smarkm.\"    notice, this list of conditions and the following disclaimer in the
4891586Smarkm.\"    documentation and/or other materials provided with the distribution.
4991586Smarkm.\"
5091586Smarkm.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
5191586Smarkm.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
5291586Smarkm.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
5391586Smarkm.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
5491586Smarkm.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5591586Smarkm.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5691586Smarkm.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5791586Smarkm.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5891586Smarkm.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5991586Smarkm.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6091586Smarkm.\" POSSIBILITY OF SUCH DAMAGE.
61107748Sru.\"
62107748Sru.\" $FreeBSD$
63107748Sru.\"
6491586Smarkm.Dd July 5, 2000
6591586Smarkm.Dt LINT 7
6691586Smarkm.Os
6791586Smarkm.Sh NAME
6891586Smarkm.Nm lint
6991586Smarkm.Nd Lint error message list
7091586Smarkm.Sh DESCRIPTION
71107749SruThe following is a list of message IDs and messages produced by
7291586Smarkm.Xr lint 1 .
7391586SmarkmIt is intended to be used with
7491586Smarkm.Fl X
7591586Smarkmflag of
7691586Smarkm.Xr lint 1 .
77280387Spfg.Bl -column -offset indent "XXXX"
7891586Smarkm__EOF
79107749Sru"$@" | sed -e 's/\\/\\e/g' -e "s/'/\\'/"
8091586Smarkmecho ".El"
81