]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Fd/arg.in
Rename mandoc_getarg() to roff_getarg() and pass it the roff parser
[mandoc.git] / regress / mdoc / Fd / arg.in
1 .\" $OpenBSD: arg.in,v 1.1 2018/12/21 16:58:49 schwarze Exp $
2 .Dd $Mdocdate: December 21 2018 $
3 .Dt FD-ARG 2
4 .Os
5 .Sh NAME
6 .Nm Fd-arg
7 .Nd escape sequences in the arguments of in-line EOL macros
8 .Sh DESCRIPTION
9 .ds s \(sh
10 .Fd \*sunquoted unescaped
11 .Pp
12 .Fd "\*squoted" unescaped
13 .Pp
14 .Fd \\*sunquoted escaped
15 .Pp
16 .Fd "\\*squoted" escaped