Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot Fix typos. Fix link. Use Pa for path.



details:   https://anonhg.NetBSD.org/src/rev/ca7f4684b11b
branches:  trunk
changeset: 451125:ca7f4684b11b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 07 08:14:59 2019 +0000

description:
Fix typos. Fix link. Use Pa for path.

diffstat:

 usr.sbin/installboot/installboot.8 |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 6a6bc704cd1f -r ca7f4684b11b usr.sbin/installboot/installboot.8
--- a/usr.sbin/installboot/installboot.8        Tue May 07 05:17:22 2019 +0000
+++ b/usr.sbin/installboot/installboot.8        Tue May 07 08:14:59 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.96 2019/05/07 05:02:42 thorpej Exp $
+.\"    $NetBSD: installboot.8,v 1.97 2019/05/07 08:14:59 wiz Exp $
 .\"
 .\" Copyright (c) 2002-2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -299,15 +299,16 @@
 Set the console device, <console name> must be one of:
 pc, com0, com1, com2, com3, com0kbd, com1kbd, com2kbd, com3kbd or auto.
 .
-.It Sy dtb=<path to dtb file>
+.It Sy dtb=/path/to/dtb/file
 .Sy [ evbarm ]
 Attempt to determine the board type from information in the device tree
-blob file at <path to dtb file>.
+blob file at
+.Pa /path/to/dtb/file .
 If both
 .Sy board
 and
 .Sy dtb
-optios are specified,
+options are specified,
 .Sy board
 takes precendence.
 .
@@ -479,7 +480,7 @@
 .Nm installboot
 installation overlays.
 If multiple overlays are found, overlays from paths closer to the front
-of the list take precensence.
+of the list take precedence.
 If not specified, the default path is
 .Pa /usr/pkg/share/u-boot .
 This environment variable is only used on platforms that support
@@ -950,7 +951,7 @@
 .Xr disklabel 8 ,
 .Xr dumpfs 8 ,
 .Xr fdisk 8 ,
-.Xr pxeboot 8
+.Xr x86/pxeboot 8
 .
 .Sh HISTORY
 This implementation of



Home | Main Index | Thread Index | Old Index