File: angle_bracket_syntax.roff

package info (click to toggle)
ruby-ronn 0.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ruby: 1,587; sh: 22; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH "ANGLE_BRACKET_SYNTAX" "5" "January 1979" ""
.SH "NAME"
\fBangle_bracket_syntax\fR \- angle bracket syntax test
.P
A \fIWORD\fR in angle brackets is converted to \fIWORD\fR,
.IP "" 4
.nf
except when <WORD> is
part of a preformatted
code block,
.fi
.IP "" 0
.P
or when \fB<WORD>\fR is enclosed in backticks\.
.P
or when \fIWORD\fR has a
.SH "Escaping angle brackets"
You can escape <angle> <brackets> with backslashes, since we're using GitHub Flavored Markdown\.
.P
Example:
.P
\fBpxzgrep\fR [\fB\-p\fR<n>] [\fB\-V\fR] [<xzgrep options>] <pattern> <file1> <file2> [<more files>]
.P
(Though really you should just put that in a fenced code block\.)