Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix .Fn arguments.



details:   https://anonhg.NetBSD.org/src/rev/0ae961206f87
branches:  trunk
changeset: 534917:0ae961206f87
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 06 13:02:52 2002 +0000

description:
Fix .Fn arguments.

diffstat:

 share/man/man9/panic.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61b5938c035b -r 0ae961206f87 share/man/man9/panic.9
--- a/share/man/man9/panic.9    Tue Aug 06 13:01:04 2002 +0000
+++ b/share/man/man9/panic.9    Tue Aug 06 13:02:52 2002 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: panic.9,v 1.12 2002/02/13 08:18:47 ross Exp $
+.\"     $NetBSD: panic.9,v 1.13 2002/08/06 13:02:52 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Michael Graff.
 .\" All rights reserved.
@@ -39,7 +39,7 @@
 .Fd #include \*[Lt]sys/types.h\*[Gt]
 .Fd #include \*[Lt]sys/systm.h\*[Gt]
 .Ft void
-.Fn panic "const char *fmt, ..."
+.Fn panic "const char *fmt" "..."
 .Sh DESCRIPTION
 The
 .Fn panic



Home | Main Index | Thread Index | Old Index