mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-27 18:34:22 +03:00
Fix zdb.8 macro warning
Detected by rpmlint the 'rpool/export/home' section was being interpretted by troff as an undefined macro. This resulted in the 'rpool/export/home' output being omitted from 'man zdb'. This was caused by starting the line with a ' character. By moving the 'in' down to the next line we're able to fix it. zfs.x86_64: W: manual-page-warning /usr/share/man/man8/zdb.8.gz 450: warning: macro `rpool/export/home'' not defined Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
92db59ca3b
commit
2016ff96d1
@ -446,8 +446,8 @@ Dataset rpool/swap [ZVOL], ID 59, cr_txg 356, 486M, 2 objects
|
|||||||
.sp
|
.sp
|
||||||
|
|
||||||
.LP
|
.LP
|
||||||
\fBExample 3 \fRDisplay basic information about object 0 in
|
\fBExample 3 \fRDisplay basic information about object 0
|
||||||
'rpool/export/home'
|
in 'rpool/export/home'
|
||||||
.sp
|
.sp
|
||||||
.in +2
|
.in +2
|
||||||
.nf
|
.nf
|
||||||
|
Loading…
Reference in New Issue
Block a user