Mon Sep 28 18:28:59 2009 UTC ()
.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.


(apb)
diff -r1.4 -r1.5 src/share/man/man9/boothowto.9

cvs diff -r1.4 -r1.5 src/share/man/man9/boothowto.9 (expand / switch to context diff)
--- src/share/man/man9/boothowto.9 2009/09/11 19:44:03 1.4
+++ src/share/man/man9/boothowto.9 2009/09/28 18:28:59 1.5
@@ -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