BSD 4_4_Lite2 release
[unix-history] / usr / src / share / man / man0 / title.urm
index effe356..ff74e9a 100644 (file)
@@ -1,9 +1,35 @@
 .\" Copyright (c) 1980, 1993, 1994 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1993, 1994 Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.roff%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"    @(#)title.urm   8.11 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\"    @(#)title.urm   8.13 (Berkeley) 8/8/94
 .\"
 .af % i
 .nr LL 6.5i
 .\"
 .af % i
 .nr LL 6.5i
@@ -123,6 +149,8 @@ Sebastopol, CA 94572
 .nr VS 11
 .LP
 First Printing, 1994
 .nr VS 11
 .LP
 First Printing, 1994
+.br
+Second Printing, 1995
 .sp 1
 .LP
 Copyright 1979, 1980, 1983, 1986, 1993, 1994
 .sp 1
 .LP
 Copyright 1979, 1980, 1983, 1986, 1993, 1994
@@ -192,7 +220,7 @@ Suite 500, Washington, DC 20001-2178.  The developmental work of
 Programming Language C was completed by the X3J11 Technical Committee.''
 .sp 1
 .LP
 Programming Language C was completed by the X3J11 Technical Committee.''
 .sp 1
 .LP
-Manual pages adb.1, bc.1, compact.1, crypt.1, dc.1, deroff.1, ed.1,
+Manual pages adb.1, bc.1, compact.1, crypt.1, dc.1, deroff.1,
 expr.1, graph.1, ld.1, learn.1, m4.1, plot.1, ptx.1, spell.1,
 spline.1, struct.1, tar.1, units.1, uucp.1, uux.1, ching.6, eqnchar.7,
 man.7, ms.7, and term.7
 expr.1, graph.1, ld.1, learn.1, m4.1, plot.1, ptx.1, spell.1,
 spline.1, struct.1, tar.1, units.1, uucp.1, uux.1, ching.6, eqnchar.7,
 man.7, ms.7, and term.7
@@ -205,6 +233,10 @@ provided this copyright notice and statement of permission
 are included.
 .sp 1
 .LP
 are included.
 .sp 1
 .LP
+The 4.4BSD Daemon used on the cover is
+copyright 1994 by Marshall Kirk McKusick
+and is reproduced with permission.
+.br
 The views and conclusions contained in this manual are those of the
 authors and should not be interpreted as representing official policies,
 either expressed or implied, of the Regents of the University of California.
 The views and conclusions contained in this manual are those of the
 authors and should not be interpreted as representing official policies,
 either expressed or implied, of the Regents of the University of California.
@@ -607,8 +639,10 @@ The new virtual memory implementation is derived from the MACH
 operating system developed at Carnegie-Mellon,
 and was ported to the BSD kernel at the University of Utah.
 The MACH virtual memory system call interface has been replaced with the
 operating system developed at Carnegie-Mellon,
 and was ported to the BSD kernel at the University of Utah.
 The MACH virtual memory system call interface has been replaced with the
-``mmap''-based interface described in the ``Berkeley Software
-Architecture Manual''.
+``mmap''-based interface described in the
+``Berkeley Software Architecture Manual (4.4 Edition)''
+(see the UNIX Programmer's Manual,
+Supplementary Documents, PSD:5).
 The interface is similar to the interfaces shipped
 by several commercial vendors such as Sun, USL, and Convex Computer Corp.
 The integration of the new virtual memory is functionally complete,
 The interface is similar to the interfaces shipped
 by several commercial vendors such as Sun, USL, and Convex Computer Corp.
 The integration of the new virtual memory is functionally complete,
@@ -633,7 +667,7 @@ and 802.3-based link-level support (hardware-compatible with Ethernet*).
 *Ethernet is a trademark of the Xerox Corporation.
 .FE
 We also include support for ISO Connection-Oriented Network Service,
 *Ethernet is a trademark of the Xerox Corporation.
 .FE
 We also include support for ISO Connection-Oriented Network Service,
-X.25, TP-0.
+X.25, and TP-0.
 The session and presentation layers are provided outside
 the kernel by the ISO development environment (ISODE).
 Included in this development environment are file
 The session and presentation layers are provided outside
 the kernel by the ISO development environment (ISODE).
 Included in this development environment are file
@@ -674,7 +708,7 @@ Such a filesystem could be mounted from a remote site via NFS or it
 could be a filesystem on removable media brought from some foreign
 location that uses a different password file.
 .PP
 could be a filesystem on removable media brought from some foreign
 location that uses a different password file.
 .PP
-In addition to the local ``fast filesystem'',
+In addition to the local ``fast filesystem,''
 we have added an implementation of the network filesystem (NFS)
 that fully interoperates with the NFS shipped by Sun and its licensees.
 Because our NFS implementation was implemented using only the
 we have added an implementation of the network filesystem (NFS)
 that fully interoperates with the NFS shipped by Sun and its licensees.
 Because our NFS implementation was implemented using only the
@@ -707,7 +741,7 @@ user and group quotas (simultaneously if desired).
 Quota expiration is based on time rather than
 the previous metric of number of logins over quota.
 This change makes quotas more useful on fileservers
 Quota expiration is based on time rather than
 the previous metric of number of logins over quota.
 This change makes quotas more useful on fileservers
-onto which users seldom login.
+onto which users seldom log in.
 .PP
 The system security has been greatly enhanced by the
 addition of additional file flags that permit a file to be
 .PP
 The system security has been greatly enhanced by the
 addition of additional file flags that permit a file to be
@@ -717,7 +751,7 @@ when the system is running single user.
 To protect against indiscriminate reading or writing of kernel
 memory, all writing and most reading of kernel data structures
 must be done using a new ``sysctl'' interface.
 To protect against indiscriminate reading or writing of kernel
 memory, all writing and most reading of kernel data structures
 must be done using a new ``sysctl'' interface.
-The information to be access is described through an extensible
+The information to be accessed is described through an extensible
 ``Management Information Base'' (MIB).
 .EQ
 delim off
 ``Management Information Base'' (MIB).
 .EQ
 delim off
@@ -754,7 +788,7 @@ system software and allows compilation for multiple architectures
 from the same source tree (which may be mounted read-only).
 Notable additions to the libraries include functions to traverse a
 filesystem hierarchy, database interfaces to btree and hashing functions,
 from the same source tree (which may be mounted read-only).
 Notable additions to the libraries include functions to traverse a
 filesystem hierarchy, database interfaces to btree and hashing functions,
-a new, fast implementation of stdio and a radix sort function.
+a new, fast implementation of stdio, and a radix sort function.
 The additions to the utility suite include greatly enhanced versions of
 programs that display system status information, implementations of
 various traditional tools described in the IEEE Std1003.2 standard,
 The additions to the utility suite include greatly enhanced versions of
 programs that display system status information, implementations of
 various traditional tools described in the IEEE Std1003.2 standard,