From 8305317df791e52038ca4a85f29ff64f3e94eeef Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 4 Jan 2023 19:12:34 +0000 Subject: [PATCH] minor text shuffle, for clarity; ok millert --- usr.bin/netstat/netstat.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 656627dd404..3fd3271bd44 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.97 2022/12/23 07:18:46 jmc Exp $ +.\" $OpenBSD: netstat.1,v 1.98 2023/01/04 19:12:34 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: December 23 2022 $ +.Dd $Mdocdate: January 4 2023 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -368,10 +368,10 @@ is invoked with the option and a .Ar wait interval argument, it displays a running count of statistics related to -network interfaces. -An obsolescent version of this option used a numeric parameter -with no option, and is currently supported for backward compatibility. -This display consists of a column for the primary interface (the first +network interfaces +(an obsolescent version of this option used a numeric parameter +with no option, and is currently supported for backward compatibility). +The display consists of a column for the primary interface (the first interface found during autoconfiguration) and a column summarizing information for all interfaces. The primary interface may be replaced with another interface with the -- 2.20.1