blob: 099e5d9cd35dcf65a6dbb119e86ba85e987f505a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# $KTH: frame.ctx,v 1.1 2000/06/01 14:31:00 lha Exp $
# This is a comment
%name description
description here
%name os
"Some environment"
%name section
1
%command somecommand
Some help text that takes
.Ar argument
%command someothercommand
Even more helptext
%section bugs
Manual pages are boring to write
%section history
This file is not that old.
%section see also
.Xr ls(1),
.Xr some-other-command(7).
%section authors
Mini-me <me@example.org>
%section description
This is part of the DESCRIPTION section
%section errors
This is part of the ERRORS section
|