Hack around ".Nm" introducing newlines in the SYNOPSIS section.

Reported by Kouichiro Hiratsuka via uebayasi.
This commit is contained in:
wiz 2003-05-08 05:38:10 +00:00
parent ece2a37389
commit a65567f59b
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ddb.4,v 1.63 2003/03/30 18:05:22 wiz Exp $
.\" $NetBSD: ddb.4,v 1.64 2003/05/08 05:38:10 wiz Exp $
.\"
.\" Copyright (c) 1997 - 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -76,7 +76,8 @@ To enable history editing:
.Cd options DDB_HISTORY_SIZE=integer
.Pp
To disable entering
.Nm
.\" XXX: hack; .Nm automatically introduces newline in SYNOPSIS
.Ic ddb
upon kernel panic:
.Cd options DDB_ONPANIC=0
.Sh DESCRIPTION