sdhcp.1: fix typo - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 3acad37482310e721ce213ab49feecdd0b8719e0 | |
parent 8847720e8bbb4b2abe82770ad972b3774fa45d7f | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 25 Apr 2014 23:39:22 +0200 | |
sdhcp.1: fix typo | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
M sdhcp.1 | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/sdhcp.1 b/sdhcp.1 | |
@@ -10,7 +10,7 @@ state, then forks to the background and runs as a daemon to k… | |
the lease alive. | |
.SH BUGS | |
I'm sure there's plenty. It only currently supports a small subset of | |
-dhcp options, and has been untested on larger networks. It ignores most of | |
-the dchp options it understands. Send bug reports to me! | |
+DHCP options, and has been untested on larger networks. It ignores most of | |
+the DHCP options it understands. Send bug reports to me! | |
.SH AUTHOR | |
see LICENSE file |