diff options
Diffstat (limited to 'usr/src/man/man1m')
-rw-r--r-- | usr/src/man/man1m/boot.1m | 4 | ||||
-rw-r--r-- | usr/src/man/man1m/installboot.1m | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man1m/boot.1m b/usr/src/man/man1m/boot.1m index 857f2be805..124ae4d7b7 100644 --- a/usr/src/man/man1m/boot.1m +++ b/usr/src/man/man1m/boot.1m @@ -6,7 +6,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH BOOT 1M "Feb 07, 2018" +.TH BOOT 1M "Jul 20, 2018" .SH NAME boot \- start the system kernel or a standalone program .SH SYNOPSIS @@ -888,7 +888,7 @@ from the partition specified at the boot loader installation time. Once \fBstage2\fR is running, it will load and start the third stage boot program from root file system. Boot loader supports loading from the ZFS, UFS and PCFS file systems. The stage3 boot program defaults to be -\fB/boot/zfsloader\fR, and implements a user interface to load and boot the +\fB/boot/loader\fR, and implements a user interface to load and boot the unix kernel. .sp .LP diff --git a/usr/src/man/man1m/installboot.1m b/usr/src/man/man1m/installboot.1m index 0c1dd82c76..bbc6bdb188 100644 --- a/usr/src/man/man1m/installboot.1m +++ b/usr/src/man/man1m/installboot.1m @@ -9,9 +9,9 @@ .\" http://www.illumos.org/license/CDDL. .\" .\" -.\" Copyright 2017 Toomas Soome <tsoome@me.com> +.\" Copyright 2018 Toomas Soome <tsoome@me.com> .\" -.Dd February 19, 2017 +.Dd July 20, 2018 .Dt INSTALLBOOT 1M .Os .Sh NAME @@ -92,7 +92,7 @@ option, .Nm installs the stage1 file on the master boot sector of the disk as well. .It Sy stage3 -.Pa /boot/zfsloader +.Pa /boot/loader is read from file system and executed by .Sy stage2 and will provide boot loader user environment and is responsible of loading |