diff options
| author | Roy Marples <roy@marples.name> | 2009-09-02 20:16:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-09-02 20:16:27 +0000 |
| commit | c9221318d31f08ae75792927589fe35e0affb73c (patch) | |
| tree | 141ad9579b51ab2130557d9f10b9d77e513848d4 | |
| parent | 8e99a6829016c40be439d1828afd0593ab319942 (diff) | |
| download | dhcpcd-c9221318d31f08ae75792927589fe35e0affb73c.tar.xz | |
Remove escapes in man pages for vendor ,"hello world"
| -rw-r--r-- | dhcpcd.8.in | 4 | ||||
| -rw-r--r-- | dhcpcd.conf.5.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 50a26a54..ebc242b3 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 1, 2009 +.Dd September 2, 2009 .Dt DHCPCD 8 SMM .Os .Sh NAME @@ -336,7 +336,7 @@ Set the vendor option 02 with a hex code. Set the vendor option 03 with an IP address as a string. .D1 dhcpcd \-v 03,\e"192.168.0.2\e" eth0 Set un-encapulated vendor option to hello world. -.D1 dhcpcd \-v ,\e"hello world\e" eth0 +.D1 dhcpcd \-v ,"hello world" eth0 .It Fl x , -exit This will signal an existing .Nm diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 904eb29f..a9497889 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 1, 2009 +.Dd September 2, 2009 .Dt DHCPCD.CONF 5 SMM .Os .Sh NAME @@ -268,7 +268,7 @@ Set the vendor option 02 with a hex code. Set the vendor option 03 with an IP address as a string. .D1 vendor 03,\e"192.168.0.2\e" Set un-encapulated vendor option to hello world. -.D1 vendor ,\e"hello world\e" +.D1 vendor ,"hello world" .It Ic vendorclassid Ar string Change the default vendorclassid sent from dhcpcd-version. If not set then none is sent. |
