summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-11 16:59:01 +0000
committerru <ru@FreeBSD.org>2002-12-11 16:59:01 +0000
commita5aece67b9c01885ac2df0332de05fbc487e8e20 (patch)
treef8fd5cc0a8f2440324ae2f196d73fcbae73773dd
parent67eb5b0c87bc9d199478da76f66ad60a85c0965e (diff)
downloadFreeBSD-src-a5aece67b9c01885ac2df0332de05fbc487e8e20.zip
FreeBSD-src-a5aece67b9c01885ac2df0332de05fbc487e8e20.tar.gz
mdoc(7) police: Fixed the declaration of the -column list.
Approved by: re
-rw-r--r--usr.bin/xlint/lint1/makeman8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xlint/lint1/makeman b/usr.bin/xlint/lint1/makeman
index 721e825..7135fa2 100644
--- a/usr.bin/xlint/lint1/makeman
+++ b/usr.bin/xlint/lint1/makeman
@@ -72,6 +72,9 @@ cat << \__EOF
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
.Dd July 5, 2000
.Dt LINT 7
.Os
@@ -85,10 +88,7 @@ It is intended to be used with
.Fl X
flag of
.Xr lint 1 .
-.Pp
-.Bd -ragged -offset indent -compact
-.Bl -column "Id# Message"
+.Bl -column -offset indent "Id#" "Message"
__EOF
"$@" | sed -e 's/^/.It /' -e 's/\\/\\e/g' -e "s/'/\\'/"
echo ".El"
-echo ".Ed"
OpenPOWER on IntegriCloud