68 lines
2.1 KiB
Plaintext
68 lines
2.1 KiB
Plaintext
#
|
|
# COMPONENT_NAME: (CMDMAN) commands that allow users to read online
|
|
# documentation
|
|
#
|
|
# FUNCTIONS:
|
|
#
|
|
# ORIGINS: 27
|
|
#
|
|
# Copyright (c) 1980 Regents of the University of California.
|
|
# All rights reserved. The Berkeley software License Agreement
|
|
# specifies the terms and conditions for redistribution.
|
|
#
|
|
|
|
#print
|
|
What if you don't want the cover sheet? Nroff has
|
|
an option to print only special pages. In particular,
|
|
nroff -ms -o1- files ...
|
|
will begin printing at page 1, and skip page 0, the cover sheet.
|
|
If you only want the cover sheet, you need the command
|
|
nroff -ms -o0 files ...
|
|
which prints only page zero. Try printing
|
|
only the cover sheet of the file "decl".
|
|
Then type "ready" as usual.
|
|
#once nroff -ms -o0 decl >X1 &
|
|
#create decl
|
|
.RP
|
|
.TL
|
|
Declaration of Independence
|
|
.AU
|
|
Thomas Jefferson
|
|
.AI
|
|
The Continental Congress
|
|
Philadelphia, Pa. 19104
|
|
.AB
|
|
This paper describes advances in scattering theory
|
|
of colonies from mother countries.
|
|
.AE
|
|
.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.
|
|
#copyout
|
|
#user
|
|
#uncopyout
|
|
if (-z X1) echo Zero X1
|
|
tail -66 .ocopy >X2
|
|
cat X1 >/dev/tty
|
|
#cmp X1 X2
|
|
#log
|
|
#next
|
|
11.1a 10
|