Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_manpages.dpatch by Magnus Holmgren <magnus@kibibyte.se>
##
## DP: Fix certain errors in man pages (more systematic errors are
## DP: fixed with sed on the package build directory).

@DPATCH@

--- pmk-0.10.1.orig/man/scanfile.5
+++ pmk-0.10.1/man/scanfile.5
@@ -159,7 +159,7 @@
        HEADERS = ("libtest.h")
 }
 .Ed
-
+.El
 .Sh SEE ALSO
 .Xr pmkscan 1 ,
 .Xr pmkfile 5
--- pmk-0.10.1.orig/man/pmk.conf.5
+++ pmk-0.10.1/man/pmk.conf.5
@@ -269,7 +269,8 @@
 # misc
 PC_PATH_LIB = "$PREFIX/lib/pkgconfig"
 PREFIX = "/usr/local"
-SYSCONFDIR = "/etc".Ed
+SYSCONFDIR = "/etc"
+.Ed
 .Pp
 .Sh SEE ALSO
 .Xr make 1 ,