Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/libc/sys Pull up revision 1.11 (requested by tron):



details:   https://anonhg.NetBSD.org/src/rev/aef3940913f4
branches:  netbsd-1-4
changeset: 469984:aef3940913f4
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 08 18:05:41 2000 +0000

description:
Pull up revision 1.11 (requested by tron):
  Correct typo.  Fixes PR#9069.

diffstat:

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

diffs (18 lines):

diff -r b1e2de26609c -r aef3940913f4 lib/libc/sys/shutdown.2
--- a/lib/libc/sys/shutdown.2   Sat Jan 08 18:02:35 2000 +0000
+++ b/lib/libc/sys/shutdown.2   Sat Jan 08 18:05:41 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: shutdown.2,v 1.9 1999/03/22 19:45:09 garbled Exp $
+.\"    $NetBSD: shutdown.2,v 1.9.2.1 2000/01/08 18:05:41 he Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -57,7 +57,7 @@
 .Bl -tag -width SHUT_RDWRXX -offset indent
 .It SHUT_RD
 further receives will be disallowed.
-.It SHUT_RW
+.It SHUT_WR
 further sends will be disallowed.
 .It SHUT_RDWR
 further sends and receives will be disallowed.



Home | Main Index | Thread Index | Old Index