Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 .Xs -> .Dq.



details:   https://anonhg.NetBSD.org/src/rev/be668f91958d
branches:  trunk
changeset: 747718:be668f91958d
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Sep 28 18:28:59 2009 +0000

description:
.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.

diffstat:

 share/man/man9/boothowto.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec72bcad99ef -r be668f91958d share/man/man9/boothowto.9
--- a/share/man/man9/boothowto.9        Mon Sep 28 14:11:56 2009 +0000
+++ b/share/man/man9/boothowto.9        Mon Sep 28 18:28:59 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index