diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-04-22 12:25:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-04-22 12:27:36 +0200 |
commit | c07a9474ed54fb7eda17b801770cf65acda9ba7f (patch) | |
tree | 6f0b2a68a10baca9fcf40ea2bccc4fe4b3874432 | |
parent | bbdb885d9cc40077bf50a6d13be74b9d07a50e59 (diff) |
man/feh: escape %V (mdoc macro)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | man/feh.pre | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ git HEAD absolute path in .fehbg (closes #153) * Add --scroll-step <px> option to change scroll_{up,left,down,right} scroll offset in pixels + * feh(1): Escape %V (interpreted as mdoc macro) + (closes debian #745467) Fri, 28 Feb 2014 18:20:25 +0100 Daniel Friesel <derf+feh@finalrewind.org> diff --git a/man/feh.pre b/man/feh.pre index 00bc855..6e33769 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -922,7 +922,7 @@ Image width .Nm version . -.It %V +.It \&%V . Process ID . |