Skip to content

Commit 7847d36

Browse files
committed
gen-changes: minor fixes.
1 parent fe694db commit 7847d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen-changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ perl twiki2pod.pl a.twiki \
44
| pod2text -u -i 1 -w 69 - \
55
| perl -e '$s = do { local $/; <> }; $s =~ s/(<http[^>]+)\n\s+([^>]+?>)/$1$2/g; $s =~ s/[ \/]~([A-Z][_0-9A-Za-z]+)\b/ $1/g; print $s' \
66
| sed 's/\<LuaNginxModule\>/the ngx_lua module/' \
7+
| sed 's/\<NginxDevelKit\>/the ngx_devel_kit (NDK) module/' \
78
| sed 's/\<SrcacheNginxModule\>/the ngx_srcache module/' \
89
| sed 's/\<LuaRestyCoreLibrary\>/the lua-resty-core library/' \
910
| sed 's/\<LuaCjsonLibrary\>/the lua-cjson library/' \

0 commit comments

Comments
 (0)