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/sysfatal.html | 71 -------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 man/man3/sysfatal.html (limited to 'man/man3/sysfatal.html') diff --git a/man/man3/sysfatal.html b/man/man3/sysfatal.html deleted file mode 100644 index 15ceb0ca..00000000 --- a/man/man3/sysfatal.html +++ /dev/null @@ -1,71 +0,0 @@ - -sysfatal(3) - Plan 9 from User Space - - - - -
-
-
SYSFATAL(3)SYSFATAL(3) -
-
-

NAME
- -
- - sysfatal – system error messages
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h> -
-
- void sysfatal(char *fmt, ...)
-
-
-

DESCRIPTION
- -
- - Sysfatal prints to standard error the name of the running program, - a colon and a space, the message described by the print(3) format - string fmt and subsequent arguments, and a newline. It then calls - exits(3) with the formatted message as argument. The program’s - name is the value of argv0, which will be set if the - program uses the arg(3) interface to process its arguments. If - argv0 is null, it is ignored and the following colon and space - are suppressed.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/lib9/sysfatal.c
-
-
-

SEE ALSO
- -
- - intro(3), errstr(3), the %r format in print(3)
- -
- -

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