Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: handler/mac/crashpad_handler.ad

Issue 1018023002: Allow man pages to link to each other (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@doc_script
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/generate_asciidoc.sh ('k') | tools/generate_dump.ad » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/mac/crashpad_handler.ad
diff --git a/handler/mac/crashpad_handler.ad b/handler/mac/crashpad_handler.ad
index 56c65119d6b94ac404d4c5de27ac6cba669a3013..e337b3c72909ce9c578d01ce4483ca751ba44d3f 100644
--- a/handler/mac/crashpad_handler.ad
+++ b/handler/mac/crashpad_handler.ad
@@ -43,8 +43,9 @@ senders, the server exits after allowing any upload in progress to complete.
It is not normally appropriate to invoke this program directly. Usually, it will
be invoked by a Crashpad client using the Crashpad client library. Arbitrary
-programs may be run with a Crashpad handler by using run_with_crashpad(1) to
-establish the Crashpad client environment before running a program.
+programs may be run with a Crashpad handler by using
+man_link:run_with_crashpad[1] to establish the Crashpad client environment
+before running a program.
== Options
*--annotation*='KEY=VALUE'::
@@ -99,8 +100,8 @@ Failure, with a message printed to the standard error stream.
== See Also
-catch_exception_tool(1),
-generate_dump(1),
-run_with_crashpad(1)
+man_link:catch_exception_tool[1],
+man_link:generate_dump[1],
+man_link:run_with_crashpad[1]
include::../../doc/man_footer.ad[]
« no previous file with comments | « doc/generate_asciidoc.sh ('k') | tools/generate_dump.ad » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698