Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sockstat Document that localsocket may be of type SO...



details:   https://anonhg.NetBSD.org/src/rev/77ba4f0bb9a2
branches:  trunk
changeset: 765516:77ba4f0bb9a2
user:      manu <manu%NetBSD.org@localhost>
date:      Sun May 29 04:54:45 2011 +0000

description:
Document that localsocket may be of type SOCK_SEQPACKET

diffstat:

 usr.bin/sockstat/sockstat.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 89f9bd19061e -r 77ba4f0bb9a2 usr.bin/sockstat/sockstat.1
--- a/usr.bin/sockstat/sockstat.1       Sun May 29 04:51:15 2011 +0000
+++ b/usr.bin/sockstat/sockstat.1       Sun May 29 04:54:45 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sockstat.1,v 1.7 2008/05/04 19:43:06 martin Exp $
+.\"    $NetBSD: sockstat.1,v 1.8 2011/05/29 04:54:45 manu Exp $
 .\"-
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -152,7 +152,7 @@
 The file descriptor number of the socket.
 .It Li PROTO
 The transport protocol associated with the socket for Internet
-sockets, or the type of socket (stream or datagram) for
+sockets, or the type of socket (stream, seqpacket or datagram) for
 .Ux
 sockets.
 .It Li LOCAL ADDRESS



Home | Main Index | Thread Index | Old Index