summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-31 19:55:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-07-31 19:55:45 +0000
commit16821b4923dcf0f70fcfbfa03efa5647b004255b (patch)
tree8c78a8622bb40347fe9e4e59acfd380f557014da /share
parent91625253087e46c07260c33a211befa26db14528 (diff)
there is no tprintf
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/printf.95
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/printf.9 b/share/man/man9/printf.9
index ccaf82372e6..87db6c3b15a 100644
--- a/share/man/man9/printf.9
+++ b/share/man/man9/printf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.9,v 1.5 2000/10/12 18:06:02 aaron Exp $
+.\" $OpenBSD: printf.9,v 1.6 2001/07/31 19:55:44 deraadt Exp $
.\" $NetBSD: kprintf.9,v 1.6 1999/03/16 00:40:47 garbled Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -225,8 +225,7 @@ bail("descriptor %d is invalid.", 5)
.Xr revoke 2 ,
.Xr printf 3 ,
.Xr ddb 4 ,
-.Xr log 9 ,
-.Xr tprintf 9
+.Xr log 9
.Sh CODE REFERENCES
.Pa sys/kern/subr_prf.c
.Sh LIMITATIONS