Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8/man8.x86 Document that bootdev option accepts...



details:   https://anonhg.NetBSD.org/src/rev/53c889496abb
branches:  trunk
changeset: 459466:53c889496abb
user:      manu <manu%NetBSD.org@localhost>
date:      Fri Sep 13 01:34:19 2019 +0000

description:
Document that bootdev option accepts device specification as NAME=label

diffstat:

 share/man/man8/man8.x86/boot.8 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 06f1cb6565bc -r 53c889496abb share/man/man8/man8.x86/boot.8
--- a/share/man/man8/man8.x86/boot.8    Fri Sep 13 01:33:20 2019 +0000
+++ b/share/man/man8/man8.x86/boot.8    Fri Sep 13 01:34:19 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.17 2019/08/18 08:12:36 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.18 2019/09/13 01:34:19 manu Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -436,7 +436,11 @@
 .It Ic bootdev Ns = Ns Ar dev Po or Ic root Ns = Ns Ar dev Pc
 Override the default boot device.
 .Ar dev
-can be a unit name
+is of the form
+.Va NAME=partition_label
+for
+.Xr gpt 8
+partitionned disks. It can also be a unit name
 .Po Dq wd0
 .Pc ,
 or an interface name



Home | Main Index | Thread Index | Old Index