diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
commit | 46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch) | |
tree | 00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/sleep/sleep.1 | |
parent | c578efe575dc0b2020cf21aaae2c34b12a12a430 (diff) |
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes
Notes:
svn path=/head/; revision=46684
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r-- | bin/sleep/sleep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 679e78d3acfb..9f362090496e 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.7 1997/08/12 21:20:12 ache Exp $ +.\" $Id: sleep.1,v 1.8 1998/05/18 06:46:11 charnier Exp $ .\" .Dd April 18, 1994 .Dt SLEEP 1 @@ -60,7 +60,7 @@ If the command receives a SIGALRM signal, it terminates normally with a zero exit status, for any other signal it takes the standard action. -.Pp +.Sh DIAGNOSTICS The .Nm utility exits with one of the following values: |