blob: 8cb99cf98b66790772045d69e0efcce4cdfe0837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From: Roger Shimizu <rogershimizu@gmail.com>
Date: Wed, 26 Oct 2016 23:50:06 +0900
Subject: fix typo in dhcp6c.8 manpage
Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
dhcp6c.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dhcp6c.8 b/dhcp6c.8
index acc8f46..fcaeb34 100644
--- a/dhcp6c.8
+++ b/dhcp6c.8
@@ -75,7 +75,7 @@ usually prints warning, debugging, or error messages to
it prints the messages to standard error if this option is
specified.
.It Fl i
-Info-req mode. In this mode, stateless DHCPv6 is executed with the folllowing configuration, and the obtained info is written to stdout. After this output,
+Info-req mode. In this mode, stateless DHCPv6 is executed with the following configuration, and the obtained info is written to stdout. After this output,
.Nm
is terminated. (suits for a use in shell-script etc).
.Bd -literal -offset
|