diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2011-03-20 22:13:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2011-03-20 22:13:00 +0000 |
commit | cb92757aa4e8c46674512dea4203e0cf817a0be5 (patch) | |
tree | e835bfe05e028dcbe3146a20a378ac2848ffb76c /usr.bin/at | |
parent | 2adbed0e667a38266c5f7af35a555358a3a18065 (diff) |
Add two missing lines that got missed when I did the initial at + cron
merge.
Diffstat (limited to 'usr.bin/at')
-rw-r--r-- | usr.bin/at/atq.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/at/atq.1 b/usr.bin/at/atq.1 index 1a0c31e567c..9118f43f4e6 100644 --- a/usr.bin/at/atq.1 +++ b/usr.bin/at/atq.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atq.1,v 1.5 2007/05/31 19:20:07 jmc Exp $ +.\" $OpenBSD: atq.1,v 1.6 2011/03/20 22:12:59 millert Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)atq.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 20 2011 $ .Dt ATQ 1 .Os .Sh NAME @@ -63,6 +63,8 @@ Only print the total number of files that are currently in the queue. .It Fl q Ar queue Restrict output to jobs in the specified .Ar queue . +A queue designation consists of a single letter. +Valid queue designations range from .Sy a to .Sy z |