diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/quota | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/quota.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 9430404bdd6..03328460334 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quota.1,v 1.6 1998/11/11 23:01:46 aaron Exp $ +.\" $OpenBSD: quota.1,v 1.7 1999/06/05 01:21:37 aaron Exp $ .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -37,7 +37,7 @@ .\" .Dd June 6, 1993 .Dt QUOTA 1 -.Os BSD 4.2 +.Os .Sh NAME .Nm quota .Nd display disk usage and limits @@ -62,7 +62,7 @@ By default only the user quotas are printed. Options: .Bl -tag -width Ds .It Fl g -Print group quotas for the group +Print group quotas for the group of which the user is a member. The optional .Fl u |