From d01519568d0bd9265005ba0e9df887cbdd7ffc05 Mon Sep 17 00:00:00 2001 From: Ales Hvezda Date: Wed, 1 Mar 2006 12:00:58 +0000 Subject: [PATCH] minor tweaks --- docs/gschem/gschem.tex | 8 ++++---- gschem/examples/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gschem/gschem.tex b/docs/gschem/gschem.tex index e64a0b4ad..def9bce34 100644 --- a/docs/gschem/gschem.tex +++ b/docs/gschem/gschem.tex @@ -234,7 +234,7 @@ and manipulated. \item {\bf Page Discard} Closes the current schematic forcefully. If the current schematic is NOT saved then the data is lost forever. - You will NOT be prompted or warned if you have modified the current + You will NOT be promoted or warned if you have modified the current displayed schematic. Use with caution. Useful if you want to unload a schematic quickly. @@ -317,7 +317,7 @@ See the section on electrical connectivity below for more information. or manipulate already placed attributes. An attribute is nothing more than a text item which is in the form - {\tt name=value} (there cannot be any spaced to the left or right of the + {\tt name=value} (there cannot be any space to the left or right of the name,value pair). It can be either unattached or attached. To add an unattached attribute do the following: @@ -1166,7 +1166,7 @@ More to TBA \section{Attributes} An attribute is nothing more than a text item which is in the form -{\tt name=value} (there cannot be any spaced to the left or right of the +{\tt name=value} (there cannot be any space to the left or right of the name,value pair). It can be either unattached or attached. Attributes are used extensively in the gEDA project to convey information. Things like device name, pin numbers, hidden nets, and @@ -1193,7 +1193,7 @@ lives inside symbols) and specifies what device the entire symbol represents. There is a third type of attribute which is a special case of \#2 but -turns into \#1. This special type of attribute is known as a prompted +turns into \#1. This special type of attribute is known as a promoted attribute. If you place an unattached visible attribute inside a symbol and then instantiate that symbol, then that unattached attribute gets "promoted" to an attached attribute. This newly diff --git a/gschem/examples/Makefile.am b/gschem/examples/Makefile.am index 235914350..0054e28a1 100644 --- a/gschem/examples/Makefile.am +++ b/gschem/examples/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = IEC417.sch adders_1.sch cmos-invert.sch \ cmos-nand.sch cmos-nor.sch filter_1.sch flipflop_1.sch \ grey_counter_1.sch logo_1.sch multiplex_1.sch stack_1.sch \ - README.agile + gEDA_Flow.sch README.agile MOSTLYCLEANFILES = core *.log FILE *.ps *~ CLEANFILES = core *.log FILE *.ps *~ -- 2.11.4.GIT