diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 09:28:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 09:28:33 +0000 |
| commit | abd022381de2e66f8ce6765f06555136aa3b826e (patch) | |
| tree | 6038bc5c067720e4e604d35470765da64b96329e /lib/libc | |
| parent | 901671c028396e1da19002384f7b894ed03877b9 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/quotactl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index ac6d912aaeb9..b14932e62cc6 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -44,7 +44,7 @@ .Fd #include <sys/types.h> .Fd #include <ufs/ufs/quota.h> .Ft int -.Fn quotactl "const char *path" "int cmd" "int id" "char *addr" +.Fn quotactl "const char *path" "int cmd" "int id" "void *addr" .Sh DESCRIPTION The .Fn quotactl |
