Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys typo



details:   https://anonhg.NetBSD.org/src/rev/ca5ac37f54ab
branches:  trunk
changeset: 325440:ca5ac37f54ab
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Dec 25 00:58:50 2013 +0000

description:
typo

diffstat:

 lib/libc/sys/nanosleep.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4f9b177a9b91 -r ca5ac37f54ab lib/libc/sys/nanosleep.2
--- a/lib/libc/sys/nanosleep.2  Tue Dec 24 22:31:11 2013 +0000
+++ b/lib/libc/sys/nanosleep.2  Wed Dec 25 00:58:50 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nanosleep.2,v 1.13 2012/10/08 18:08:40 njoly Exp $
+.\"    $NetBSD: nanosleep.2,v 1.14 2013/12/25 00:58:50 dholland Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -112,7 +112,7 @@
 or the
 .Fn nanosleep
 functions return due to the delivery of a signal, the value returned
-will be the \-1, and the global variable
+will be \-1, and the global variable
 .Va errno
 will be set to indicate the interruption.
 If



Home | Main Index | Thread Index | Old Index