]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove escapes in man pages for vendor ,"hello world"
authorRoy Marples <roy@marples.name>
Wed, 2 Sep 2009 20:16:27 +0000 (20:16 +0000)
committerRoy Marples <roy@marples.name>
Wed, 2 Sep 2009 20:16:27 +0000 (20:16 +0000)
dhcpcd.8.in
dhcpcd.conf.5.in

index 50a26a54ddb91b001a6489292d12754b87200c26..ebc242b35536f691664498b063ec9f0b533b17cd 100644 (file)
@@ -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
index 904eb29f96ea7d85a29330f9b083581cbd2673a5..a9497889c6682a975e1731a618d3f10c382f63a4 100644 (file)
@@ -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.