diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/at/at.1 | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/at/at.1')
-rw-r--r-- | usr.bin/at/at.1 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index 30bce22b43e..ef9d13a04e5 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.41 2010/07/21 20:02:29 jmc Exp $ +.\" $OpenBSD: at.1,v 1.42 2010/09/03 11:09:28 jmc Exp $ .\" .\" Copyright (C) 1993, 1994 Thomas Koenig .\" Copyright (C) 1993 David Parsons @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 21 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt AT 1 .Os .Sh NAME @@ -297,17 +297,6 @@ An empty .Pa /var/cron/at.deny means that every user is allowed to use these commands. This is the default configuration. -.Pp -The -.Nm -utility exits with one of the following values: -.Pp -.Bl -tag -width Ds -compact -offset indent -.It 0 -Jobs were successfully submitted, removed, or listed. -.It \*(Gt0 -An error occurred. -.El .Sh FILES .Bl -tag -width /var/cron/at.allow -compact .It Pa /var/cron/atjobs @@ -317,6 +306,17 @@ allow permission control .It Pa /var/cron/at.deny deny permission control .El +.Sh EXIT STATUS +The +.Nm +utility exits with one of the following values: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It 0 +Jobs were successfully submitted, removed, or listed. +.It \*(Gt0 +An error occurred. +.El .Sh SEE ALSO .Xr atq 1 , .Xr atrm 1 , |