aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/quot
Commit message (Collapse)AuthorAgeFilesLines
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
| | | | | | | the string "FreeBSD". Use the .Fx macro instead. Notes: svn path=/head/; revision=56416
* Do not repeat the name of the flag. Change alloc to allocate for betterPhilippe Charnier1999-11-272-8/+8
| | | | | | | spelling of printed messages. Notes: svn path=/head/; revision=53764
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* PR: bin/8624Matthew Dillon1998-12-131-2/+5
| | | | | | | | Fixed intermediate calculation overflow when reporting users with > 2GB of disk space. Notes: svn path=/head/; revision=41727
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
| | | | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36014
* Started getting rid of the compatibility cruft for the Lite1 mount()Bruce Evans1998-01-171-6/+2
| | | | | | | | | | | | and the pre-Lite2 vfsconf interfaces. For quot, just back out revs. 1.1 and 1.2 and change MNT_FFS to "ufs", so that vfsconf isn't used at all. Revs. 1.1 and 1.2 were hacks to get around f_fstypename not being in `struct statfs' in Lite1. Notes: svn path=/head/; revision=32595
* Use err(3). Silent -Wall.Philippe Charnier1997-10-102-77/+74
| | | | Notes: svn path=/head/; revision=30262
* environmental -> environment.Philippe Charnier1997-09-181-3/+3
| | | | Notes: svn path=/head/; revision=29563
* Cast argument to lseek() properly to off_t.Jordan K. Hubbard1997-08-131-2/+2
| | | | | | | | PR: 4246 Obtained from: review of PR and NetBSD sources. Notes: svn path=/head/; revision=28160
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* comma typosWolfram Schneider1996-12-231-2/+2
| | | | Notes: svn path=/head/; revision=20888
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* No need to go back quite _that_ far to the MOUNT_UFS constant when we havePeter Wemm1995-11-031-2/+8
| | | | | | | | | a perfectly good getvfsbyname("ufs").. :-) Pointed out by: wollman and bde Notes: svn path=/head/; revision=12038
* Minor tweaks to get quot to compile on FreeBSD..Peter Wemm1995-11-033-6/+11
| | | | | | | Basically back-port the dynamic fsname strings back to static constants. Notes: svn path=/head/; revision=12036
* Import NetBSD's quot command, filling the gap in our sourcesPeter Wemm1995-11-033-0/+685
(We only have the man page...) Obtained from: NetBSD; Wolfgang Solfrank / TooLs GmbH. Notes: svn path=/vendor/NetBSD/dist/; revision=12032