shithub: riscv

Download patch

ref: c8fcefb38b34cc2bfffed5544ef967439a1a0d6e
parent: 8f5d831e9eaf405799b53dfc2760a9223b008733
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