naccyde / rpms / iproute

Forked from rpms/iproute 8 months ago
Clone

Blame SOURCES/0030-man-ss-Fix-explanation-when-no-options-specified.patch

049c96
From 04ec23bf2b69254b9a92bf9ac2d720e1d6480ebc Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Feb 2016 14:08:34 +0100
049c96
Subject: [PATCH] man ss: Fix explanation when no options specified
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1291818
049c96
Upstream Status: iproute2.git commit 814f9b9919b5f
049c96
049c96
commit 814f9b9919b5f0eab6b9746b15e2cf91b087bc9a
049c96
Author: Vadim Kochan <vadim4j@gmail.com>
049c96
Date:   Tue Jul 21 16:46:28 2015 +0300
049c96
049c96
    man ss: Fix explanation when no options specified
049c96
049c96
    Really by default ss dumps not only TCP sockets but any kind of socket
049c96
    which is in ESTABLISHED state (TCP/UDP/UNIX).
049c96
049c96
    Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
049c96
    Reported-by: Miha Marolt <miham@beyondsemi.com>
049c96
---
049c96
 man/man8/ss.8 | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ss.8 b/man/man8/ss.8
049c96
index bd1f2a9..62c6ad8 100644
049c96
--- a/man/man8/ss.8
049c96
+++ b/man/man8/ss.8
049c96
@@ -13,7 +13,7 @@ It can display more TCP and state informations than other tools.
049c96
 
049c96
 .SH OPTIONS
049c96
 When no option is used ss displays a list of 
049c96
-open non-listening TCP sockets that have established connection.
049c96
+open non-listening sockets (e.g. TCP/UNIX/UDP) that have established connection.
049c96
 .TP
049c96
 .B \-h, \-\-help
049c96
 Show summary of options.
049c96
-- 
049c96
1.8.3.1
049c96