Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/notes/pc532 pull up rev 1.15:



details:   https://anonhg.NetBSD.org/src/rev/ab22102d597c
branches:  netbsd-1-5
changeset: 490135:ab22102d597c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 04 05:44:06 2000 +0000

description:
pull up rev 1.15:
fix bad quoting in .Dl .. .Ic lines when using other formatting (e.g, Ar)

diffstat:

 distrib/notes/pc532/install |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d0e7655f4275 -r ab22102d597c distrib/notes/pc532/install
--- a/distrib/notes/pc532/install       Sat Nov 04 05:19:25 2000 +0000
+++ b/distrib/notes/pc532/install       Sat Nov 04 05:44:06 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.11.4.1 2000/11/01 03:48:26 tv Exp $
+.\"    $NetBSD: install,v 1.11.4.2 2000/11/04 05:44:06 lukem Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -392,7 +392,7 @@
 monitor's default baud rate. Do the following:
 .Pp
 .Dl # Ic "gdb -w /netbsd"
-.Dl (gdb) Ic "set scndefaultrate = Ar your_baud_rate"
+.Dl (gdb) Ic "set scndefaultrate = " Em your_baud_rate
 .Dl (gdb) Ic quit
 .Pp
 where



Home | Main Index | Thread Index | Old Index