Mercurial > hg > dhcpcd
changeset 1402:1776f76011b6 draft
Remove escapes in man pages for vendor ,"hello world"
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 02 Sep 2009 18:32:28 +0000 |
| parents | 93b21640a4eb |
| children | 3bb764c6072e |
| files | dhcpcd.8.in dhcpcd.conf.5.in |
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.8.in Tue Sep 01 20:38:01 2009 +0000 +++ b/dhcpcd.8.in Wed Sep 02 18:32:28 2009 +0000 @@ -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 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
--- a/dhcpcd.conf.5.in Tue Sep 01 20:38:01 2009 +0000 +++ b/dhcpcd.conf.5.in Wed Sep 02 18:32:28 2009 +0000 @@ -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 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.
