Minor man page formatting changes and improvements.

Suggested by:	chris
This commit is contained in:
Robert Watson 2000-04-17 00:21:08 +00:00
parent acf3af98c9
commit f39abfef82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59303
2 changed files with 12 additions and 5 deletions

View File

@ -71,14 +71,17 @@ and the attribute must of defined for the file queried.
/kernel: "aa3b99fe15521be2b686b1f9cd395661"
.Ed
.Pp
Retrieve the ``md5'' extended attribute for the file /kernel.
Retrieve the
.Dq md5
extended attribute for the file /kernel.
.Sh SEE ALSO
.Xr extattrctl 8 ,
.Xr setextattr 8 ,
.Xr extattr 9
.Sh HISTORY
Extended attribute support was developed as part of the TrustedBSD Project,
and introduced in FreeBSD 5.0.
and introduced in
.Fx 5.0 .
It was developed to support security extensions requiring additional labels
to be associated with each file or directory.
.Sh AUTHORS

View File

@ -57,15 +57,19 @@ and appropriate privilege may be required.
.Pp
.Dl # setextattr md5 /kernel `md5 -q /kernel`
.Pp
Set the ``md5'' extended attribute on the file /kernel to the string
containing the output of ``md5 -q /kernel''.
Set the
.Dq md5
extended attribute on the file /kernel to the string
containing the output of
.Dq md5 -q /kernel .
.Sh SEE ALSO
.Xr extattrctl 8 ,
.Xr getextattr 8 ,
.Xr extattr 9
.Sh HISTORY
Extended attribute support was developed as part of the TrustedBSD Project,
and introduced in FreeBSD 5.0.
and introduced in
.Fx 5.0 .
It was developed to support security extensions requiring additional labels
to be associated with each file or directory.
.Sh AUTHORS