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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: boothowto.9,v 1.4 2009/09/11 19:44:03 wiz Exp $ 1.\" $NetBSD: boothowto.9,v 1.5 2009/09/28 18:28:59 apb Exp $
2.\" 2.\"
3.\" Copyright (c) 2009 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -142,27 +142,27 @@ will cause the system to halt instead of @@ -142,27 +142,27 @@ will cause the system to halt instead of
142This flag may be set at boot time, and cannot be cleared by 142This flag may be set at boot time, and cannot be cleared by
143.Xr reboot 2 . 143.Xr reboot 2 .
144.It Dv RB_INITNAME Ta Li 0x00000010 Ta Ta 144.It Dv RB_INITNAME Ta Li 0x00000010 Ta Ta
145This flag is obsolete. 145This flag is obsolete.
146It was previously used to cause the kernel to prompt for the name of the 146It was previously used to cause the kernel to prompt for the name of the
147.Xr init 8 147.Xr init 8
148program, but that function is now controlled by the 148program, but that function is now controlled by the
149.Dv RB_ASKNAME 149.Dv RB_ASKNAME
150flag. 150flag.
151.It Dv RB_KDB Ta Li 0x00000040 Ta Fl d Ta 151.It Dv RB_KDB Ta Li 0x00000040 Ta Fl d Ta
152Gives control to a kernel debugger early in the boot sequence. 152Gives control to a kernel debugger early in the boot sequence.
153See 153See
154.Xr ddb 4 , 154.Xr ddb 4 ,
155.Xs "options KGDB" 155.Dq "options KGDB"
156in 156in
157.Xr options 4 , 157.Xr options 4 ,
158.\" the kgdb_* functions are undocumented 158.\" the kgdb_* functions are undocumented
159and 159and
160.Xr ipkdb 9 . 160.Xr ipkdb 9 .
161.It Dv RB_RDONLY Ta Li 0x00000080 Ta Ta 161.It Dv RB_RDONLY Ta Li 0x00000080 Ta Ta
162This flag is deprecated. 162This flag is deprecated.
163It previously caused the kernel to mount the root file system 163It previously caused the kernel to mount the root file system
164in read-only mode, but now that is the default, and this flag 164in read-only mode, but now that is the default, and this flag
165has no effect. 165has no effect.
166.It Dv RB_DUMP Ta Li 0x00000100 Ta Ta 166.It Dv RB_DUMP Ta Li 0x00000100 Ta Ta
167Causes the kernel to dump memory to the dump device during shutdown. 167Causes the kernel to dump memory to the dump device during shutdown.
168See 168See