linma / rpms / iproute

Forked from rpms/iproute 4 years ago
Clone

Blame SOURCES/0099-man-ip-link.8-minor-font-fix.patch

049c96
From 4fdf53298b2ab445960d5ce2ee26208752f5b2a8 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:41:30 +0100
049c96
Subject: [PATCH] man: ip-link.8: minor font fix
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit d890144ecf750
049c96
049c96
commit d890144ecf7501c9117355d14d013dd5c98936ef
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:19:57 2016 +0100
049c96
049c96
    man: ip-link.8: minor font fix
049c96
049c96
    We commonly use bold font for terminals and italic for non-terminals.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-link.8.in | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 4982268..d369598 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -46,7 +46,7 @@ ip-link \- network device configuration
049c96
 .RB "[ " numrxqueues
049c96
 .IR QUEUE_COUNT " ]"
049c96
 .br
049c96
-.BR type " TYPE"
049c96
+.BI type " TYPE"
049c96
 .RI "[ " ARGS " ]"
049c96
 
049c96
 .ti -8
049c96
-- 
049c96
1.8.3.1
049c96