diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-29 16:06:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-29 16:06:46 +0000 |
commit | f399ce15565b68f6f6836a9bc9b875560697cd13 (patch) | |
tree | 6d92fa1158b3732762d2bb97edaccc14911475bd /mdoc.7 | |
parent | 3bf902d15d0372b6a9e98f91fe4d29f271932d79 (diff) | |
download | mandoc-f399ce15565b68f6f6836a9bc9b875560697cd13.tar.gz |
Migrate `Nm' and `Pa' handling from mdoc_action.c into mdoc_validate.c.
Document that `Pa' is replaced by a tilde, just like `Mt'.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2308,6 +2308,9 @@ and .Sx \&Ux . .Ss \&Pa A file-system path. +If an argument is not provided, the string +.Dq \(ti +is used as a default. .Pp Examples: .D1 \&.Pa /usr/bin/mandoc |