summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/quotactl.2
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Some style and "look" fixesphantom1999-09-051-4/+9
| | | | Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Forgot to add $Id$ and change date in previous commit.bde1999-03-051-1/+2
|
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-1/+1
| | | | | | | | | so that non-sloppy applications can call it without using disgusting casts to avoid warnings. The 4th arg is sort of varargs -- it must sometimes represent a filename, sometimes a struct pointer, and is sometimes unused. The arg type is still caddr_t in the kernel. Obtained from: mostly from NetBSD
* Describe the QCMD macro and its parameters.steve1997-08-171-5/+9
| | | | PR: docs/4261
* Fixed missing const(s) or #include(s) in synopsis.bde1997-04-111-1/+2
|
* Merge from Lite2 onto mainline -peter1997-03-111-2/+2
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-2/+0
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+1
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Fixed misformatted #include (.Ft -> .Fd).bde1996-05-011-1/+1
|
* There is no such file as /usr/include/ufs/quota.h. There is a filejoerg1995-08-151-1/+1
| | | | | | | | | /usr/include/ufs/ufs/quota (#include <ufs/ufs/quota.h>) that seems to work ok though. Closes PR # docs/670: quotactl man page incorr... Submitted by: evans@scnc.k12.mi.us (Jeffrey Evans)
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+213
OpenPOWER on IntegriCloud