From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/getuser.html | 75 --------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 man/man3/getuser.html (limited to 'man/man3/getuser.html') diff --git a/man/man3/getuser.html b/man/man3/getuser.html deleted file mode 100644 index c34b23cf..00000000 --- a/man/man3/getuser.html +++ /dev/null @@ -1,75 +0,0 @@ - -getuser(3) - Plan 9 from User Space - - - - -
-
-
GETUSER(3)GETUSER(3) -
-
-

NAME
- -
- - getuser, sysname – get user or system name
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h> -
-
- char*       getuser(void) -
-
- char*       sysname(void)
-
-
-

DESCRIPTION
- -
- - Getuser returns a pointer to static data which contains the null-terminated - name of the user who owns the current process. Getuser calls getuid(2) - and then reads /etc/passwd to find the corresponding name. -
- - Sysname returns a pointer to static data which contains the name - of the machine on which the current process is running. Sysname - looks first for an environment variable $sysname. If there is - no such variable, sysname calls gethostname(2) and truncates the - returned name at the first dot. If gethostname fails, - sysname returns the default name gnot. -
- - Unlike getuser, sysname caches the string, deriving the host name - only once.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/lib9/getuser.c
- /usr/local/plan9/src/lib9/sysname.c
-
-
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3