You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.2 KiB
23 lines
1.2 KiB
From 3f4c4af890ff655bf409875d0775f436e6d63353 Mon Sep 17 00:00:00 2001 |
|
From: Lennart Poettering <lennart@poettering.net> |
|
Date: Tue, 3 Mar 2015 00:11:51 +0100 |
|
Subject: [PATCH] man: fix typo |
|
|
|
(cherry picked from commit a68188812290cb9ec9f3f8a17b65e64549a4fd65) |
|
--- |
|
man/systemd.netdev.xml | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml |
|
index 4480e1999..ef58887dc 100644 |
|
--- a/man/systemd.netdev.xml |
|
+++ b/man/systemd.netdev.xml |
|
@@ -108,7 +108,7 @@ |
|
<entry>A bond device is an aggregation of all its slave devices. See <ulink url="https://www.kernel.org/doc/Documentation/networking/bonding.txt">Linux Ethernet Bonding Driver HOWTO</ulink> for details.Local configuration</entry></row> |
|
|
|
<row><entry><varname>bridge</varname></entry> |
|
- <entry>A bridge devcie is a software switch, each of its slave devices and the bridge itself are ports of the switch.</entry></row> |
|
+ <entry>A bridge device is a software switch, each of its slave devices and the bridge itself are ports of the switch.</entry></row> |
|
|
|
<row><entry><varname>dummy</varname></entry> |
|
<entry>A dummy device drops all packets sent to it.</entry></row>
|
|
|