Skip to content

Commit

Permalink
man: fix wrong .Xr macros usages
Browse files Browse the repository at this point in the history
In addition, html doc will have working hyperlinks.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes openzfs#11845
  • Loading branch information
gmelikov committed Apr 6, 2021
1 parent 61b5010 commit d35708b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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

0 comments on commit d35708b

Please sign in to comment.