From bfc0aa0d33ba74b44b32afeb26c1202ad4207999 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 17 Apr 2000 00:21:08 +0000 Subject: Minor man page formatting changes and improvements. Suggested by: chris --- usr.sbin/getextattr/getextattr.8 | 7 +++++-- usr.sbin/setextattr/setextattr.8 | 10 +++++++--- 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 -- cgit v1.1