From: Roy Marples Date: Wed, 2 Sep 2009 20:16:27 +0000 (+0000) Subject: Remove escapes in man pages for vendor ,"hello world" X-Git-Tag: v5.0.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9221318d31f08ae75792927589fe35e0affb73c;p=thirdparty%2Fdhcpcd.git Remove escapes in man pages for vendor ,"hello world" --- 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.