Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2023 23:10:34 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e495600ce3ab - main - netstat(1): Use simpler language
Message-ID:  <202306262310.35QNAYM8091790@gitrepo.freebsd.org>

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

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

commit e495600ce3abd66169e93f763568aeae6969f421
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-06-26 23:02:36 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-26 23:07:27 +0000

    netstat(1): Use simpler language
    
    Reviewed by: imp, Mina Galić
    Pull Request: https://github.com/freebsd/freebsd-src/pull/771
---
 usr.bin/netstat/netstat.1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index b215a792f333..e2ea7047456c 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 April 19, 2023
+.Dd June 26, 2023
 .Dt NETSTAT 1
 .Os
 .Sh NAME
@@ -101,10 +101,10 @@
 .Sh DESCRIPTION
 The
 .Nm
-command symbolically displays the contents of various network-related
+command shows the contents of various network-related
 data structures.
-There are a number of output formats,
-depending on the options for the information presented.
+The arguments passed determine which of the below output formats the
+command uses.
 .Bl -tag -width indent
 .It Xo
 .Bk -words



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