From 9fe946bcc629b64fd991ab2db6437919208a3571 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Sat, 23 Oct 2021 15:26:26 +0900 Subject: [PATCH] doc: fix typo in English lxc.container.conf(5) Signed-off-by: KATOH Yasufumi --- doc/lxc.container.conf.sgml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 095562704..e2c7868cf 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -688,7 +688,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Specify the ipv4 address to assign to the virtualized interface. Several lines specify several ipv4 addresses. The address is in format x.y.z.t/m, eg. 192.168.1.123/24. - You can optionally specify the broadcast address after the IP adress, + You can optionally specify the broadcast address after the IP address, e.g. 192.168.1.123/24 255.255.255.255. Otherwise it is automatically calculated from the IP address. -- 2.47.2