File: edit.tex

package info (click to toggle)
acs 021-2.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,196 kB
  • ctags: 2,629
  • sloc: cpp: 15,013; makefile: 166
file content (40 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%$Id: edit.tex,v 1.2 96/03/30 18:03:13 al Exp $
% man commands edit .
%------------------------------------------------------------------------
\section{{\tt EDIT} command}
\index{edit command}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt Edit} \\
{\tt Edit} {\it file}
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}

Use your editor to change the circuit.
%------------------------------------------------------------------------
\subsection{Comments}

The {\tt edit} command runs your editor on a copy of the circuit in memory, 
then reloads it.

{\tt Edit} {\it file} runs your editor on the specified {\it file}.

If you are only changing a component value, the {\tt modify} command may be
easier to use.

The program uses the {\tt EDITOR} environment variable to find the editor
to use.  The command fails if there is no {\tt EDITOR} defined.
%------------------------------------------------------------------------
\subsection{Examples}

\begin{description}

\item[{\tt edit}] Brings up your editor on the circuit.

\item[{\tt edit .acsrc}] Edits the file {\tt .acsrc} in your current directory.

\end{description}
%------------------------------------------------------------------------
%------------------------------------------------------------------------