From b0e8f3e3e48f912e0e5c1aeff72bed66059e2d70 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Fri, 19 Dec 2014 18:44:35 -0500 Subject: [PATCH] tools: Restore Resources, Copyright, and License to man pages. This updates moved man pages to reference man_footer.ad by a proper relative path following 39f69c862af6. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/820803003 --- tools/mac/catch_exception_tool.ad | 2 +- tools/mac/exception_port_tool.ad | 2 +- tools/mac/on_demand_service_tool.ad | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/mac/catch_exception_tool.ad b/tools/mac/catch_exception_tool.ad index 446cbd3e..3b437845 100644 --- a/tools/mac/catch_exception_tool.ad +++ b/tools/mac/catch_exception_tool.ad @@ -114,4 +114,4 @@ Failure, with a message printed to the standard error stream. exception_port_tool(1), on_demand_service_tool(1) -include::man_footer.ad[] +include::../man_footer.ad[] diff --git a/tools/mac/exception_port_tool.ad b/tools/mac/exception_port_tool.ad index f1814d52..d781a417 100644 --- a/tools/mac/exception_port_tool.ad +++ b/tools/mac/exception_port_tool.ad @@ -184,4 +184,4 @@ The program specified by 'COMMAND' could not be found. catch_exception_tool(1), on_demand_service_tool(1) -include::man_footer.ad[] +include::../man_footer.ad[] diff --git a/tools/mac/on_demand_service_tool.ad b/tools/mac/on_demand_service_tool.ad index 421f17b1..8bf596c9 100644 --- a/tools/mac/on_demand_service_tool.ad +++ b/tools/mac/on_demand_service_tool.ad @@ -99,4 +99,4 @@ exception_port_tool(1), launchctl(1) on_demand_service_tool(1) -include::man_footer.ad[] +include::../man_footer.ad[]