summaryrefslogtreecommitdiff
path: root/lib/libstand/libstand.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/libstand.3')
-rw-r--r--lib/libstand/libstand.320
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index aa5365ed43d70..4d4b287b3583f 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: libstand.3,v 1.2 1998/11/01 09:31:08 msmith Exp $
+.\" $Id$
.\"
.Dd June 22, 1998
.Dt LIBSTAND 3
@@ -124,19 +124,6 @@ may be used to prevent a variable being unset.
.Pp
Returns error messages for the subset of errno values supported by
.Nm No .
-.It Fn "assert" "expression"
-.Pp
-Requires
-.Fd #include <assert.h>
-.It Fn "int setjmp" "jmp_buf env"
-.It Fn "void longjmp" "jmp_buf env" "int val"
-.Pp
-Defined as
-.Fn _setjmp
-and
-.Fn _lonjmp
-respectively as there is no signal state to manipulate. Requires
-.Fd #include <setjmp.h>
.El
.Sh CHARACTER I/O
.Bl -hang -width 10n
@@ -168,7 +155,6 @@ if successful, or -1 if a read error occurs.
.It Fn "int printf" "const char *fmt" "..."
.It Fn "void vprintf" "const char *fmt" "va_list ap"
.It Fn "int sprintf" "char *buf" "const char *fmt" "..."
-.It Fn "void vsprintf" "char *buf" "const char *fmt" "va_list ap"
.Pp
The *printf functions implement a subset of the standard
.Fn printf
@@ -462,10 +448,6 @@ and
.Nm libkern
from
.Fx 3.0 .
-.It
-.Nm zalloc
-from
-.An Matthew Dillon Aq dillon@backplane.com
.El
.Pp
The reorganisation and port to