Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: fix wrong .Xr macros usages #11845

Merged
merged 1 commit into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion man/man8/zfs-wait.8
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ handles to unlinked files are closed.
.El
.El
.Sh SEE ALSO
.Xr lsof 8
.Xr lsof 8
4 changes: 2 additions & 2 deletions man/man8/zpool-create.8
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The
specification is described in the
.Em Virtual Devices
section of
.Xr zpoolconcepts.
.Xr zpoolconcepts 8 .
.Pp
The command attempts to verify that each device specified is accessible and not
currently in use by another subsystem. However this check is not robust enough
Expand Down Expand Up @@ -185,7 +185,7 @@ device sharing.
.It Fl o Ar property Ns = Ns Ar value
Sets the given pool properties.
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for a list of valid properties that can be set.
.It Fl o Ar compatibility Ns = Ns Ar off | legacy | file Bq , Ns Ar file Ns ...
Specifies compatibility feature sets. See
Expand Down
4 changes: 2 additions & 2 deletions man/man8/zpool-get.8
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ These properties are displayed with the following fields:
.Ed
.Pp
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for more information on the available pool properties.
.Bl -tag -width Ds
.It Fl H
Expand All @@ -92,7 +92,7 @@ Display numbers in parsable (exact) values.
.Xc
Sets the given property on the specified pool.
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for more information on what properties can be set and acceptable
values.
.El
Expand Down
4 changes: 2 additions & 2 deletions man/man8/zpool-import.8
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ for a description of dataset properties and mount options.
.It Fl o Ar property Ns = Ns Ar value
Sets the specified property on the imported pool.
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for more information on the available pool properties.
.It Fl R Ar root
Sets the
Expand Down Expand Up @@ -337,7 +337,7 @@ for a description of dataset properties and mount options.
.It Fl o Ar property Ns = Ns Ar value
Sets the specified property on the imported pool.
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for more information on the available pool properties.
.It Fl R Ar root
Sets the
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zpool-list.8
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ space.
.It Fl o Ar property
Comma-separated list of properties to display.
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for a list of valid properties.
The default list is
.Cm name , size , allocated , free , checkpoint, expandsize , fragmentation ,
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zpool-replace.8
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ even if it appears to be in use.
Not all devices can be overridden in this manner.
.It Fl o Ar property Ns = Ns Ar value
Sets the given pool properties. See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for a list of valid properties that can be set.
The only property supported at the moment is
.Sy ashift .
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zpool-split.8
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ flag.
Sets the specified property for
.Ar newpool .
See the
.Xr zpoolprops
.Xr zpoolprops 8
manual page for more information on the available pool properties.
.It Fl R Ar root
Set
Expand Down