summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-04-17 00:21:08 +0000
committerrwatson <rwatson@FreeBSD.org>2000-04-17 00:21:08 +0000
commitbfc0aa0d33ba74b44b32afeb26c1202ad4207999 (patch)
treeaa594f4e818fe1b29217c38396e2123391e9bf4d /usr.sbin
parent43373af8b08b20c223b94dfc9fcd9e321294eb13 (diff)
downloadFreeBSD-src-bfc0aa0d33ba74b44b32afeb26c1202ad4207999.zip
FreeBSD-src-bfc0aa0d33ba74b44b32afeb26c1202ad4207999.tar.gz
Minor man page formatting changes and improvements.
Suggested by: chris
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/getextattr/getextattr.87
-rw-r--r--usr.sbin/setextattr/setextattr.810
2 files changed, 12 insertions, 5 deletions
diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8
index 97719a8..3d4ea97 100644
--- a/usr.sbin/getextattr/getextattr.8
+++ b/usr.sbin/getextattr/getextattr.8
@@ -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
diff --git a/usr.sbin/setextattr/setextattr.8 b/usr.sbin/setextattr/setextattr.8
index 99371e6..c4b83d7 100644
--- a/usr.sbin/setextattr/setextattr.8
+++ b/usr.sbin/setextattr/setextattr.8
@@ -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
OpenPOWER on IntegriCloud