forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.1
More file actions
46 lines (46 loc) · 964 Bytes
/
Copy pathtemplate.1
File metadata and controls
46 lines (46 loc) · 964 Bytes
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
.TH TEMPLATE 1
.SH NAME
template, blueprint \- a blueprint for making manual pages
.SH SYNOPSIS
.B template
.RB [ \-az ]
.RI [ arguments " ...]"
.SH DESCRIPTION
.de SP
.if t .sp 0.4
.if n .sp
..
.B Template
shows what a manual page should look like. Options for instance:
.SH OPTIONS
.TP
.B \-a
Use boldface for characters that have to be typed as is.
.TP
.B \-z
Italics for variable
.IR arguments .
.SH ENVIRONMENT
.TP 15n
.B MANPATH
The path to knowledge.
.SH FILES
.TP 25n
.B /usr/man/template.1
This file.
.SH "SEE ALSO"
.BR man (7).
.SH DIAGNOSTICS
man: No manual on template.
.SH NOTES
Use at your own risk.
.SH BUGS
A lot. The
.BR whatis (5)
database is usually generated automatically on most
systems. This fails if the "NAME" section has more n/troff fluff than just
an "\e" before the '\-', or is more than one line. Apply the KISS
principle, try to use a minimum of smart macros, match your .RS and .RE's,
etc.
.SH AUTHOR
Kees J. Bot <kjb@cs.vu.nl>