diff options
author | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
commit | 713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch) | |
tree | 697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/sleep | |
parent | e45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff) | |
download | FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz |
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'bin/sleep')
-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 679e78d..9f36209 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: |