View | Details | Raw Unified | Return to bug 37757 | Differences between
and this patch

Collapse All | Expand All

(-)setextattr.8 (-3 / +3 lines)
Lines 59-71 Link Here
59
to succeed, the attribute service must be available on the file system,
59
to succeed, the attribute service must be available on the file system,
60
and appropriate privilege may be required.
60
and appropriate privilege may be required.
61
.Sh EXAMPLES
61
.Sh EXAMPLES
62
.Dl # setextattr system md5 /kernel `md5 -q /kernel`
62
.Dl # setextattr system md5 /boot/kernel/kernel `md5 -q /boot/kernel/kernel`
63
.Pp
63
.Pp
64
Set the
64
Set the
65
.Dq md5
65
.Dq md5
66
extended attribute on the file /kernel to the string
66
extended attribute on the file /boot/kernel/kernel to the string
67
containing the output of
67
containing the output of
68
.Dq md5 -q /kernel .
68
.Dq md5 -q /boot/kernel/kernel .
69
.Sh SEE ALSO
69
.Sh SEE ALSO
70
.Xr extattr 2 ,
70
.Xr extattr 2 ,
71
.Xr extattr 3 ,
71
.Xr extattr 3 ,

Return to bug 37757