summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2011-03-20 22:12:59 +0000
committermillert <millert@openbsd.org>2011-03-20 22:12:59 +0000
commitc9d13225e96a9359faa82d81720eea67dc2dd366 (patch)
treebbdba2e30de81660533fd012e6288db432c2d87e
parentWhen reading MXCSR from userland sigcontext or a ptrace request, (diff)
downloadwireguard-openbsd-c9d13225e96a9359faa82d81720eea67dc2dd366.tar.xz
wireguard-openbsd-c9d13225e96a9359faa82d81720eea67dc2dd366.zip
Add two missing lines that got missed when I did the initial at + cron
merge.
-rw-r--r--usr.bin/at/atq.16
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