From 456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Jul 2020 09:02:03 -0400 Subject: doc: Move manpages into doc/man/ Closes #40044 Signed-off-by: David Goulet --- scripts/maint/checkOptionDocs.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/maint/checkOptionDocs.pl.in') diff --git a/scripts/maint/checkOptionDocs.pl.in b/scripts/maint/checkOptionDocs.pl.in index 6533c762c5..bb8008c2e8 100644 --- a/scripts/maint/checkOptionDocs.pl.in +++ b/scripts/maint/checkOptionDocs.pl.in @@ -39,7 +39,7 @@ loadTorrc("@abs_top_srcdir@/src/config/torrc.sample.in", \%torrcSampleOptions); # Try to figure out what's in the man page. my $considerNextLine = 0; -open(F, "@abs_top_srcdir@/doc/tor.1.txt") or die; +open(F, "@abs_top_srcdir@/doc/man/tor.1.txt") or die; while () { if (m!^(?:\[\[([A-za-z0-9_]+)\]\] *)?\*\*([A-Za-z0-9_]+)\*\*!) { $manPageOptions{$2} = 1; -- cgit v1.2.3-54-g00ecf