From: Matt Birkholz Date: Wed, 15 Feb 2017 20:48:30 +0000 (-0700) Subject: ref-manual: Use an @xref to make Subprocess Options easier to find. X-Git-Tag: mit-scheme-pucked-9.2.12~220^2~98 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fe898a75c6569727d3fa44a732c9b5e1cd163e7e;p=mit-scheme.git ref-manual: Use an @xref to make Subprocess Options easier to find. --- diff --git a/doc/ref-manual/os-interface.texi b/doc/ref-manual/os-interface.texi index a9b2fe4d5..7eef0277d 100644 --- a/doc/ref-manual/os-interface.texi +++ b/doc/ref-manual/os-interface.texi @@ -2070,7 +2070,7 @@ a command shell for interpretation; how the shell is chosen is detailed below. The @var{option}s are a sequence of keyword/value pairs that specify -optional behavior. See below for more information about options. +optional behavior. @xref{Subprocess Options}. @code{run-shell-command} waits until the subprocess completes its execution and returns the exit code from the subprocess. If the @@ -2085,7 +2085,7 @@ a pathname to a specific program. @var{Arguments} must be a list of strings; each string is a single command-line argument to the program. The @var{option}s are a sequence of keyword/value pairs that specify -optional behavior. See below for more information about options. +optional behavior. @xref{Subprocess Options}. @code{run-synchronous-subprocess} waits until the subprocess completes its execution and returns the exit code from the subprocess. If the