-.\" $OpenBSD: printf.9,v 1.24 2015/11/07 03:48:25 mmcc Exp $
+.\" $OpenBSD: printf.9,v 1.25 2021/04/04 15:25:11 kn Exp $
.\" $NetBSD: kprintf.9,v 1.6 1999/03/16 00:40:47 garbled Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 7 2015 $
+.Dd $Mdocdate: April 4 2021 $
.Dt PRINTF 9
.Os
.Sh NAME
Since each of these kernel functions is a variant of its user space
counterpart, this page describes only the differences between the user
space and kernel versions.
+.Pp
+Only a subset of the user space conversion specification is available to the
+kernel version:
+.Bd -filled -offset indent
+.Sm off
+.Cm %
+.Op Ar width
+.Op Ar size
+.Ar conversion
+.Sm on
+.Ed
+.Pp
Refer to
.Xr printf 3
for functional details.