diff options
author | pluknet <pluknet@FreeBSD.org> | 2016-09-27 19:00:22 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2016-09-27 19:00:22 +0000 |
commit | 1bb92b4e03440f10fd31b47e46fec5b6a6957d7e (patch) | |
tree | 58eddc0b28fc2ed7fe9b5dba3affb0a688eedf88 /sys/boot | |
parent | 8bf475baaa5795d0c7ab4e3ecb8ca0a5b3861d06 (diff) | |
download | FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.zip FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.tar.gz |
MFC r274925: misc mdoc fixes.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/common/zfsloader.8 | 3 | ||||
-rw-r--r-- | sys/boot/i386/gptzfsboot/gptzfsboot.8 | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sys/boot/common/zfsloader.8 b/sys/boot/common/zfsloader.8 index 9bb74a4..fd437d9 100644 --- a/sys/boot/common/zfsloader.8 +++ b/sys/boot/common/zfsloader.8 @@ -62,7 +62,6 @@ refers to a ZFS filesystem, then will instruct kernel to use that filesystem as the root filesystem. .Sh ZFS COMMAND EXTENSIONS .Bl -tag -width Ds -compact -.Pp .It Ic lsdev Op Fl v Lists ZFS pools in addition to disks and partitions. Adding @@ -87,11 +86,9 @@ itself. .El .Sh EXAMPLES Set the default device used for loading a kernel from a ZFS filesystem: -.Pp .Bd -literal -offset indent set currdev=zfs:tank/ROOT/knowngood: .Ed -.Pp .Sh SEE ALSO .Xr gptzfsboot 8 , .Xr loader 8 , diff --git a/sys/boot/i386/gptzfsboot/gptzfsboot.8 b/sys/boot/i386/gptzfsboot/gptzfsboot.8 index 400c8c6..ffb055d 100644 --- a/sys/boot/i386/gptzfsboot/gptzfsboot.8 +++ b/sys/boot/i386/gptzfsboot/gptzfsboot.8 @@ -176,6 +176,9 @@ gpart bootcode -p /boot/gptzfsboot -i 1 ada0 .Sh HISTORY .Nm appeared in FreeBSD 7.3. +.Sh AUTHORS +This manual page was written by +.An Andriy Gapon Aq avg@FreeBSD.org . .Sh BUGS .Nm looks for ZFS meta-data only in MBR partitions @@ -188,6 +191,3 @@ found at the fixed offsets relative to a slice, then .Nm will recognize the partition as a part of a ZFS pool, but this is not guaranteed to happen. -.Sh AUTHORS -This manual page was written by -.An Andriy Gapon Aq avg@FreeBSD.org . |