diff options
author | наб <[email protected]> | 2021-05-26 18:41:20 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-09 13:05:34 -0700 |
commit | 01918aa3f4fc77fd78bd303f27fccfddd2904ed3 (patch) | |
tree | 0cfd2452c4cf294ff2fb2e60c0cb49b74e0084ad /man | |
parent | e1ae0c4b995fa683d489a259e46a09bf42685587 (diff) |
man: use Nm/Cm/Fl consistently
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12125
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs-load-key.8 | 2 | ||||
-rw-r--r-- | man/man8/zfs.8 | 2 | ||||
-rw-r--r-- | man/man8/zfsprops.8 | 8 | ||||
-rw-r--r-- | man/man8/zpool.8 | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/man/man8/zfs-load-key.8 b/man/man8/zfs-load-key.8 index 7d273ddd5..35294d105 100644 --- a/man/man8/zfs-load-key.8 +++ b/man/man8/zfs-load-key.8 @@ -81,7 +81,7 @@ is set to .Sy prompt the terminal will interactively wait for the key to be entered. Loading a key will not automatically mount the dataset. If that functionality is desired, -.Nm zfs Cm mount Sy -l +.Nm zfs Cm mount Fl l will ask for the key and mount the dataset .Po see diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 52000f29b..6499ea471 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -494,7 +494,7 @@ and must not initially contain # zfs send -i a pool/fs@b | \e ssh host zfs receive poolB/received/fs .Ed -.It Sy Example 13 No Using the zfs receive -d Option +.It Sy Example 13 No Using the Nm zfs Cm receive Fl d No Option The following command sends a full stream of .Em poolA/fsA/fsB@snap to a remote machine, receiving it into diff --git a/man/man8/zfsprops.8 b/man/man8/zfsprops.8 index 29a3cd41d..866c4cfff 100644 --- a/man/man8/zfsprops.8 +++ b/man/man8/zfsprops.8 @@ -247,11 +247,11 @@ See also the property. .It Sy receive_resume_token For filesystems or volumes which have saved partially-completed state from -.Sy zfs receive -s , +.Nm zfs Cm receive Fl s , this opaque token can be provided to -.Sy zfs send -t +.Nm zfs Cm send Fl t to resume and complete the -.Sy zfs receive . +.Nm zfs Cm receive . .It Sy redact_snaps For bookmarks, this is the list of snapshot guids the bookmark contains a redaction list for. @@ -1091,7 +1091,7 @@ Controls where the user's encryption key will be loaded from by default for commands such as .Nm zfs Cm load-key and -.Nm zfs Cm mount Cm -l . +.Nm zfs Cm mount Fl l . This property is only set for encrypted datasets which are encryption roots. If unspecified, the default is .Sy prompt. diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 15e50838f..0a01807bc 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -481,7 +481,7 @@ The value is not used, only the presence or absence of the variable matters. Cause .Nm zpool subcommands to output vdev guids by default. This behavior is identical to the -.Nm zpool status -g +.Nm zpool Cm status Fl g command line option. .El .Bl -tag -width "ZPOOL_VDEV_NAME_FOLLOW_LINKS" @@ -489,7 +489,7 @@ command line option. Cause .Nm zpool subcommands to follow links for vdev names by default. This behavior is identical to the -.Nm zpool status -L +.Nm zpool Cm status Fl L command line option. .El .Bl -tag -width "ZPOOL_VDEV_NAME_PATH" @@ -498,7 +498,7 @@ Cause .Nm zpool subcommands to output full vdev path names by default. This behavior is identical to the -.Nm zpool status -P +.Nm zpool Cm status Fl P command line option. .El .Bl -tag -width "ZFS_VDEV_DEVID_OPT_OUT" @@ -554,7 +554,7 @@ with the option. If .Sy ZPOOL_SCRIPTS_ENABLED is not set, it is assumed that the user is allowed to run -.Nm zpool status/iostat -c . +.Nm zpool Cm status/iostat Fl c . .El .Sh INTERFACE STABILITY .Sy Evolving |