From 1287b9d82382bf22e16edda67eae755f07397f2e Mon Sep 17 00:00:00 2001 From: "David Adam (zanchey)" Date: Sun, 12 May 2013 15:56:01 +0800 Subject: Help cleanup Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while. --- doc_src/status.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc_src/status.txt') diff --git a/doc_src/status.txt b/doc_src/status.txt index a14ee919..d6238ae3 100644 --- a/doc_src/status.txt +++ b/doc_src/status.txt @@ -6,16 +6,16 @@ \subsection status-description Description With no arguments, status displays a summary of the current login and job control status of the shell. -The following arguments are available: -- -c or --is-command-substitution returns 0 if fish is currently executing a command substitution -- -b or --is-block returns 0 if fish is currently executing a block of code -- -i or --is-interactive returns 0 if fish is interactive, i.e.connected to a keyboard -- -l or --is-login returns 0 if fish is a login shell, i.e. if fish should perform login tasks such as setting up the PATH. -- --is-full-job-control returns 0 if full job control is enabled -- --is-interactive-job-control returns 0 if interactive job control is enabled -- --is-no-job-control returns 0 if no job control is enabled -- -f or --current-filename prints the filename of the currently running script -- -n or --current-line-number prints the line number of the currently running script -- -j CONTROLTYPE or --job-control=CONTROLTYPE set the job control type. Can be one of: none, full, interactive -- -t or --print-stack-trace prints a stack trace of all function calls on the call stack -- -h or --help display a help message and exit +The following options are available: +- -c or --is-command-substitution returns 0 if fish is currently executing a command substitution. +- -b or --is-block returns 0 if fish is currently executing a block of code. +- -i or --is-interactive returns 0 if fish is interactive - that is, connected to a keyboard. +- -l or --is-login returns 0 if fish is a login shell - that is, if fish should perform login tasks such as setting up the PATH. +- --is-full-job-control returns 0 if full job control is enabled. +- --is-interactive-job-control returns 0 if interactive job control is enabled. +- --is-no-job-control returns 0 if no job control is enabled. +- -f or --current-filename prints the filename of the currently running script. +- -n or --current-line-number prints the line number of the currently running script. +- -j CONTROLTYPE or --job-control=CONTROLTYPE sets the job control type, which can be none, full, or interactive. +- -t or --print-stack-trace prints a stack trace of all function calls on the call stack. +- -h or --help displays a help message and exit. -- cgit v1.2.3