add Berkeley specific copyright notices
[unix-history] / usr / src / lib / libcurses / PSD.doc / intro.1
index e771f7e..63449e6 100644 (file)
@@ -1,8 +1,19 @@
-.\" Copyright (c) 1980 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1980 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)intro.1     5.1 (Berkeley) %G%
+.\" Redistribution and use in source and binary forms are permitted
+.\" provided that the above copyright notice and this paragraph are
+.\" duplicated in all such forms and that any documentation,
+.\" advertising materials, and other materials related to such
+.\" distribution and use acknowledge that the software was developed
+.\" by the University of California, Berkeley.  The name of the
+.\" University may not be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+.\"
+.\"    @(#)intro.1     6.2 (Berkeley) %G%
 .\"
 .bp
 .sh 1 Overview
 .\"
 .bp
 .sh 1 Overview
@@ -49,12 +60,14 @@ Sometimes called
 .bi terminal
 .bi screen .
 The package's idea of what the terminal's screen currently looks like,
 .bi terminal
 .bi screen .
 The package's idea of what the terminal's screen currently looks like,
-i.e., what the user sees now.
+.i i.e. ,
+what the user sees now.
 This is a special
 .i screen :
 .Ip screen
 This is a subset of windows which are as large as the terminal screen,
 This is a special
 .i screen :
 .Ip screen
 This is a subset of windows which are as large as the terminal screen,
-i.e., they start at the upper left hand corner
+.i i.e. ,
+they start at the upper left hand corner
 and encompass the lower right hand corner.
 One of these,
 .Vn stdscr ,
 and encompass the lower right hand corner.
 One of these,
 .Vn stdscr ,
@@ -88,8 +101,8 @@ for the programmer to do it, too.
 Also,
 compilations should have the following form:
 .(l
 Also,
 compilations should have the following form:
 .(l
-.ie t \fBcc\fR [ \fIflags\fR ] file ... \fB\-lcurses \-ltermlib\fR
-.el \fIcc\fR [ flags ] file ... \fI\-lcurses \-ltermlib\fR
+.ie t \fBcc\fR [ \fIflags\fR ] file ... \fB\-lcurses \-ltermcap\fR
+.el \fIcc\fR [ flags ] file ... \fI\-lcurses \-ltermcap\fR
 .)l
 .sh 2 "Screen Updating"
 .pp
 .)l
 .sh 2 "Screen Updating"
 .pp
@@ -156,7 +169,7 @@ Also, changes can be made to windows in any order,
 without regard to motion efficiency.
 Then, at will,
 the programmer can effectively say
 without regard to motion efficiency.
 Then, at will,
 the programmer can effectively say
-.q "make it look like this,"
+.q "make it look like this" ,
 and let the package worry about the best way to do this.
 .sh 2 "Naming Conventions"
 .pp
 and let the package worry about the best way to do this.
 .sh 2 "Naming Conventions"
 .pp