Module Name:    src
Committed By:   gutteridge
Date:           Fri Oct  4 21:55:00 UTC 2019

Modified Files:
        src/share/man/man9: panic.9

Log Message:
panic.9: add xrefs to printf(3) and printf(9)

printf(3) fmt strings are referenced in the body, and there might as
well be a cross-reference to other kernel message output functions.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/share/man/man9/panic.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/panic.9
diff -u src/share/man/man9/panic.9:1.22 src/share/man/man9/panic.9:1.23
--- src/share/man/man9/panic.9:1.22	Sun Jul 15 05:16:41 2018
+++ src/share/man/man9/panic.9	Fri Oct  4 21:55:00 2019
@@ -1,4 +1,4 @@
-.\"     $NetBSD: panic.9,v 1.22 2018/07/15 05:16:41 maxv Exp $
+.\"     $NetBSD: panic.9,v 1.23 2019/10/04 21:55:00 gutteridge Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 14, 2018
+.Dd October 4, 2019
 .Dt PANIC 9
 .Os
 .Sh NAME
@@ -104,9 +104,11 @@ The
 .Fn panic
 function never returns.
 .Sh SEE ALSO
+.Xr printf 3 ,
 .Xr sysctl 3 ,
 .Xr ddb 4 ,
 .Xr options 4 ,
 .Xr savecore 8 ,
 .Xr swapctl 8 ,
-.Xr sysctl 8
+.Xr sysctl 8 ,
+.Xr printf 9

Reply via email to