diff options
author | charnier <charnier@FreeBSD.org> | 2003-02-05 13:36:13 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-02-05 13:36:13 +0000 |
commit | a7cecc7301a0f68ed494f2f00b1210916ffc932a (patch) | |
tree | 6518a24103e1c785e5024f2abe85465b4d2a1a00 /lib/libc | |
parent | 34c8e00d1d546e577d7b214e4bb83c25ebc02a46 (diff) | |
download | FreeBSD-src-a7cecc7301a0f68ed494f2f00b1210916ffc932a.zip FreeBSD-src-a7cecc7301a0f68ed494f2f00b1210916ffc932a.tar.gz |
Prevent uppercase after .Xr by adding ``The ... utility/system call''.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/nfssvc.2 | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index c3d0231..c888890 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -336,8 +336,9 @@ The .Xr flock 2 interface has much more rational last close semantics and allows locks to be inherited by child processes. -.Xr Flock 2 -is recommended for applications that want to ensure the integrity +The +.Xr flock 2 +system call is recommended for applications that want to ensure the integrity of their locks when using library routines or wish to pass locks to their children. Note that diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2 index 2b19547..3855008 100644 --- a/lib/libc/sys/nfssvc.2 +++ b/lib/libc/sys/nfssvc.2 @@ -106,7 +106,7 @@ The initial call has only the flag set to specify service for the mount point. If the mount point is using Kerberos, then the .Xr mount_nfs 8 -daemon will return from +utility will return from .Fn nfssvc with .Va errno @@ -114,8 +114,9 @@ with .Er ENEEDAUTH whenever the client side requires an ``rcmd'' authentication ticket for the user. -.Xr Mount_nfs 8 -will attempt to get the Kerberos ticket, and if successful will call +The +.Xr mount_nfs 8 +utility will attempt to get the Kerberos ticket, and if successful will call .Fn nfssvc with the flags .Dv NFSSVC_MNTD @@ -171,7 +172,7 @@ with .Er ENEEDAUTH . The .Xr nfsd 8 -will attempt to authenticate the ticket and generate a set of credentials +utility will attempt to authenticate the ticket and generate a set of credentials on the server for the ``user id'' specified in the field nsd_uid. This is done by first authenticating the Kerberos ticket and then mapping the Kerberos principal to a local name and getting a set of credentials for @@ -181,7 +182,7 @@ and .Xr getgrouplist 3 . If successful, the .Xr nfsd 8 -will call +utility will call .Fn nfssvc with the .Dv NFSSVC_NFSD |