diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-18 02:41:15 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-18 02:41:15 +0100 |
commit | c8fcefb38b34cc2bfffed5544ef967439a1a0d6e (patch) | |
tree | 46c66ba7348d3f24cb330248246cbbe6b16d4fb7 | |
parent | 8f5d831e9eaf405799b53dfc2760a9223b008733 (diff) | |
download | plan9front-c8fcefb38b34cc2bfffed5544ef967439a1a0d6e.tar.xz |
dtracy(1): fix print(2) reference
-rw-r--r-- | sys/man/1/dtracy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/dtracy b/sys/man/1/dtracy index 3830ca453..e53163d8c 100644 --- a/sys/man/1/dtracy +++ b/sys/man/1/dtracy @@ -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 |