git: 9front

Download patch

ref: f6f687b402c4f0c8a0c37ebc2ada728db71c81a1
parent: 3f8fe9620052cb10f3e3c5e38c4290fe5de322e3
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 17 22:41:15 EDT 2019

dtracy(1): fix print(2) reference

--- a/sys/man/1/dtracy
+++ b/sys/man/1/dtracy
@@ -80,7 +80,7 @@
 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
--