summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-07-31 19:55:44 +0000
committerderaadt <deraadt@openbsd.org>2001-07-31 19:55:44 +0000
commitd9cd001ede785d78ecf1571ab564ec14b7b2d78c (patch)
tree687adbbf0759df6b351d3697a8ca01ea9c44e9bd
parentshrink even more (diff)
downloadwireguard-openbsd-d9cd001ede785d78ecf1571ab564ec14b7b2d78c.tar.xz
wireguard-openbsd-d9cd001ede785d78ecf1571ab564ec14b7b2d78c.zip
there is no tprintf
-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