diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-10-02 19:14:25 +0900 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-02 18:02:44 -0700 |
commit | 7996ff335e675b229398974f6cbf459843c9bf6d (patch) | |
tree | 1ee84a777b93b7d95ed7811e605e69d09a8163a4 /Documentation/technical/api-run-command.txt | |
parent | dir.c: make dir_add_name() and dir_add_ignored() static (diff) | |
download | tgif-7996ff335e675b229398974f6cbf459843c9bf6d.tar.xz |
run-command.c: remove run_command_v_opt_cd()
This function is not used anywhere.
Johannes Sixt <johannes.sixt@telecom.at>:
> Future callers can use run_command_v_opt_cd_env() instead.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/technical/api-run-command.txt')
-rw-r--r-- | Documentation/technical/api-run-command.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-run-command.txt b/Documentation/technical/api-run-command.txt index 75aa5d4923..82e9e831b6 100644 --- a/Documentation/technical/api-run-command.txt +++ b/Documentation/technical/api-run-command.txt @@ -30,7 +30,7 @@ Functions start_command() followed by finish_command(). Takes a pointer to a `struct child_process` that specifies the details. -`run_command_v_opt`, `run_command_v_opt_cd`, `run_command_v_opt_cd_env`:: +`run_command_v_opt`, `run_command_v_opt_cd_env`:: Convenience functions that encapsulate a sequence of start_command() followed by finish_command(). The argument argv |