diff options
author | 2005-09-30 20:34:23 +0000 | |
---|---|---|
committer | 2005-09-30 20:34:23 +0000 | |
commit | d281945c653a62f1bc201ab3db2fd203d5ed86af (patch) | |
tree | 1655af207ab9e26179b791f3d91c84670170a48a /usr.sbin/dhcpd | |
parent | accept a -E argument like ELF ld does. fake it out. it does nothing here. (diff) | |
download | wireguard-openbsd-d281945c653a62f1bc201ab3db2fd203d5ed86af.tar.xz wireguard-openbsd-d281945c653a62f1bc201ab3db2fd203d5ed86af.zip |
deploy .An -nosplit; ok jmc
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r-- | usr.sbin/dhcpd/dhcp-options.5 | 3 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.8 | 3 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.conf.5 | 3 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.leases.5 | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5 index a5e1b257bf9..a709d694aec 100644 --- a/usr.sbin/dhcpd/dhcp-options.5 +++ b/usr.sbin/dhcpd/dhcp-options.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcp-options.5,v 1.4 2005/03/02 15:55:55 jmc Exp $ +.\" $OpenBSD: dhcp-options.5,v 1.5 2005/09/30 20:34:26 jaredy Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. .\" All rights reserved. @@ -581,6 +581,7 @@ Servers should be listed in order of preference. .Pp RFC 2131, RFC 2132. .Sh AUTHORS +.An -nosplit .Xr dhcpd 8 was written by .An Ted Lemon Aq mellon@vix.com diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8 index 30c83f3ae6c..f5fd80b7027 100644 --- a/usr.sbin/dhcpd/dhcpd.8 +++ b/usr.sbin/dhcpd/dhcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.8,v 1.7 2004/10/31 10:43:38 canacar Exp $ +.\" $OpenBSD: dhcpd.8,v 1.8 2005/09/30 20:34:26 jaredy Exp $ .\" .\" Copyright (c) 1995, 1996 The Internet Software Consortium. .\" All rights reserved. @@ -331,6 +331,7 @@ DHCPD lease file. .Xr dhcrelay 8 , .Xr pxeboot 8 .Sh AUTHORS +.An -nosplit .Nm was written by .An Ted Lemon Aq mellon@vix.com diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5 index 0c4d219e0a5..38eb70e535c 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.2 2004/04/15 08:34:20 jmc Exp $ +.\" $OpenBSD: dhcpd.conf.5,v 1.3 2005/09/30 20:34:26 jaredy Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999 .\" The Internet Software Consortium. All rights reserved. @@ -928,6 +928,7 @@ manual page. .Pp RFC 2132, RFC 2131. .Sh AUTHORS +.An -nosplit .Xr dhcpd 8 was written by .An Ted Lemon Aq mellon@vix.com diff --git a/usr.sbin/dhcpd/dhcpd.leases.5 b/usr.sbin/dhcpd/dhcpd.leases.5 index ab3f686551a..b8d94f3d138 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.4 2004/04/21 08:00:50 jmc Exp $ +.\" $OpenBSD: dhcpd.leases.5,v 1.5 2005/09/30 20:34:26 jaredy Exp $ .\" .\" Copyright (c) 1997, 1998 The Internet Software Consortium. .\" All rights reserved. @@ -178,6 +178,7 @@ In that case, the address is immediately assigned to the client. .Pp RFC 2132, RFC 2131. .Sh AUTHORS +.An -nosplit .Xr dhcpd 8 was written by .An Ted Lemon Aq mellon@vix.com |