BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Mon, 26 Nov 1979 14:21:41 +0000 (06:21 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Mon, 26 Nov 1979 14:21:41 +0000 (06:21 -0800)
Work on file usr/man/man0/cshwhatis

Synthesized-from: 3bsd

usr/man/man0/cshwhatis [new file with mode: 0644]

diff --git a/usr/man/man0/cshwhatis b/usr/man/man0/cshwhatis
new file mode 100644 (file)
index 0000000..380c201
--- /dev/null
@@ -0,0 +1,41 @@
+.TH CSH 1      csh \- alias: shell macros.
+.TH CSH 1      csh \- break: exit while/foreach loop.
+.TH CSH 1      csh \- breaksw: exit from switch.
+.TH CSH 1      csh \- case: selector in switch.
+.TH CSH 1      csh \- cd: change directory.
+.TH CSH 1      csh \- chdir: change directory.
+.TH CSH 1      csh \- continue: cycle in loop.
+.TH CSH 1      csh \- default: catchall clause in switch.
+.TH CSH 1      csh \- echo: echo arguments.
+.TH CSH 1      csh \- else: alternative commands.
+.TH CSH 1      csh \- end: terminate loop.
+.TH CSH 1      csh \- endif: terminate conditional.
+.TH CSH 1      csh \- endsw: terminate switch.
+.TH CSH 1      csh \- exec: overlay shell with specified command.
+.TH CSH 1      csh \- exit: leave shell.
+.TH CSH 1      csh \- foreach: loop over list of names.
+.TH CSH 1      csh \- glob: filename expand argument list.
+.TH CSH 1      csh \- goto: command transfer.
+.TH CSH 1      csh \- hashstat: print command hashing statistics.
+.TH CSH 1      csh \- history: print history event list.
+.TH CSH 1      csh \- if: conditional statement.
+.TH CSH 1      csh \- login: login new user.
+.TH CSH 1      csh \- logout: end session.
+.TH CSH 1      csh \- nice: run low priority process.
+.TH CSH 1      csh \- nohup: run command immune to hangups.
+.TH CSH 1      csh \- onintr: process interrupts in command scripts.
+.TH CSH 1      csh \- rehash: recompute command hash table.
+.TH CSH 1      csh \- repeat: execute command repeatedly.
+.TH CSH 1      csh \- set: change value of shell variable.
+.TH CSH 1      csh \- setenv: set variable in environment.
+.TH CSH 1      csh \- shift: manipulate argument list.
+.TH CSH 1      csh \- source: read commands from file.
+.TH CSH 1      csh \- switch: multi-way command branch.
+.TH CSH 1      csh \- time: time command.
+.TH CSH 1      csh \- umask: change or display file creation mask.
+.TH CSH 1      csh \- unalias: remove aliases.
+.TH CSH 1      csh \- unhash: discard command hash table.
+.TH CSH 1      csh \- unset: discard shell variables.
+.TH CSH 1      csh \- wait: wait for background processes to complete.
+.TH CSH 1      csh \- while: repeat commands conditionally.
+.TH CSH 1      csh \- @: arithmetic on shell variables.