diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-29 04:22:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-29 04:22:38 +0000 |
commit | 7fcdcb609e539044ae21ee83dd330ce88657222e (patch) | |
tree | d0d4e9b6a9bfcb39b8a8764b8656cf72a625df7f /lib | |
parent | 5f1eee82bb7ecfad37fa1275c10e0bc2612e699d (diff) |
Fix up HISTORY and mention YP.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index e8103e996d2..bfbad8ea4e9 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.3 1996/12/03 00:28:39 deraadt Exp $ +.\" $OpenBSD: getdomainname.3,v 1.4 1997/03/29 04:22:37 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,11 +33,11 @@ .\" .Dd May 6, 1994 .Dt GETDOMAINNAME 3 -.Os BSD 4.2 +.Os .Sh NAME .Nm getdomainname , .Nm setdomainname -.Nd get/set domain name of current host +.Nd get/set YP domain name of current host .Sh SYNOPSIS .Fd #include <unistd.h> .Ft int @@ -46,7 +46,7 @@ .Fn setdomainname "const char *name" "int namelen" .Sh DESCRIPTION .Fn Getdomainname -returns the standard domain name for the current processor, as +returns the YP domain name for the current processor, as previously set by .Fn setdomainname . The parameter @@ -84,7 +84,9 @@ The caller tried to set the domain name and was not the super-user. .Sh SEE ALSO .Xr sysctl 2 , .Xr gethostid 3 , -.Xr gethostname 3 +.Xr gethostname 3 , +.Xr domainname 1 , +.Xr yp 8 .Sh BUGS Domain names are limited to .Dv MAXHOSTNAMELEN @@ -95,4 +97,4 @@ characters, currently 256. The .Nm function call appeared in -.Bx 4.2 . +SunOS 3.x. |