Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 * decapitalize NAME section's line



details:   https://anonhg.NetBSD.org/src/rev/cd6d721f9751
branches:  trunk
changeset: 779708:cd6d721f9751
user:      jdf <jdf%NetBSD.org@localhost>
date:      Tue Jun 12 21:06:43 2012 +0000

description:
* decapitalize NAME section's line
 * improve wording
 * make RETURN VALUES section consistent with other man pages' (e.g. exit(3) and
   abort(3)

Patch provided by Bug Hunting.

diffstat:

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

diffs (38 lines):

diff -r c6f23e81663b -r cd6d721f9751 share/man/man9/panic.9
--- a/share/man/man9/panic.9    Tue Jun 12 21:01:10 2012 +0000
+++ b/share/man/man9/panic.9    Tue Jun 12 21:06:43 2012 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: panic.9,v 1.20 2011/09/29 20:55:49 christos Exp $
+.\"     $NetBSD: panic.9,v 1.21 2012/06/12 21:06:43 jdf Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .Os
 .Sh NAME
 .Nm panic
-.Nd Bring down system on fatal error
+.Nd bring down system on fatal error
 .Sh SYNOPSIS
 .In sys/types.h
 .In sys/systm.h
@@ -91,8 +91,8 @@
 .Fn panic
 is meant to be used in situations where something unexpected has happened
 and it is difficult to recover the system to a stable state, or in
-situations where proceeding might make the things worse, leading to
-data corruption/loss.
+situations where proceeding might make things worse, leading to data
+corruption and/or loss.
 It is not meant to be used in scenarios where the system could easily
 ignore and/or isolate the condition/subsystem and proceed.
 .Pp
@@ -102,7 +102,7 @@
 .Sh RETURN VALUES
 The
 .Fn panic
-function does not return.
+function never returns.
 .Sh SEE ALSO
 .Xr sysctl 3 ,
 .Xr ddb 4 ,



Home | Main Index | Thread Index | Old Index