summaryrefslogtreecommitdiff
path: root/bin/sleep
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-12-15 01:20:53 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-12-15 01:20:53 +0000
commitad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch)
treeb54160234444c70a92f7729894e15af668141646 /bin/sleep
parent6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff)
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'bin/sleep')
-rw-r--r--bin/sleep/sleep.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 253ed21a7ef..d14d5be6ec0 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sleep.1,v 1.6 1998/11/28 03:20:35 aaron Exp $
+.\" $OpenBSD: sleep.1,v 1.7 1998/12/15 01:20:27 aaron Exp $
.\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -44,7 +44,7 @@
.Nm sleep
.Nd suspend execution for an interval of time
.Sh SYNOPSIS
-.Nm
+.Nm sleep
.Ar seconds
.Sh DESCRIPTION
The