|
|
049c96 |
From 4ec32c42f38a0df94e138fff65eb292cc5e31b4b Mon Sep 17 00:00:00 2001
|
|
|
049c96 |
From: Phil Sutter <psutter@redhat.com>
|
|
|
049c96 |
Date: Mon, 7 Mar 2016 20:44:16 +0100
|
|
|
049c96 |
Subject: [PATCH] man: ip-token.8: Review synopsis section
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
|
|
|
049c96 |
Upstream Status: iproute2.git commit 16a124ea2dac1
|
|
|
049c96 |
|
|
|
049c96 |
commit 16a124ea2dac186d4c54f3bc166a7be4882855ba
|
|
|
049c96 |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
Date: Wed Mar 2 19:20:03 2016 +0100
|
|
|
049c96 |
|
|
|
049c96 |
man: ip-token.8: Review synopsis section
|
|
|
049c96 |
|
|
|
049c96 |
Drop unnecessary curly braces around single action keywords, point out
|
|
|
049c96 |
that 'dev' parameter to 'ip token get' is optional and clarify that 'ip
|
|
|
049c96 |
token' defaults to 'list' action.
|
|
|
049c96 |
|
|
|
049c96 |
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
---
|
|
|
049c96 |
man/man8/ip-token.8 | 12 ++++++------
|
|
|
049c96 |
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
049c96 |
|
|
|
049c96 |
diff --git a/man/man8/ip-token.8 b/man/man8/ip-token.8
|
|
|
049c96 |
index 521596f..1303bbb 100644
|
|
|
049c96 |
--- a/man/man8/ip-token.8
|
|
|
049c96 |
+++ b/man/man8/ip-token.8
|
|
|
049c96 |
@@ -7,23 +7,23 @@ ip-token \- tokenized interface identifer support
|
|
|
049c96 |
.in +8
|
|
|
049c96 |
.ti -8
|
|
|
049c96 |
.B ip token
|
|
|
049c96 |
-.RI " { " COMMAND " | "
|
|
|
049c96 |
+.RI "{ " COMMAND " | "
|
|
|
049c96 |
.BR help " }"
|
|
|
049c96 |
.sp
|
|
|
049c96 |
|
|
|
049c96 |
.ti -8
|
|
|
049c96 |
-.BR "ip token" " { " set " } "
|
|
|
049c96 |
+.B ip token set
|
|
|
049c96 |
.IR TOKEN
|
|
|
049c96 |
.B dev
|
|
|
049c96 |
.IR DEV
|
|
|
049c96 |
|
|
|
049c96 |
.ti -8
|
|
|
049c96 |
-.BR "ip token" " { " get " } "
|
|
|
049c96 |
-.B dev
|
|
|
049c96 |
-.IR DEV
|
|
|
049c96 |
+.B ip token get
|
|
|
049c96 |
+.RB "[ " dev
|
|
|
049c96 |
+.IR DEV " ]"
|
|
|
049c96 |
|
|
|
049c96 |
.ti -8
|
|
|
049c96 |
-.BR "ip token" " { " list " }"
|
|
|
049c96 |
+.BR "ip token" " [ " list " ]"
|
|
|
049c96 |
|
|
|
049c96 |
.SH "DESCRIPTION"
|
|
|
049c96 |
IPv6 tokenized interface identifer support is used for assigning well-known
|
|
|
049c96 |
--
|
|
|
049c96 |
1.8.3.1
|
|
|
049c96 |
|