diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-10-19 18:15:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-10-19 18:15:40 +0000 |
commit | b644a1f743b064f39b07db2e068a72fa1317e622 (patch) | |
tree | a868c4d4fdabdf4270b00ce6417737fa69376173 /usr.sbin/dhcpd | |
parent | 45843dc3b26d9128d079ee7202d9234a5c46090b (diff) |
fix a few obvious .Ar markup errors (unfortunately, there are many more)
found while working on mandoc apropos
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.leases.5 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5 index dd04e6c13fc..2f1f04031bd 100644 --- a/usr.sbin/dhcpd/dhcpd.conf.5 +++ b/usr.sbin/dhcpd/dhcpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.conf.5,v 1.13 2013/07/16 11:13:33 schwarze Exp $ +.\" $OpenBSD: dhcpd.conf.5,v 1.14 2013/10/19 18:15:39 schwarze Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999 .\" The Internet Software Consortium. All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: October 19 2013 $ .Dt DHCPD.CONF 5 .Os .Sh NAME @@ -612,7 +612,7 @@ The .Ic filename statement .Pp -.D1 Ic filename Ar \&"filename\&" ; +.D1 Ic filename Qq Ar filename ; .Pp The .Ic filename @@ -627,7 +627,7 @@ The .Ic server-name statement .Pp -.D1 Ic server-name Ar \&"name\&" ; +.D1 Ic server-name Qq Ar name ; .Pp The .Ic server-name diff --git a/usr.sbin/dhcpd/dhcpd.leases.5 b/usr.sbin/dhcpd/dhcpd.leases.5 index a35a1805253..90fb3006289 100644 --- a/usr.sbin/dhcpd/dhcpd.leases.5 +++ b/usr.sbin/dhcpd/dhcpd.leases.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.leases.5,v 1.9 2013/07/16 11:13:33 schwarze Exp $ +.\" $OpenBSD: dhcpd.leases.5,v 1.10 2013/10/19 18:15:39 schwarze Exp $ .\" .\" Copyright (c) 1997, 1998 The Internet Software Consortium. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: October 19 2013 $ .Dt DHCPD.LEASES 5 .Os .Sh NAME @@ -123,7 +123,7 @@ hostname is recorded using the .Ic client-hostname statement. .Pp -.D1 Ic client-hostname Ar \&"hostname\&" ; +.D1 Ic client-hostname Qq Ar hostname ; .Pp If the client sends its hostname using the .Ic Hostname @@ -131,7 +131,7 @@ option, it is recorded using the .Ic hostname statement. .Pp -.D1 Ic hostname Ar \&"hostname\&" ; +.D1 Ic hostname Qq Ar hostname ; .Pp The DHCP server may determine that a lease has been misused in some way, either because a client that has been assigned a lease NAKs it, |