diff options
author | provos <> | 2000-11-10 15:33:04 +0000 |
---|---|---|
committer | provos <> | 2000-11-10 15:33:04 +0000 |
commit | 19685dfdc2e84c7e67db6097283954067486088f (patch) | |
tree | 43400a5e314d152e100e6598bc78f47683af6dc2 /src | |
parent | 3d110fa004a704cc5903e120c6782e5f42df1b59 (diff) | |
download | openbsd-19685dfdc2e84c7e67db6097283954067486088f.tar.gz openbsd-19685dfdc2e84c7e67db6097283954067486088f.tar.bz2 openbsd-19685dfdc2e84c7e67db6097283954067486088f.zip |
seperate -> separate, okay aaron@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/res_init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/res_init.c b/src/lib/libc/net/res_init.c index ac75a4babb..bba8cfaad1 100644 --- a/src/lib/libc/net/res_init.c +++ b/src/lib/libc/net/res_init.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: res_init.c,v 1.19 2000/06/22 07:31:18 itojun Exp $ */ | 1 | /* $OpenBSD: res_init.c,v 1.20 2000/11/10 15:33:04 provos Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * ++Copyright++ 1985, 1989, 1993 | 4 | * ++Copyright++ 1985, 1989, 1993 |
@@ -64,7 +64,7 @@ | |||
64 | static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; | 64 | static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; |
65 | static char rcsid[] = "$From: res_init.c,v 8.7 1996/09/28 06:51:07 vixie Exp $"; | 65 | static char rcsid[] = "$From: res_init.c,v 8.7 1996/09/28 06:51:07 vixie Exp $"; |
66 | #else | 66 | #else |
67 | static char rcsid[] = "$OpenBSD: res_init.c,v 1.19 2000/06/22 07:31:18 itojun Exp $"; | 67 | static char rcsid[] = "$OpenBSD: res_init.c,v 1.20 2000/11/10 15:33:04 provos Exp $"; |
68 | #endif | 68 | #endif |
69 | #endif /* LIBC_SCCS and not lint */ | 69 | #endif /* LIBC_SCCS and not lint */ |
70 | 70 | ||
@@ -104,7 +104,7 @@ static char rcsid[] = "$OpenBSD: res_init.c,v 1.19 2000/06/22 07:31:18 itojun Ex | |||
104 | * "search" property. | 104 | * "search" property. |
105 | * - The sortlist comprised of IP address netmask pairs are stored as | 105 | * - The sortlist comprised of IP address netmask pairs are stored as |
106 | * values of the "sortlist" property. The IP address and optional netmask | 106 | * values of the "sortlist" property. The IP address and optional netmask |
107 | * should be seperated by a slash (/) or ampersand (&) character. | 107 | * should be separated by a slash (/) or ampersand (&) character. |
108 | * - Internal resolver variables can be set from the value of the "options" | 108 | * - Internal resolver variables can be set from the value of the "options" |
109 | * property. | 109 | * property. |
110 | */ | 110 | */ |