diff options
author | 1997-03-29 04:22:37 +0000 | |
---|---|---|
committer | 1997-03-29 04:22:37 +0000 | |
commit | e171ecd7ebf4b8a975e15d66e1f2c4ac3bafc748 (patch) | |
tree | 1658ff83cf97d00ce5a2c1247de11d3d957b10a0 /lib/libc | |
parent | Changed definition of 'a' in vfmtmsg from void * to va_list. (diff) | |
download | wireguard-openbsd-e171ecd7ebf4b8a975e15d66e1f2c4ac3bafc748.tar.xz wireguard-openbsd-e171ecd7ebf4b8a975e15d66e1f2c4ac3bafc748.zip |
Fix up HISTORY and mention YP.
Diffstat (limited to 'lib/libc')
-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. |