diff options
author | Shawn Routhier <sar@isc.org> | 2016-02-29 20:48:45 -0800 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2016-02-29 20:48:45 -0800 |
commit | 7f4e6f97789799a76aa0b8b5ffab39042bcbff5e (patch) | |
tree | 1584b0ad916f0380c053079845c438440c2d99ab | |
parent | 84ee63a06b9727f9c5a8ea990668ad5b7160ee0b (diff) | |
download | isc-dhcp-7f4e6f97789799a76aa0b8b5ffab39042bcbff5e.tar.gz |
[master] Fix typo in dhcp-options.5
-rw-r--r-- | common/dhcp-options.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/dhcp-options.5 b/common/dhcp-options.5 index 179da910..70043e09 100644 --- a/common/dhcp-options.5 +++ b/common/dhcp-options.5 @@ -1,6 +1,6 @@ .\" $Id: dhcp-options.5,v 1.50 2011/05/20 13:48:32 tomasz Exp $ .\" -.\" Copyright (c) 2012-2015 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (c) 2012-2016 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996-2003 by Internet Software Consortium .\" @@ -2035,7 +2035,7 @@ This option is included based on RFC 7083. .RE .SH ACCESSING DHCPV6 RELAY OPTIONS .PP -.B v6relay (\fBrelay-number\f, \fBoption\f) +.B v6relay (\fBrelay-number\fR, \fBoption\fR) This option allows access to an option that has been added to a packet by a relay agent. Relay-number value selects the relay to examine and option is the option to find. In DHCPv6 each relay encapsulates |