Mercurial > hg > dhcpcd
changeset 1406:835b3fca7ea2 draft
Remove escapes in man pages for vendor ,"hello world"
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 02 Sep 2009 20:16:27 +0000 |
| parents | 70641b760d07 |
| children | 01af6fe2e990 |
| 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 Wed Sep 02 20:16:07 2009 +0000 +++ b/dhcpcd.8.in Wed Sep 02 20:16:27 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 Wed Sep 02 20:16:07 2009 +0000 +++ b/dhcpcd.conf.5.in Wed Sep 02 20:16:27 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.
