Module Name:    src
Committed By:   snj
Date:           Sun Sep 13 18:57:37 UTC 2009

Modified Files:
        src/share/man/man5: boot.cfg.5

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man5/boot.cfg.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/boot.cfg.5
diff -u src/share/man/man5/boot.cfg.5:1.17 src/share/man/man5/boot.cfg.5:1.18
--- src/share/man/man5/boot.cfg.5:1.17	Sun Sep 13 18:39:20 2009
+++ src/share/man/man5/boot.cfg.5	Sun Sep 13 18:57:36 2009
@@ -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)

Reply via email to