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

Collapse All | Expand All

(-)getextattr.8 (-5 / +5 lines)
Lines 78-95 Link Here
78
and the attribute must of defined for the file queried.
78
and the attribute must of defined for the file queried.
79
.Sh EXAMPLES
79
.Sh EXAMPLES
80
.Bd -literal -offset indent
80
.Bd -literal -offset indent
81
# getextattr system md5 /kernel
81
# getextattr system md5 /boot/kernel/kernel
82
/kernel:
82
/boot/kernel/kernel:
83
  61 61 33 62 39 39 66 65    31 35 35 32 31 62 65 32
83
  61 61 33 62 39 39 66 65    31 35 35 32 31 62 65 32
84
  62 36 38 36 62 31 66 39    63 64 33 39 35 36 36 31
84
  62 36 38 36 62 31 66 39    63 64 33 39 35 36 36 31
85
# getextattr -s system md5 /kernel
85
# getextattr -s system md5 /boot/kernel/kernel
86
/kernel: "aa3b99fe15521be2b686b1f9cd395661"
86
/boot/kernel/kernel: "aa3b99fe15521be2b686b1f9cd395661"
87
.Ed
87
.Ed
88
.Pp
88
.Pp
89
Retrieve the
89
Retrieve the
90
.Dq md5
90
.Dq md5
91
extended attribute for the file
91
extended attribute for the file
92
.Pa /kernel .
92
.Pa /boot/kernel/kernel .
93
.Sh SEE ALSO
93
.Sh SEE ALSO
94
.Xr extattr 2 ,
94
.Xr extattr 2 ,
95
.Xr extattr 3 ,
95
.Xr extattr 3 ,

Return to bug 37757