diff options
Diffstat (limited to 'sys')
-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 . |