Module Name: src
Committed By: apb
Date: Mon Sep 28 18:28:59 UTC 2009
Modified Files:
src/share/man/man9: boothowto.9
Log Message:
.Xs -> .Dq.
There's no such thing as ".Xs"; it was a typo for ".Sx". However,
.Sx is intended for references to another section of the same man page,
not for references to sections of a different man page.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/boothowto.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/boothowto.9
diff -u src/share/man/man9/boothowto.9:1.4 src/share/man/man9/boothowto.9:1.5
--- src/share/man/man9/boothowto.9:1.4 Fri Sep 11 19:44:03 2009
+++ src/share/man/man9/boothowto.9 Mon Sep 28 18:28:59 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: boothowto.9,v 1.4 2009/09/11 19:44:03 wiz Exp $
+.\" $NetBSD: boothowto.9,v 1.5 2009/09/28 18:28:59 apb Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -152,7 +152,7 @@
Gives control to a kernel debugger early in the boot sequence.
See
.Xr ddb 4 ,
-.Xs "options KGDB"
+.Dq "options KGDB"
in
.Xr options 4 ,
.\" the kgdb_* functions are undocumented