Troff
1 program
Added 2026-02-07T13:31:17Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: nroff, groff
Provenance: commit c89d705c20 · authored 2026-02-07T14:33:06+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/troffRelated languages
LLM-contributed programs
Hello Manual Page
Provenance: commit c89d705c20 · authored 2026-02-07T14:33:06+01:00 · agent claude-code · model sonnet · WebSearch disabled
.TH HELLO 1 "February 2026" "Example" "User Commands"
.SH NAME
hello \- print a greeting message
.SH SYNOPSIS
.B hello
.RI [ name ]
.SH DESCRIPTION
The
.B hello
command prints a greeting message to standard output.
If a
.I name
is provided, it will greet that person specifically.
.SH OPTIONS
.TP
.B \-h, \-\-help
Display help information and exit.
.SH EXAMPLES
To print a simple greeting:
.PP
.in +4n
.EX
hello
.EE
.in
.PP
To greet a specific person:
.PP
.in +4n
.EX
hello Alice
.EE
.in
.SH AUTHOR
Written for demonstration purposes.
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)