oracle / dtrace-utils

DTrace-utils contains the DTrace port to Linux
Other
153 stars 20 forks source link

dtprobed: missing man page? #94

Closed thesamesam closed 3 weeks ago

thesamesam commented 3 months ago
$ cat /usr/lib/systemd/system/dtprobed.service
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.

[Unit]
Description=DTrace USDT probe creation daemon
Documentation=man:dtprobed(8)
DefaultDependencies=no
Requires=sysinit.target
Wants=sysinit.target sockets.target paths.target
After=sysinit.target sockets.target paths.target
Before=basic.target
[...]

I don't see dtprobed(8) on my system or in the repo.

nickalcock commented 2 months ago

... you're quite right. I knew I'd forgotten something. I'll write one.

nickalcock commented 1 month ago

Ugh, this means I have to remember enough groff, or do the traditional thing and cargo-cult it. On it.

thesamesam commented 3 weeks ago

Thanks!