No description
Find a file
axel 631acd529d Fix typo in sudo completions
darcs-hash:20060128022054-ac50b-8d859c4481c34c5830e9b5fa9e436e165160547e.gz
2006-01-28 12:20:54 +10:00
doc_src Add comment in documentation for set builtin about not allowing switches after non-switches 2006-01-28 12:19:33 +10:00
init Fix typo in sudo completions 2006-01-28 12:20:54 +10:00
po More spelling fixes from Hermann J. Beckers 2006-01-28 10:34:59 +10:00
tests Fix broken regression test (irony?) 2005-10-02 23:44:06 +10:00
builtin.c Smaller edits 2006-01-25 04:14:10 +10:00
builtin.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
builtin_commandline.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
builtin_complete.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
builtin_help.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
builtin_help.hdr Add missing include in builtin_help.hdr 2005-12-20 18:57:46 +10:00
builtin_set.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
builtin_ulimit.c Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
common.c Add support for correctly handling illegal character strings 2006-01-28 12:03:29 +10:00
common.h Add support for correctly handling illegal character strings 2006-01-28 12:03:29 +10:00
complete.c Minor edits, mostly tweaks of the API documentation 2006-01-24 09:33:47 +10:00
complete.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
config.guess Initial revision 2005-09-20 23:26:39 +10:00
config.sub Initial revision 2005-09-20 23:26:39 +10:00
configure.ac Add translation support to wgetopt library 2006-01-28 12:17:40 +10:00
count.c Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile.user Initial revision 2005-09-20 23:26:39 +10:00
env.c Make it possible to create zero length environment variable arrays without using the ENV_USER flag 2006-01-27 01:48:23 +10:00
env.h Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements 2005-10-14 21:40:33 +10:00
env_universal.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
env_universal.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.c Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
event.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
event.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
exec.c Add support for correctly handling illegal character strings 2006-01-28 12:03:29 +10:00
exec.h Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
expand.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
expand.h Spelling 2005-12-08 01:57:17 +10:00
fish.spec.in Add manual page for fish_pager command 2006-01-25 04:07:29 +10:00
fish_pager.c Add support for correctly handling illegal character strings 2006-01-28 12:03:29 +10:00
fish_tests.c Spelling 2005-12-08 01:57:17 +10:00
fishd.c Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs* fallback functions, secondly MSG_DONTWAIT (a socket flag) is set to zero if it isn't already defined 2006-01-26 19:57:06 +10:00
function.c Add function stack trace to error output 2006-01-27 00:48:10 +10:00
function.h Add function stack trace to error output 2006-01-27 00:48:10 +10:00
gen_hdr.sh Multiple portability fixes 2005-10-11 02:12:55 +10:00
gen_hdr2.c Initial revision 2005-09-20 23:26:39 +10:00
highlight.c Fix problem bug breaking completion in commands with multiple subshells 2005-10-25 21:03:52 +10:00
highlight.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
history.c Fix infinite loop in token search 2005-12-13 04:30:55 +10:00
history.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
input.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
input.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
input_common.c Add missing includes in input_common.c 2006-01-19 22:23:22 +10:00
input_common.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
INSTALL Corrections to the INSTALL file 2006-01-16 07:26:39 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
io.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
key_reader.c Set locale in key_reader correctly 2005-09-25 21:32:13 +10:00
kill.c API cleanup 2005-10-07 20:36:51 +10:00
kill.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
main.c Add function stack trace to error output 2006-01-27 00:48:10 +10:00
Makefile.in shellscript functions should use the help command to display help 2006-01-27 03:34:37 +10:00
mimedb.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
output.h Initial imlementation of uname shellscript function 2005-10-17 23:24:12 +10:00
parser.c Fix glitches in stack trace 2006-01-27 01:47:22 +10:00
parser.h Fix glitches in stack trace 2006-01-27 01:47:22 +10:00
proc.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
proc.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
reader.c Add function stack trace to error output 2006-01-27 00:48:10 +10:00
reader.h Do not break stdin when reading a script 2005-10-19 22:07:44 +10:00
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.c Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch) 2006-01-12 00:17:35 +10:00
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
seq.in Check for gettext in seq fallback implementation 2006-01-28 12:18:46 +10:00
set_color.c Add gettext i18n support for the set_color command 2006-01-24 03:37:20 +10:00
signal.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
signal.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
tokenizer.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
tokenizer.h Make sure tokenizer never changes input string 2005-12-10 10:33:35 +10:00
translate.c Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
translate.h Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static 2006-01-24 06:40:14 +10:00
user_doc.head.html Updated some obsolete documentation sections, and added some general polish 2005-12-04 12:27:40 +10:00
util.c Add simple fallback implementation of seq command, installed automatically on systems which lack the regular seq command 2006-01-23 07:07:56 +10:00
util.h util.h should include unistd.h 2006-01-26 22:21:34 +10:00
wgetopt.c Add translation support to wgetopt library 2006-01-28 12:17:40 +10:00
wgetopt.h Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed 2005-12-04 02:43:56 +10:00
wildcard.c the 'unknown' filetype description shouldn't be tranlated, since it is never used 2006-01-24 01:49:23 +10:00
wildcard.h Spelling 2005-12-08 01:57:17 +10:00
wutil.c Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs* fallback functions, secondly MSG_DONTWAIT (a socket flag) is set to zero if it isn't already defined 2006-01-26 19:57:06 +10:00
wutil.h Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs* fallback functions, secondly MSG_DONTWAIT (a socket flag) is set to zero if it isn't already defined 2006-01-26 19:57:06 +10:00
xdgmime.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmime.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimealias.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimealias.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeint.c Use char instead of unsigned char in xdgmime files. Avoids a few warnings. 2005-12-12 08:28:33 +10:00
xdgmimeint.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimemagic.c Use char instead of unsigned char in xdgmime files. Avoids a few warnings. 2005-12-12 08:28:33 +10:00
xdgmimemagic.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.h Initial revision 2005-09-20 23:26:39 +10:00
xsel-0.9.6.tar Initial revision 2005-09-20 23:26:39 +10:00

How to find documentation for fish
==================================

The fish documentation is distributed in an intermediate format. To
view it, you have to type:

  % make user_doc

Which will create the directory user_doc, containing html
documentation for fish. If you build and install fish, the
documentation will be available through the 'help' builtin.

After installation, you can start fish by typing fish in the
terminal. After fish has started, try using the help command for more
information.