aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.1
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-18 06:51:59 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-18 06:51:59 +0000
commit9ba8bd65572b25c4e75f9872c1752ff057eaaf75 (patch)
treefe399b3206086fa1fdeb4d3687c8988155567331 /bin/sleep/sleep.1
parent44dc619ed6cb22c1acdc02e83180f51bb986cd5b (diff)
downloadsrc-9ba8bd65572b25c4e75f9872c1752ff057eaaf75.tar.gz
src-9ba8bd65572b25c4e75f9872c1752ff057eaaf75.zip
Correct use of .Nm. Add rcsid.
Notes
Notes: svn path=/head/; revision=36152
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r--bin/sleep/sleep.110
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 0059ac178c5e..679e78d3acfb 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: sleep.1,v 1.6 1997/02/22 14:05:44 peter Exp $
+.\" $Id: sleep.1,v 1.7 1997/08/12 21:20:12 ache Exp $
.\"
.Dd April 18, 1994
.Dt SLEEP 1
@@ -46,17 +46,17 @@
.Ar seconds
.Sh DESCRIPTION
The
-.Nm sleep
+.Nm
command
suspends execution for a minimum of
.Ar seconds .
-.Nm
+.Nm Sleep
is used to schedule the execution of other commands (see
.Sx EXAMPLES
below).
.Pp
If the
-.Nm sleep
+.Nm
command
receives a SIGALRM signal, it terminates normally with a zero exit status,
for any other signal it takes the standard action.
@@ -117,7 +117,7 @@ awk job.
.Xr sleep 3
.Sh STANDARDS
The
-.Nm sleep
+.Nm
command is expected to be
.St -p1003.2
compatible.