From: Mark Wooding Date: Fri, 25 May 2018 23:23:13 +0000 (+0100) Subject: (manpages): Fix inclusion of `defs.man'. X-Git-Tag: 1.5.0~85 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/cd450424c2c6891ea7a622aeba2340b7e2d39eeb?ds=sidebyside (manpages): Fix inclusion of `defs.man'. When the manpage machinery was last turned upside-down, way back in 2008 (commit e99aedcf9373b3305c32e510c086bf3357b4736a), all of the manpages were fixed to say `.so ../common/defs.man' instead of `.so ../defs.man.in'. Inexplicably, all but one of the manpages added since then have had the wrong include request. Fix this silliness. Note that this only affects formatting the manpages directly from the source tree: there's build machinery which embeds the common definitions in the built manpages which are installed or packaged, and that works just fine. But it's still good to get this stuff right. Just maybe I can avoid introducing more broken manpages in the future. --- diff --git a/peerdb/peers.cdb.5.in b/peerdb/peers.cdb.5.in index 916d94c0..100584a8 100644 --- a/peerdb/peers.cdb.5.in +++ b/peerdb/peers.cdb.5.in @@ -23,7 +23,7 @@ .\" along with TrIPE. If not, see . . .\"-------------------------------------------------------------------------- -.so ../defs.man.in \"@@@PRE@@@ +.so ../common/defs.man \"@@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH peers.cdb 5tripe "27 March 2008" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption" diff --git a/peerdb/peers.in.5.in b/peerdb/peers.in.5.in index d7ab2a6d..377501d2 100644 --- a/peerdb/peers.in.5.in +++ b/peerdb/peers.in.5.in @@ -23,7 +23,7 @@ .\" along with TrIPE. If not, see . . .\"-------------------------------------------------------------------------- -.so ../defs.man.in \"@@@PRE@@@ +.so ../common/defs.man \"@@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH peers.in 5tripe "27 March 2008" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption" diff --git a/peerdb/tripe-newpeers.8.in b/peerdb/tripe-newpeers.8.in index e5024b25..6ab2f9a9 100644 --- a/peerdb/tripe-newpeers.8.in +++ b/peerdb/tripe-newpeers.8.in @@ -23,7 +23,7 @@ .\" along with TrIPE. If not, see . . .\"-------------------------------------------------------------------------- -.so ../defs.man.in \"@@@PRE@@@ +.so ../common/defs.man \"@@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH tripe-newpeers 8tripe "11 December 2008" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption" diff --git a/server/tripe-service.7.in b/server/tripe-service.7.in index dfc87cc7..4fe770ff 100644 --- a/server/tripe-service.7.in +++ b/server/tripe-service.7.in @@ -23,7 +23,7 @@ .\" along with TrIPE. If not, see . . .\"-------------------------------------------------------------------------- -.so ../defs.man.in \"@@@PRE@@@ +.so ../common/defs.man \"@@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH tripe-service 7tripe "8 January 2007" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption" diff --git a/svc/connect.8.in b/svc/connect.8.in index 91dfd631..86945ce4 100644 --- a/svc/connect.8.in +++ b/svc/connect.8.in @@ -23,7 +23,7 @@ .\" along with TrIPE. If not, see . . .\"-------------------------------------------------------------------------- -.so ../defs.man.in \"@@@PRE@@@ +.so ../common/defs.man \"@@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH connect 8tripe "11 December 2007" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption" diff --git a/svc/tripe-ifup.8.in b/svc/tripe-ifup.8.in index 8484c7ba..6385d131 100644 --- a/svc/tripe-ifup.8.in +++ b/svc/tripe-ifup.8.in @@ -23,7 +23,7 @@ .\" along with TrIPE. If not, see . . .\"-------------------------------------------------------------------------- -.so ../defs.man.in \"@@@PRE@@@ +.so ../common/defs.man \"@@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH tripe-ifup 8tripe "20 December 2008" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption"