Source-Changes-HG archive

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

[src/trunk]: src/share/man/man5 Use \*[Lt] and \*[Gt] instead of < and >.



details:   https://anonhg.NetBSD.org/src/rev/c2948a5dd6ee
branches:  trunk
changeset: 747398:c2948a5dd6ee
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Sep 13 18:57:36 2009 +0000

description:
Use \*[Lt] and \*[Gt] instead of < and >.

diffstat:

 share/man/man5/boot.cfg.5 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r dac30b05afdf -r c2948a5dd6ee share/man/man5/boot.cfg.5
--- a/share/man/man5/boot.cfg.5 Sun Sep 13 18:45:10 2009 +0000
+++ b/share/man/man5/boot.cfg.5 Sun Sep 13 18:57:36 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.cfg.5,v 1.17 2009/09/13 18:39:20 jmcneill Exp $
+.\"    $NetBSD: boot.cfg.5,v 1.18 2009/09/13 18:57:36 snj Exp $
 .\"
 .\" Copyright (c) 2007 Stephen Borrill
 .\" All rights reserved.
@@ -97,9 +97,9 @@
 loaded, or a symbolic module name.
 When the argument is not an absolute path, the boot loader will first
 attempt to load
-.Pa /stand/<machine>/<kernel_version>/modules/<name>/<name>.kmod .
+.Pa /stand/\*[Lt]machine\*[Gt]/\*[Lt]kernel_version\*[Gt]/modules/\*[Lt]name\*[Gt]/\*[Lt]name\*[Gt].kmod .
 If that file does not exist, it will then attempt to load
-.Pa /<name> .
+.Pa /\*[Lt]name\*[Gt] .
 May be used as many times as needed.
 .It Sy menu
 (may be present multiple times)



Home | Main Index | Thread Index | Old Index