sdhcp.1: Don't add dollar before variables - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 839099bc5853a58cb40fc744fd891022b0bdc6bf | |
parent 5b2cea6f3d520f37ac3575cabf8f3693a10352a5 | |
Author: Ypnose <[email protected]> | |
Date: Sun, 5 Apr 2015 14:47:59 +0200 | |
sdhcp.1: Don't add dollar before variables | |
Diffstat: | |
M sdhcp.1 | 10 +++++----- | |
1 file changed, 5 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/sdhcp.1 b/sdhcp.1 | |
@@ -32,15 +32,15 @@ run program. Variables will be set, see VARIABLES. | |
.LP | |
The following variables are set: | |
.LP | |
-$SERVER DHCP IP. | |
+SERVER DHCP IP. | |
.LP | |
-$DNS DNS IP. | |
+DNS DNS IP. | |
.LP | |
-$ROUTER router IP. | |
+ROUTER router IP. | |
.LP | |
-$MASK network mask. | |
+MASK network mask. | |
.LP | |
-$CLIENT your client IP. | |
+CLIENT your client IP. | |
.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 |