aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/sleep.9
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-02-01 22:55:54 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-02-01 22:55:54 +0000
commita04dd7481b80786760f38ff3902e24851fc7ef37 (patch)
tree2b381a8849864a70fe02012867cdd36fd0f1f90e /share/man/man9/sleep.9
parente8354668bd3dee9ba1a555d59bc5bf81be37b55b (diff)
downloadsrc-a04dd7481b80786760f38ff3902e24851fc7ef37.tar.gz
src-a04dd7481b80786760f38ff3902e24851fc7ef37.zip
Fix some spelling errors.
Notes
Notes: svn path=/head/; revision=43517
Diffstat (limited to 'share/man/man9/sleep.9')
-rw-r--r--share/man/man9/sleep.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index 2d9410b30a6c..3348c7226d46 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: sleep.9,v 1.12 1998/12/21 10:34:53 dillon Exp $
+.\" $Id: sleep.9,v 1.13 1998/12/23 00:24:59 dillon Exp $
.\" "
.Dd December 17, 1998
.Os
@@ -196,7 +196,7 @@ These routines may also be used to avoid nasty spl*() calls to get around
race conditions with simple conditional test/wait interlocks. You simple
call
.Fn asleep
-prior to your test, then conditonally
+prior to your test, then conditionally
.Fn await
only if the test fails. It is usually a good idea to cancel an
.Fn asleep