Minor mdoc markup fixes.

Reviewed by:	maintainer
This commit is contained in:
Sheldon Hearn 2000-05-10 14:50:44 +00:00
parent fdf7d274e8
commit 77f6aff1a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60326
3 changed files with 11 additions and 12 deletions

View File

@ -27,10 +27,10 @@
.\" .\"
.Dd March 30, 2000 .Dd March 30, 2000
.Dt EXTATTRCTL 8 .Dt EXTATTRCTL 8
.Os FreeBSD 5.0 .Os
.Sh NAME .Sh NAME
.Nm extattrctl .Nm extattrctl
.Nd Manage FFS extended attributes .Nd manage FFS extended attributes
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm extattrctl .Nm extattrctl
.Cm start .Cm start
@ -109,8 +109,7 @@ read or written, and
.Dq q .Dq q
allows any user to perform the attribute operation. allows any user to perform the attribute operation.
The default is to limit activities to the root user, or The default is to limit activities to the root user, or
.Dq r .Dq r .
.
.Pp .Pp
This file should not exist before running This file should not exist before running
.Cm initattr. .Cm initattr.

View File

@ -27,19 +27,20 @@
.\" .\"
.Dd March 30, 2000 .Dd March 30, 2000
.Dt GETEXTATTR 8 .Dt GETEXTATTR 8
.Os FreeBSD 5.0 .Os
.Sh NAME .Sh NAME
.Nm getextattr .Nm getextattr
.Nd retrieve a named extended attribute .Nd retrieve a named extended attribute
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm getextattr .Nm getextattr
.Op Fl s .Op Fl s
.Op Ar attrname .Ar attrname
.Op Ar filename ... .Ar filename Op ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a user tool to retrieve a named extended attribute on a file or is a user tool to retrieve a named extended attribute on a file or
directory. The directory.
The
.Ar attrname .Ar attrname
argument should be the name of the attribute, and argument should be the name of the attribute, and
.Ar filename .Ar filename
@ -61,7 +62,6 @@ In order for
to succeed, the attribute service must be available on the file system, to succeed, the attribute service must be available on the file system,
and the attribute must of defined for the file queried. and the attribute must of defined for the file queried.
.Sh EXAMPLES .Sh EXAMPLES
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
# getextattr md5 /kernel # getextattr md5 /kernel
/kernel: /kernel:
@ -73,7 +73,8 @@ and the attribute must of defined for the file queried.
.Pp .Pp
Retrieve the Retrieve the
.Dq md5 .Dq md5
extended attribute for the file /kernel. extended attribute for the file
.Pa /kernel .
.Sh SEE ALSO .Sh SEE ALSO
.Xr extattrctl 8 , .Xr extattrctl 8 ,
.Xr setextattr 8 , .Xr setextattr 8 ,

View File

@ -27,7 +27,7 @@
.\" .\"
.Dd March 30, 2000 .Dd March 30, 2000
.Dt SETEXTATTR 8 .Dt SETEXTATTR 8
.Os FreeBSD 5.0 .Os
.Sh NAME .Sh NAME
.Nm setextattr .Nm setextattr
.Nd set a named extended attribute .Nd set a named extended attribute
@ -54,7 +54,6 @@ In order for
to succeed, the attribute service must be available on the file system, to succeed, the attribute service must be available on the file system,
and appropriate privilege may be required. and appropriate privilege may be required.
.Sh EXAMPLES .Sh EXAMPLES
.Pp
.Dl # setextattr md5 /kernel `md5 -q /kernel` .Dl # setextattr md5 /kernel `md5 -q /kernel`
.Pp .Pp
Set the Set the