summaryrefslogtreecommitdiffstats
path: root/bin/sleep
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sleep')
-rw-r--r--bin/sleep/sleep.16
-rw-r--r--bin/sleep/sleep.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 1e4934b..36539ee 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sleep.1 8.3 (Berkeley) 4/18/94
-.\" $Id$
+.\" $Id: sleep.1,v 1.2 1994/09/24 02:58:49 davidg Exp $
.\"
.Dd April 18, 1994
.Dt SLEEP 1
@@ -50,13 +50,13 @@ The
command
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
diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c
index 773abe8..c776667 100644
--- a/bin/sleep/sleep.c
+++ b/bin/sleep/sleep.c
@@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: sleep.c,v 1.2 1994/09/24 02:58:51 davidg Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1988, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94";
+static char const sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#include <stdio.h>
OpenPOWER on IntegriCloud