Module Name: src
Committed By: ryoon
Date: Thu Jun 16 12:47:10 UTC 2016
Modified Files:
src/lib/libc/sys: nanosleep.2
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/nanosleep.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/nanosleep.2
diff -u src/lib/libc/sys/nanosleep.2:1.19 src/lib/libc/sys/nanosleep.2:1.20
--- src/lib/libc/sys/nanosleep.2:1.19 Wed Dec 30 16:51:31 2015
+++ src/lib/libc/sys/nanosleep.2 Thu Jun 16 12:47:10 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: nanosleep.2,v 1.19 2015/12/30 16:51:31 wiz Exp $
+.\" $NetBSD: nanosleep.2,v 1.20 2016/06/16 12:47:10 ryoon Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -132,7 +132,7 @@ function shall return \-1 and set
.Va errno
to the corresponding value, and the
.Fn clock_nanosleep
-function shall return the errnor number directly.
+function shall return the error number directly.
.Bl -tag -width Er
.It Bq Er EFAULT
Either