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/common pull up rev 1.9;



details:   https://anonhg.NetBSD.org/src/rev/27ad30d10674
branches:  netbsd-1-5
changeset: 490132:27ad30d10674
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 04 01:22:29 2000 +0000

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

diffstat:

 distrib/notes/common/xfer |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 121cc828fdb2 -r 27ad30d10674 distrib/notes/common/xfer
--- a/distrib/notes/common/xfer Sat Nov 04 01:14:05 2000 +0000
+++ b/distrib/notes/common/xfer Sat Nov 04 01:22:29 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: xfer,v 1.4.4.1 2000/11/01 03:48:01 tv Exp $
+.\"    $NetBSD: xfer,v 1.4.4.2 2000/11/04 01:22:29 lukem Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -589,7 +589,7 @@
 system, the easiest way
 to do so is probably something like:
 .Pp
-.Dl # Ic "tar -cf Ar tape_device dist_directories"
+.Dl # Ic "tar -cf" Ar "tape_device dist_directories"
 .Pp
 where
 .Ar tape_device
@@ -611,7 +611,7 @@
 .Pp
 .Dl # Ic "cd \&.../NetBSD-\*V"
 .Dl # Ic "cd \*M/binary"
-.Dl # Ic "tar -cf Ar tape_device misc etc kern"
+.Dl # Ic "tar -cf" Ar tape_device Ic "misc etc kern"
 .Pp
 .(Note
 You still need to fill in



Home | Main Index | Thread Index | Old Index