]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/guess.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / guess.d.1m
1 .TH guess.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 guess.d \- guessing game. Uses DTrace.
4 .SH SYNOPSIS
5 .B guess.d
6 .SH DESCRIPTION
7 This is written to demonstrate this language versus the same program
8 written in other languages.
9
10 See http://www.brendangregg.com/guessinggame.html
11
12 It exists in the DTraceToolkit as a curiosity, rather than something
13 actually useful.
14
15 Since this uses DTrace, only the root user or users with the
16 dtrace_kernel privilege can run this command.
17 .SH OS
18 Solaris
19 .SH STABILITY
20 stable - needs the syscall provider.
21 .SH EXAMPLES
22 .TP
23 Play the game,
24
25 .B guess.d
26 .PP
27 .SH DOCUMENTATION
28 See the DTraceToolkit for further documentation under the 
29 Docs directory. The DTraceToolkit docs may include full worked
30 examples with verbose descriptions explaining the output.
31 .SH EXIT
32 guess.d will only exit when you win the game.
33 .SH AUTHOR
34 Brendan Gregg
35 [Sydney, Australia]
36 .SH SEE ALSO
37 dtrace(1M)