Opened 12 years ago
Closed 12 years ago
#1610 closed defect (fixed)
texi2pod removes backslashes
Reported by: | Clément Bœsch | Owned by: | stefano |
---|---|---|---|
Priority: | normal | Component: | documentation |
Version: | unspecified | Keywords: | manpages texi2pod pod texi |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | yes |
Description
While HTML FFmpeg documentation output is OK, the manpage has some backslashes issues:
[~/src/ffmpeg]☭ grep "select='" doc/filters.texi select='eq(pict_type\,I)' select='not(mod(n\,100))' select='gte(t\,10)*lte(t\,20)' select='gte(t\,10)*lte(t\,20)*eq(pict_type\,I)' select='isnan(prev_selected_t)+gte(t-prev_selected_t\,10)' ffmpeg -i video.avi -vf select='gt(scene\,0.4)',scale=160:120,tile -frames:v 1 preview.png
[~/src/ffmpeg]☭ ./doc/texi2pod.pl -Idoc doc/ffmpeg.texi doc/ffmpeg.pod
[~/src/ffmpeg]☭ grep "select='" doc/ffmpeg.pod select='eq(pict_type,I)' select='not(mod(n,100))' select='gte(t,10)*lte(t,20)' select='gte(t,10)*lte(t,20)*eq(pict_type,I)' select='isnan(prev_selected_t)+gte(t-prev_selected_t,10)' ffmpeg -i video.avi -vf select='gt(scene,0.4)',scale=160:120,tile -frames:v 1 preview.png
The backslashes disappeared and thus are not displayed in the manpage.
Change History (4)
comment:1 by , 12 years ago
Component: | undetermined → documentation |
---|---|
Owner: | set to |
Summary: | texi2pod removes backslahes → texi2pod removes backslashes |
comment:2 by , 12 years ago
Reproduced by developer: | set |
---|---|
Status: | new → open |
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Analyzed by developer: | set |
---|---|
Keywords: | texi2pod pod texi added |
Resolution: | → fixed |
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed in: