diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-24 05:45:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-24 05:45:04 +0000 |
commit | 1dd07b15a1d771e23ba0d050538a2e13f10239f6 (patch) | |
tree | 346735b152c6beb2d9ba0bcacc5f2f7ca463b69b /man.7 | |
parent | 22600541da017c5a8c6de3b241d99a0450041385 (diff) | |
download | mandoc-1dd07b15a1d771e23ba0d050538a2e13f10239f6.tar.gz |
Added `PD' to -man (doesn't do anything, yet).
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -290,6 +290,7 @@ If a next-line macro is proceded by a block macro, it is ignored. .It Sx \&I Ta n Ta next-line .It Sx \&IB Ta n Ta current .It Sx \&IR Ta n Ta current +.It Sx \&PD Ta n Ta current .It Sx \&R Ta n Ta next-line .It Sx \&RB Ta n Ta current .It Sx \&RI Ta n Ta current @@ -308,6 +309,7 @@ If a next-line macro is proceded by a block macro, it is ignored. . .Pp The +.Sx \&PD , .Sx \&RS , .Sx \&RE , .Sx \&UC , @@ -370,6 +372,7 @@ No closure refers to an explicit block closing macro. If a block macro is next-line scoped, it may only be followed by in-line macros (excluding .Sx \&DT , +.Sx \&PD , .Sx \&TH , .Sx \&UC , .Sx \&br , @@ -525,6 +528,8 @@ If .Va width is specified, it's saved for later paragraph left-margins; if unspecified, the saved or default width is used. +.Ss \&PD +Has no effect. Included for compatibility. .Ss \&UC Has no effect. Included for compatibility. .Ss \&br |