From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/language/doc/back.hlp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pkg/language/doc/back.hlp (limited to 'pkg/language/doc/back.hlp') diff --git a/pkg/language/doc/back.hlp b/pkg/language/doc/back.hlp new file mode 100644 index 00000000..236d65b2 --- /dev/null +++ b/pkg/language/doc/back.hlp @@ -0,0 +1,28 @@ +.help back Feb86 language +.ih +NAME +back -- return to the previous directory +.ih +USAGE +back +.ih +PARAMETERS +None. +.ih +DESCRIPTION +\fIBack\fR is used after a call to \fIchdir\fR or \fIcd\fR to return to the +previous directory. Repetitive calls to \fIback\fR may be used to toggle +between two directories. +.ih +EXAMPLES +1. Go to the logical directory "dataio". + + cl> cd dataio + +2. Return to the previous directory, and then go back to the dataio directory. + + cl> back;back +.ih +SEE ALSO +chdir, pathnames +.endhelp -- cgit