Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Correct typo reported by Jens Nilsson in PR mis...
details: https://anonhg.NetBSD.org/src/rev/50d7ed497594
branches: trunk
changeset: 479992:50d7ed497594
user: tron <tron%NetBSD.org@localhost>
date: Wed Dec 29 21:19:36 1999 +0000
description:
Correct typo reported by Jens Nilsson in PR misc/9069.
diffstat:
lib/libc/sys/shutdown.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0926736cca27 -r 50d7ed497594 lib/libc/sys/shutdown.2
--- a/lib/libc/sys/shutdown.2 Wed Dec 29 15:21:27 1999 +0000
+++ b/lib/libc/sys/shutdown.2 Wed Dec 29 21:19:36 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: shutdown.2,v 1.10 1999/12/02 21:42:39 kleink Exp $
+.\" $NetBSD: shutdown.2,v 1.11 1999/12/29 21:19:36 tron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,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