Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add missing word.



details:   https://anonhg.NetBSD.org/src/rev/9d787dbd8c4f
branches:  trunk
changeset: 823791:9d787dbd8c4f
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue May 09 06:41:56 2017 +0000

description:
Add missing word.

diffstat:

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

diffs (18 lines):

diff -r 22e21244e984 -r 9d787dbd8c4f lib/libc/sys/accept.2
--- a/lib/libc/sys/accept.2     Tue May 09 06:29:20 2017 +0000
+++ b/lib/libc/sys/accept.2     Tue May 09 06:41:56 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: accept.2,v 1.32 2017/02/08 18:01:24 maya Exp $
+.\"    $NetBSD: accept.2,v 1.33 2017/05/09 06:41:56 abhinav Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -199,7 +199,7 @@
 .Sh ERRORS
 The
 .Fn accept
-will fail if:
+function will fail if:
 .Bl -tag -width Er
 .It Bq Er EAGAIN
 The socket is marked non-blocking and no connections



Home | Main Index | Thread Index | Old Index