Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2023 10:16:56 GMT
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 373b95976bce - main - netstat: document that PCB information can't be read from corefiles
Message-ID:  <202304191016.33JAGuR9081578@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=373b95976bcefe2c4b582d6707efc65bae23ea44

commit 373b95976bcefe2c4b582d6707efc65bae23ea44
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2023-04-19 10:15:35 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2023-04-19 10:15:35 +0000

    netstat: document that PCB information can't be read from corefiles
    
    Reviewed by:            glebius, cc
    Sponsored by:           Netflix, Inc.
    Differential Revision:  https://reviews.freebsd.org/D39610
---
 usr.bin/netstat/netstat.1 | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index c57e00d11648..b215a792f333 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -28,7 +28,7 @@
 .\"	@(#)netstat.1	8.8 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd February 18, 2023
+.Dd April 19, 2023
 .Dt NETSTAT 1
 .Os
 .Sh NAME
@@ -41,8 +41,6 @@
 .Op Fl -libxo
 .Op Fl 46AaCLnPRSTWx
 .Op Fl f Ar protocol_family | Fl p Ar protocol
-.Op Fl M Ar core
-.Op Fl N Ar system
 .It Nm Fl i | I Ar interface
 .Op Fl -libxo
 .Op Fl 46abdhnW
@@ -113,8 +111,6 @@ depending on the options for the information presented.
 .Nm
 .Op Fl 46AaCLnRSTWx
 .Op Fl f Ar protocol_family | Fl p Ar protocol
-.Op Fl M Ar core
-.Op Fl N Ar system
 .Ek
 .Xc
 Display a list of active sockets
@@ -242,14 +238,6 @@ Filter by
 .Ar protocol .
 See
 .Sx GENERAL OPTIONS .
-.It Fl M
-Use an alternative core.
-See
-.Sx GENERAL OPTIONS .
-.It Fl N
-Use an alternative kernel image.
-See
-.Sx GENERAL OPTIONS .
 .El
 .It Xo
 .Bk -words



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304191016.33JAGuR9081578>