diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 17:25:50 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 17:25:50 +0000 |
commit | 9d3439a33e74e7f923bff60df0fd0e65b9f15741 (patch) | |
tree | cf8a138cb116baa8ea9027d7526836eb16df759e /usr.sbin/named/libresolv | |
parent | 5e5c20b4986d64cf4b989750655ce99a581ee745 (diff) |
revert, okay @aaron
Diffstat (limited to 'usr.sbin/named/libresolv')
-rw-r--r-- | usr.sbin/named/libresolv/res_init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/named/libresolv/res_init.c b/usr.sbin/named/libresolv/res_init.c index cbdcc2e284e..a8183f6917e 100644 --- a/usr.sbin/named/libresolv/res_init.c +++ b/usr.sbin/named/libresolv/res_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_init.c,v 1.4 2000/11/10 15:33:15 provos Exp $ */ +/* $OpenBSD: res_init.c,v 1.5 2000/11/10 17:25:49 provos Exp $ */ /* * ++Copyright++ 1985, 1989, 1993 @@ -60,7 +60,7 @@ static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; static char rcsid[] = "$From: res_init.c,v 8.8 1997/06/01 20:34:37 vixie Exp $"; #else -static char rcsid[] = "$OpenBSD: res_init.c,v 1.4 2000/11/10 15:33:15 provos Exp $"; +static char rcsid[] = "$OpenBSD: res_init.c,v 1.5 2000/11/10 17:25:49 provos Exp $"; #endif #endif /* LIBC_SCCS and not lint */ @@ -101,7 +101,7 @@ static char rcsid[] = "$OpenBSD: res_init.c,v 1.4 2000/11/10 15:33:15 provos Exp * "search" property. * - The sortlist comprised of IP address netmask pairs are stored as * values of the "sortlist" property. The IP address and optional netmask - * should be separated by a slash (/) or ampersand (&) character. + * should be seperated by a slash (/) or ampersand (&) character. * - Internal resolver variables can be set from the value of the "options" * property. */ |