diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-08 06:42:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-08 06:42:08 +0000 |
commit | 1faaa28bbad6401e44f8c84b5296296a5047869a (patch) | |
tree | 756782227e61566941fc1e3b071c71ad91e725df /contrib/isc-dhcp/common | |
parent | 206faac867ad613df4fefc667808cf7adf497c5d (diff) | |
download | FreeBSD-src-1faaa28bbad6401e44f8c84b5296296a5047869a.zip FreeBSD-src-1faaa28bbad6401e44f8c84b5296296a5047869a.tar.gz |
Document what "X" in the table means.
Diffstat (limited to 'contrib/isc-dhcp/common')
-rw-r--r-- | contrib/isc-dhcp/common/tables.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/isc-dhcp/common/tables.c b/contrib/isc-dhcp/common/tables.c index 9274e38..f3c7114 100644 --- a/contrib/isc-dhcp/common/tables.c +++ b/contrib/isc-dhcp/common/tables.c @@ -40,6 +40,8 @@ * Enterprises, see ``http://www.vix.com''. */ + /* $FreeBSD$ */ + #ifndef lint static char copyright[] = "$Id: tables.c,v 1.13.2.4 1999/04/24 16:46:44 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; @@ -62,6 +64,7 @@ static char copyright[] = t - ASCII text f - flag (true or false) A - array of whatever precedes (e.g., IA means array of IP addresses) + X - hex dump */ struct universe dhcp_universe; |