mdoc(7) police: markup nits.

This commit is contained in:
Ruslan Ermilov 2002-05-29 17:37:32 +00:00
parent 85cfa6c4c0
commit 841b462f2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97489

View file

@ -49,13 +49,13 @@ access time and modification time.
.Pp .Pp
The arguments are: The arguments are:
.Bl -tag -width cred .Bl -tag -width cred
.It Ar vp .It Fa vp
the vnode of the file the vnode of the file
.It Ar vap .It Fa vap
the attributes of the file the attributes of the file
.It Ar cred .It Fa cred
the user credentials of the calling process the user credentials of the calling process
.It Ar td .It Fa td
the thread the thread
.El .El
.Pp .Pp
@ -63,10 +63,10 @@ Attributes which are not being modified by
.Xr VOP_SETATTR 9 .Xr VOP_SETATTR 9
should be set to the value should be set to the value
.Dv VNOVAL ; .Dv VNOVAL ;
.Fn VOP_NULL "" .Fn VOP_NULL
may be used to clear all the values, and should generally be used to reset may be used to clear all the values, and should generally be used to reset
the contents of the contents of
.Ar *vap .Fa *vap
prior to setting specific values. prior to setting specific values.
.Sh LOCKS .Sh LOCKS
.Xr VOP_GETATTR 9 .Xr VOP_GETATTR 9
@ -158,9 +158,9 @@ Permission denied
The filesystem is read-only The filesystem is read-only
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr VFS 9 ,
.Xr vnode 9 , .Xr vnode 9 ,
.Xr VOP_ACCESS 9 , .Xr VOP_ACCESS 9
.Xr VFS 9
.Sh AUTHORS .Sh AUTHORS
This man page was written by This man page was written by
.An Doug Rabson . .An Doug Rabson .