Blame SOURCES/0001-man-bridge.8-Document-oneline-option.patch

930fb9
From 7a9b3fa0fe560cb209f01642e6591ff0b5d42d12 Mon Sep 17 00:00:00 2001
930fb9
From: Phil Sutter <psutter@redhat.com>
930fb9
Date: Thu, 13 Sep 2018 20:36:09 +0200
930fb9
Subject: [PATCH] man: bridge.8: Document -oneline option
930fb9
930fb9
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704
930fb9
Upstream Status: iproute2.git commit 05758f5c7b357
930fb9
930fb9
commit 05758f5c7b357c53b53e16604bcdfb269fc68a13
930fb9
Author: Phil Sutter <phil@nwl.cc>
930fb9
Date:   Thu Aug 16 12:27:53 2018 +0200
930fb9
930fb9
    man: bridge.8: Document -oneline option
930fb9
930fb9
    Copied the description from ip.8.
930fb9
930fb9
    Signed-off-by: Phil Sutter <phil@nwl.cc>
930fb9
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
930fb9
---
930fb9
 man/man8/bridge.8 | 15 ++++++++++++++-
930fb9
 1 file changed, 14 insertions(+), 1 deletion(-)
930fb9
930fb9
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
930fb9
index e7f7148..95851e0 100644
930fb9
--- a/man/man8/bridge.8
930fb9
+++ b/man/man8/bridge.8
930fb9
@@ -24,7 +24,8 @@ bridge \- show / manipulate bridge addresses and devices
930fb9
 \fB\-b\fR[\fIatch\fR] filename |
930fb9
 \fB\-c\fR[\folor\fR] |
930fb9
 \fB\-p\fR[\fIretty\fR] |
930fb9
-\fB\-j\fR[\fIson\fR] }
930fb9
+\fB\-j\fR[\fIson\fR] |
930fb9
+\fB\-o\fR[\fIneline\fr] }
930fb9
 
930fb9
 .ti -8
930fb9
 .BR "bridge link set"
930fb9
@@ -181,6 +182,18 @@ Output results in JavaScript Object Notation (JSON).
930fb9
 .BR "\-p", " \-pretty"
930fb9
 When combined with -j generate a pretty JSON output.
930fb9
 
930fb9
+.TP
930fb9
+.BR "\-o", " \-oneline"
930fb9
+output each record on a single line, replacing line feeds
930fb9
+with the
930fb9
+.B '\e'
930fb9
+character. This is convenient when you want to count records
930fb9
+with
930fb9
+.BR wc (1)
930fb9
+or to
930fb9
+.BR grep (1)
930fb9
+the output.
930fb9
+
930fb9
 
930fb9
 .SH BRIDGE - COMMAND SYNTAX
930fb9
 
930fb9
-- 
930fb9
1.8.3.1
930fb9