diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-06 19:19:48 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-06 19:19:48 +0000 |
| commit | 3f162cb85dafb6f4c8537b3e606c2ccdaa12a424 (patch) | |
| tree | a6b4b2576ebd3b2a11ee774c4c4c22866c4c05b5 /libexec/rpc.rquotad | |
| parent | 4690560d06982b398ace1f6da555bfad95e82024 (diff) | |
Notes
Diffstat (limited to 'libexec/rpc.rquotad')
| -rw-r--r-- | libexec/rpc.rquotad/rpc.rquotad.8 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index 9d3c8af88556c..a779c3eadf20e 100644 --- a/libexec/rpc.rquotad/rpc.rquotad.8 +++ b/libexec/rpc.rquotad/rpc.rquotad.8 @@ -38,19 +38,23 @@ .Sh SYNOPSIS .Nm /usr/libexec/rpc.rquotad .Sh DESCRIPTION -.Nm Rpc.rquotad -is a +The +.Nm +utility is a .Xr rpc 3 server which returns quotas for a user of a local filesystem which is NFS-mounted onto a remote machine. -.Xr Quota 1 -uses the results to display user quotas for remote filesystems. -.Nm Rpc.rquotad -is normally invoked by +The +.Xr quota 1 +utility uses the results to display user quotas for remote filesystems. +The +.Nm +utility is normally invoked by .Xr inetd 8 . .Pp -.Nm Rpc.rquotad -uses an +The +.Nm +utility uses an .Tn RPC protocol defined in .Pa /usr/include/rpcsvc/rquota.x . |
