summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/macros/L3.1a
diff options
context:
space:
mode:
authorIan Darwin <ian@cvs.openbsd.org>1998-09-28 16:02:00 +0000
committerIan Darwin <ian@cvs.openbsd.org>1998-09-28 16:02:00 +0000
commit7fc088bd535c8a9fdbf5e840c115ef5dd9281173 (patch)
tree5ae972c09eca1c3eb2fe13363ad632f9778d88a0 /usr.bin/learn/lib/macros/L3.1a
parent1083c89a4423b36811471177bbe3abe0b50f3235 (diff)
import BTL learn(1) lessons/macros
Diffstat (limited to 'usr.bin/learn/lib/macros/L3.1a')
-rw-r--r--usr.bin/learn/lib/macros/L3.1a70
1 files changed, 70 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/macros/L3.1a b/usr.bin/learn/lib/macros/L3.1a
new file mode 100644
index 00000000000..c13e1351ef4
--- /dev/null
+++ b/usr.bin/learn/lib/macros/L3.1a
@@ -0,0 +1,70 @@
+#print
+The file "decl" began with ".PP". All files sent
+to -ms MUST begin with a "-ms" command line. You can
+tell these command lines, in general, because they
+begin with a period and have only capital letters on them.
+The ".PP" command indicates a new paragraph.
+So to add another paragraph to a file, you put a ".PP"
+in front and then type in the new text. Here is the
+next paragraph of the declaration of independence. Add
+it to the end of the file "decl" that you've been working
+with. You can do that most easily by picking up the text
+from file "para2", or you can type it in again. It is
+not necessary to keep every word on exactly
+the line it was, since the program will rearrange them.
+But the ".PP" must be on a line by itself. Then
+run off the the new version.
+
+
+#create Ref
+.PP
+When in the course of human events, it becomes
+necessary for one people to dissolve the political bands which have
+connected them with another, and to assume among the
+powers of the earth the separate and equal station to which
+the laws of Nature and of Nature's God entitle them, a decent
+respect to the opinions of mankind requires that they should
+declare the causes which impel them to the separation.
+.PP
+We hold these truths to be self-evident, that all men
+are created equal, that they are endowed by their creator
+with certain unalienable rights, that among these are life, liberty,
+and the pursuit of happiness. That to secure these rights,
+governments are instituted among men, deriving their just
+powers from the consent of the governed. That whenever
+any form of government becomes destructive of these ends,
+it is the right of the people to alter or to abolish it, and
+to institute new government, laying its foundation on such
+principles and organizing its powers in such form, as to them
+shall seem most likely to effect their safety and happiness.
+#once nroff -ms Ref >X2 &
+#create decl
+.PP
+When in the course of human events, it becomes
+necessary for one people to dissolve the political bands which have
+connected them with another, and to assume among the
+powers of the earth the separate and equal station to which
+the laws of Nature and of Nature's God entitle them, a decent
+respect to the opinions of mankind requires that they should
+declare the causes which impel them to the separation.
+#create para2
+We hold these truths to be self-evident, that all men
+are created equal, that they are endowed by their creator
+with certain unalienable rights, that among these are life, liberty,
+and the pursuit of happiness. That to secure these rights,
+governments are instituted among men, deriving their just
+powers from the consent of the governed. That whenever
+any form of government becomes destructive of these ends,
+it is the right of the people to alter or to abolish it, and
+to institute new government, laying its foundation on such
+principles and organizing its powers in such form, as to them
+shall seem most likely to effect their safety and happiness.
+#print para2
+#copyout
+#user
+#uncopyout
+tail -66 .ocopy >X1
+#cmp X1 X2
+#log
+#next
+4.1a 10