diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-04-27 08:47:34 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-04-27 08:47:34 -0400 |
| commit | 97cfd5d207e46a027809125cfb356fd301af0cf5 (patch) | |
| tree | 85872f9e178cc10b1668d31c8c12cea81f0410fb | |
| parent | 260616d55d96fab302c678ee78e0a58ca60b0aa1 (diff) | |
doc: fix typo in archlinux doc
Fix a typo to remove a warning when building the dev
docs.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
| -rw-r--r-- | doc/developer/building-frr-for-archlinux.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-archlinux.rst b/doc/developer/building-frr-for-archlinux.rst index 7ede35ad9c..f62add5963 100644 --- a/doc/developer/building-frr-for-archlinux.rst +++ b/doc/developer/building-frr-for-archlinux.rst @@ -67,7 +67,7 @@ Some sysctls need to be changed in order to enable IPv4/IPv6 forwarding and MPLS (if supported by your platform). If your platform does not support MPLS, skip the MPLS related configuration in this section. -Edit :file:`/etc/sysctl.conf`[*Create the file if it doesn't exist*] and +Edit :file:`/etc/sysctl.conf` [*Create the file if it doesn't exist*] and append the following values (ignore the other settings): :: |
