diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 21:23:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 21:23:16 +0000 |
commit | 5bb8532920b9cdcd0f69a42ea2ec1d729c9c78a0 (patch) | |
tree | c49661b7b449e0d9f658a26488fe656d5b547e98 /lib/libc/sys/quotactl.2 | |
parent | 6cad64ba11b340a6a8a2838ee73a6ed19c7781e0 (diff) |
- section reorder
- macro cleanup
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r-- | lib/libc/sys/quotactl.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index 24cadbb6f08..3ffa4a3c70f 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quotactl.2,v 1.8 2000/04/24 05:19:01 deraadt Exp $ +.\" $OpenBSD: quotactl.2,v 1.9 2003/06/01 21:23:15 jmc Exp $ .\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -207,14 +207,14 @@ The call was privileged and the caller was not the superuser. .Xr quotacheck 8 , .Xr quotaon 8 , .Xr repquota 8 +.Sh HISTORY +The +.Fn quotactl +function call appeared in +.Bx 4.3 Reno . .Sh BUGS There should be some way to integrate this call with the resource limit interface provided by .Xr setrlimit 2 and .Xr getrlimit 2 . -.Sh HISTORY -The -.Fn quotactl -function call appeared in -.Bx 4.3 Reno . |