summaryrefslogtreecommitdiff
path: root/bin/sleep
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
commit9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch)
treeebd1056cace973776cd01330a93779596980ef88 /bin/sleep
parenteecdb9deb4317c0e37ed8d58ba92503563912fed (diff)
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/sleep')
-rw-r--r--bin/sleep/sleep.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 674874a5fe8..253ed21a7ef 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sleep.1,v 1.5 1998/09/23 00:13:50 aaron Exp $
+.\" $OpenBSD: sleep.1,v 1.6 1998/11/28 03:20:35 aaron Exp $
.\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -44,21 +44,21 @@
.Nm sleep
.Nd suspend execution for an interval of time
.Sh SYNOPSIS
-.Nm sleep
+.Nm
.Ar seconds
.Sh DESCRIPTION
The
-.Nm sleep
+.Nm
utility
suspends execution for a minimum of
.Ar seconds .
-.Nm sleep
+.Nm
is used to schedule the execution of other commands (see
.Sx EXAMPLES
below).
.Pp
The
-.Nm sleep
+.Nm
utility exits with one of the following values:
.Bl -tag -width flag
.It Li \&0
@@ -113,7 +113,7 @@ awk job.
.Xr sleep 3
.Sh STANDARDS
The
-.Nm sleep
+.Nm
command offers a superset of
.St -p1003.2
functionality.