Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/heimdal/lib/com_err Use standard headers, and a ...



details:   https://anonhg.NetBSD.org/src/rev/b9675ede4dc6
branches:  trunk
changeset: 517913:b9675ede4dc6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 21 10:46:23 2001 +0000

description:
Use standard headers, and a whitespace nit.

diffstat:

 crypto/dist/heimdal/lib/com_err/com_err.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 27c8de2b5bdb -r b9675ede4dc6 crypto/dist/heimdal/lib/com_err/com_err.3
--- a/crypto/dist/heimdal/lib/com_err/com_err.3 Wed Nov 21 10:45:02 2001 +0000
+++ b/crypto/dist/heimdal/lib/com_err/com_err.3 Wed Nov 21 10:46:23 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: com_err.3,v 1.2 2001/11/21 06:11:35 gmcgarry Exp $
+.\"     $NetBSD: com_err.3,v 1.3 2001/11/21 10:46:23 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -165,7 +165,7 @@
 will turn into calls to the new hook routine.  This function is
 intended to be used in daemons to use a routine which calls
 .Xr syslog 3 ,
-or in a window system application to pop up a dialogue box.  
+or in a window system application to pop up a dialogue box.
 .It Fn reset_com_err_hook ""
 Turns off the hook set in
 .Fn set_com_err_hook .
@@ -174,7 +174,7 @@
 .Fa new_table
 to the internal error table.
 .El
-.Sh EXAMPLE
+.Sh EXAMPLES
 The following is an example using the table defined in
 .Xr compile_et 1 :
 .Pp



Home | Main Index | Thread Index | Old Index