diff options
| author | wiz <wiz@NetBSD.org> | 2003-05-08 05:38:10 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-05-08 05:38:10 +0000 |
| commit | a65567f59b4e2f2ebbb81f5a4767de1adc4ccef6 (patch) | |
| tree | 26e1af1a8560dc317e2bb9936879cefe2581c8ca | |
| parent | ece2a37389fd70f9e9e1dcdbf5d1751e43d21aae (diff) | |
Hack around ".Nm" introducing newlines in the SYNOPSIS section.
Reported by Kouichiro Hiratsuka via uebayasi.
| -rw-r--r-- | share/man/man4/ddb.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 88ca6845b52..70c2287e449 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -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 |
