dtracy(1): fix print(2) reference

This commit is contained in:
cinap_lenrek 2019-03-18 02:41:15 +01:00
parent 8f5d831e9e
commit c8fcefb38b

View file

@ -80,7 +80,7 @@ CPU number on which the probe was triggered
prints all its arguments, separated by spaces and followed by a newline.
.I Printf
prints its arguments using a format string with
.IR print (1)
.IR print (2)
syntax.
However, there is no need to specify the argument size, e.g. \fL%d\fR works for all integer types.
.PP