Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 285:517724af7c68
Optimized manpage formatting
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 09:52:20 +0200 |
| parents | 106cd5d9da7e |
| children | 258a1dfd52eb |
| files | docs/man/fzfs-mount.rst docs/man/fzfs-umount.rst docs/man/fzfs.rst |
| diffstat | 3 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/man/fzfs-mount.rst Sun Sep 18 09:16:58 2022 +0200 +++ b/docs/man/fzfs-mount.rst Sun Sep 18 09:52:20 2022 +0200 @@ -9,14 +9,14 @@ Synopsis -------- -**fzfs mount** [-O] [-N] [-P] [-n] [-u] **DATASET** [**MOUNTPOINT**] +**fzfs mount** [**-O**] [**-N**] [**-P**] [**-n**] [**-u**] `dataset` [`mountpoint`] Description ----------- -Mount the ZFS dataset **DATASET** and all its children to mountpoint -**MOUNTPOINT**. +Mount the ZFS dataset `dataset` and all its children to mountpoint +`mountpoint`. Options @@ -32,11 +32,11 @@ .. option:: -N Mount at their "natural" configured ZFS mountpoints - (the **MOUNTPOINT** argument is not required in this case). + (the `mountpoint` argument is not required in this case). .. option:: -P - Do not mount the given parent **DATASET** but only its children. + Do not mount the given parent `dataset` but only its children. .. option:: -n
--- a/docs/man/fzfs-umount.rst Sun Sep 18 09:16:58 2022 +0200 +++ b/docs/man/fzfs-umount.rst Sun Sep 18 09:52:20 2022 +0200 @@ -10,15 +10,15 @@ Synopsis -------- -**fzfs umount DATASET** +**fzfs umount** `dataset` -**fzfs unmount DATASET** +**fzfs unmount** `dataset` Description ----------- -Unmount the mounted DATASET and all its children. +Unmount the mounted `dataset` and all its children. See Also
