diff options
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/smm/01.setup/Makefile | 12 | ||||
-rw-r--r-- | share/doc/smm/02.config/Makefile | 12 | ||||
-rw-r--r-- | share/doc/smm/03.fsck/Makefile | 9 | ||||
-rw-r--r-- | share/doc/smm/04.quotas/Makefile | 5 | ||||
-rw-r--r-- | share/doc/smm/05.fastfs/Makefile | 9 | ||||
-rw-r--r-- | share/doc/smm/06.nfs/Makefile | 3 | ||||
-rw-r--r-- | share/doc/smm/07.lpd/Makefile | 11 | ||||
-rw-r--r-- | share/doc/smm/08.sendmailop/Makefile | 13 | ||||
-rw-r--r-- | share/doc/smm/09.sendmail/Makefile | 11 | ||||
-rw-r--r-- | share/doc/smm/11.timedop/Makefile | 9 | ||||
-rw-r--r-- | share/doc/smm/12.timed/Makefile | 11 | ||||
-rw-r--r-- | share/doc/smm/18.net/Makefile | 5 | ||||
-rw-r--r-- | share/doc/smm/Makefile | 27 | ||||
-rw-r--r-- | share/doc/smm/contents/Makefile | 9 | ||||
-rw-r--r-- | share/doc/smm/contents/contents.ms | 161 | ||||
-rw-r--r-- | share/doc/smm/title/Makefile | 8 | ||||
-rw-r--r-- | share/doc/smm/title/Title | 203 |
17 files changed, 484 insertions, 34 deletions
diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile index ce68a5c0f54c..0aabf0636ef1 100644 --- a/share/doc/smm/01.setup/Makefile +++ b/share/doc/smm/01.setup/Makefile @@ -1,15 +1,11 @@ -# @(#)Makefile 8.1 (Berkeley) 7/27/93 +# From: @(#)Makefile 8.1 (Berkeley) 7/27/93 +# $Id$ -DIR= smm/01.setup +VOLUME= smm/01.setup SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t FILES= ${SRCS} MACROS= -ms -paper.ps: ${SRCS} - ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} - -install: ${SRCS} - install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR} +USE_TBL= yes .include <bsd.doc.mk> diff --git a/share/doc/smm/02.config/Makefile b/share/doc/smm/02.config/Makefile new file mode 100644 index 000000000000..53ccfdb6b7c0 --- /dev/null +++ b/share/doc/smm/02.config/Makefile @@ -0,0 +1,12 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ + +VOLUME= smm/02.config +SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t +FILES= ${SRCS} +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc + +USE_TBL= yes + +.include <bsd.doc.mk> diff --git a/share/doc/smm/03.fsck/Makefile b/share/doc/smm/03.fsck/Makefile new file mode 100644 index 000000000000..055f7b85d80e --- /dev/null +++ b/share/doc/smm/03.fsck/Makefile @@ -0,0 +1,9 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ + +VOLUME= smm/03.fsck +SRCS= 0.t 1.t 2.t 3.t 4.t +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../sbin/fsck/SMM.doc + +.include <bsd.doc.mk> diff --git a/share/doc/smm/04.quotas/Makefile b/share/doc/smm/04.quotas/Makefile index f55290df9f05..f97818a9d66b 100644 --- a/share/doc/smm/04.quotas/Makefile +++ b/share/doc/smm/04.quotas/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ -DIR= smm/04.quotas +VOLUME= smm/04.quotas SRCS= quotas.ms MACROS= -ms diff --git a/share/doc/smm/05.fastfs/Makefile b/share/doc/smm/05.fastfs/Makefile index 059887e9b456..cbe4794c6493 100644 --- a/share/doc/smm/05.fastfs/Makefile +++ b/share/doc/smm/05.fastfs/Makefile @@ -1,10 +1,11 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ -DIR= smm/05.fastfs +VOLUME= smm/05.fastfs SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t MACROS= -ms -paper.ps: ${SRCS} - ${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET} +USE_TBL= yes +USE_EQN= yes .include <bsd.doc.mk> diff --git a/share/doc/smm/06.nfs/Makefile b/share/doc/smm/06.nfs/Makefile index e36a0a613c7a..ff8f631a9da8 100644 --- a/share/doc/smm/06.nfs/Makefile +++ b/share/doc/smm/06.nfs/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ -DIR= smm/06.nfs +VOLUME= smm/06.nfs SRCS= 0.t 1.t 2.t ref.t MACROS= -me diff --git a/share/doc/smm/07.lpd/Makefile b/share/doc/smm/07.lpd/Makefile new file mode 100644 index 000000000000..bab42d6baff0 --- /dev/null +++ b/share/doc/smm/07.lpd/Makefile @@ -0,0 +1,11 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ + +VOLUME= smm/07.lpd +SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t +MACROS= -ms + +USE_TBL= yes +SRCDIR= ${.CURDIR}/../../../../usr.sbin/lpr/SMM.doc + +.include <bsd.doc.mk> diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile new file mode 100644 index 000000000000..eecdd0db509a --- /dev/null +++ b/share/doc/smm/08.sendmailop/Makefile @@ -0,0 +1,13 @@ +# From: @(#)Makefile 8.2 (Berkeley) 2/28/94 +# $Id$ + +VOLUME= smm/08.sendmailop +SRCS= op.me +MACROS= -me + +SRCDIR= ${.CURDIR}/../../../../usr.sbin/sendmail/doc/op + +USE_PIC= yes +USE_EQN= yes + +.include <bsd.doc.mk> diff --git a/share/doc/smm/09.sendmail/Makefile b/share/doc/smm/09.sendmail/Makefile new file mode 100644 index 000000000000..77622cc0e8a5 --- /dev/null +++ b/share/doc/smm/09.sendmail/Makefile @@ -0,0 +1,11 @@ +# From: @(#)Makefile 8.2 (Berkeley) 2/28/94 +# $Id$ + +VOLUME= smm/09.sendmail +SRCS= intro.me +MACROS= -me +USE_PIC= yes + +SRCDIR= ${.CURDIR}/../../../../usr.sbin/sendmail/doc/intro + +.include <bsd.doc.mk> diff --git a/share/doc/smm/11.timedop/Makefile b/share/doc/smm/11.timedop/Makefile new file mode 100644 index 000000000000..56f510610c1a --- /dev/null +++ b/share/doc/smm/11.timedop/Makefile @@ -0,0 +1,9 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ + +VOLUME= smm/11.timedop +SRCS= timed.ms +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timedop + +.include <bsd.doc.mk> diff --git a/share/doc/smm/12.timed/Makefile b/share/doc/smm/12.timed/Makefile new file mode 100644 index 000000000000..3315cabb39fa --- /dev/null +++ b/share/doc/smm/12.timed/Makefile @@ -0,0 +1,11 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ + +VOLUME= smm/12.timed +SRCS= timed.ms +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed +USE_SOELIM= yes +USE_TBL= yes + +.include <bsd.doc.mk> diff --git a/share/doc/smm/18.net/Makefile b/share/doc/smm/18.net/Makefile index fde100a00402..21fc9cccedf6 100644 --- a/share/doc/smm/18.net/Makefile +++ b/share/doc/smm/18.net/Makefile @@ -1,10 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/10/93 -DIR= smm/18.net +VOLUME= smm/18.net SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t 8.t 9.t a.t b.t c.t d.t e.t f.t MACROS= -ms -paper.ps: ${SRCS} - ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} +USE_TBL= yes .include <bsd.doc.mk> diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 2e2276588fbd..760734b0c17e 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,19 +1,18 @@ -# @(#)Makefile 8.1 (Berkeley) 6/10/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/10/93 +# $Id$ + +# The following modules do not describe FreeBSD: +# 14.uucpimpl, 15.uucpnet # The following modules do not build/install: -# 10.named, 13.amd +# 06.nfs 08.sendmailop 09.sendmail (requre -me macros, which are broken) +# 10.named (no documentation at all) +# 13.amd (documentation is TeXinfo) +# 16.security 17.password (encumbered) BINDIR= /usr/share/doc/smm -FILES= 00.contents Makefile Title -SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ - 08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \ - 15.uucpnet 16.security 17.password 18.net - -Title.ps: ${FILES} - groff Title > ${.TARGET} - -contents.ps: ${FILES} - groff -ms 00.contents > ${.TARGET} +SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \ + 07.lpd 11.timedop 12.timed 18.net .if ${MACHINE} == "tahoe" SUBDIR+=01.setup @@ -21,8 +20,4 @@ SUBDIR+=01.setup SUBDIR+=01.setup .endif -beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ - ${DESTDIR}${BINDIR} - .include <bsd.subdir.mk> diff --git a/share/doc/smm/contents/Makefile b/share/doc/smm/contents/Makefile new file mode 100644 index 000000000000..24d90896cb27 --- /dev/null +++ b/share/doc/smm/contents/Makefile @@ -0,0 +1,9 @@ +# $Id$ + +VOLUME= smm +SRCS= contents.ms +FILES= ${SRCS} +DOC= contents +MACROS= -ms + +.include <bsd.doc.mk> diff --git a/share/doc/smm/contents/contents.ms b/share/doc/smm/contents/contents.ms new file mode 100644 index 000000000000..ed03c7a69908 --- /dev/null +++ b/share/doc/smm/contents/contents.ms @@ -0,0 +1,161 @@ +.\" Copyright (c) 1986, 1993 +.\" The Regents of the University of California. All rights reserved. +.\" +.\" 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. +.\" +.\" 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. +.\" +.\" @(#)00.contents 8.1 (Berkeley) 7/5/93 +.\" +.OH '''SMM Contents' +.EH 'SMM Contents''' +.TL +UNIX System Manager's Manual (SMM) +.sp +\s-24.4 Berkeley Software Distribution\s+2 +.sp +\fRJune, 1993\fR +.PP +This volume contains manual pages and supplementary documents useful to system +administrators. +The information in these documents applies to +the 4.4BSD system as distributed by U.C. Berkeley. +.SH +Reference Manual \- Section 8 +.tl '''(8)' +.IP +Section 8 of the UNIX Programmer's Manual contains information related to +system operation, administration, and maintenance. +.SH +System Installation and Administration +.IP +.tl 'Installing and Operating 4.4BSD''SMM:1' +.QP +The definitive reference document for those occasions when +you find you need to start over again. + +.IP +.tl 'Building 4.4BSD Kernels with \fIConfig\fP''SMM:2' +.QP +In-depth discussions of the use and operation of the \fIconfig\fP +program, and how to build your very own Unix kernel. + +.IP +.tl 'Fsck \- The UNIX File System Check Program''SMM:3' +.QP +A reference document for using the \fIfsck\fP program during +times of file system distress. + +.IP +.tl 'Disc Quotas in a UNIX Environment''SMM:4' +.QP +A light introduction to the techniques +for limiting the use of disc resources. + +.IP +.tl 'A Fast File System for UNIX''SMM:5' +.QP +A description of the 4.4BSD file system organization, +design and implementation. + +.IP +.tl 'The 4.4BSD NFS Implementation''SMM:6' +.QP +An overview of the design, implementation, and use of NFS on 4.4BSD. + +.IP +.tl 'Line Printer Spooler Manual''SMM:7' +.QP +This document describes the structure and installation procedure +for the line printer spooling system. + +.IP +.tl 'Sendmail Installation and Operation Guide''SMM:8' +.QP +The last word in installing and operating the \fIsendmail\fP program. + +.ne 3 +.IP +.tl 'Sendmail \- An Internetwork Mail Router''SMM:9' +.QP +An overview document on the design and implementation of \fIsendmail\fP. + +.IP +.tl 'Name Server Operations Guide for BIND''SMM:10' +.QP +Setting up and operating the name to Internet addressing software. +If you have a network this will be of interest. + +.IP +.tl 'Timed Installation and Operation Guide''SMM:11' +.QP +Describes how to maintain time synchronization between machines +in a local network. + +.IP +.tl 'The Berkeley UNIX Time Synchronization Protocol''SMM:12' +.QP +The protocols and algorithms used by timed, +the network time synchronization daemon. + +.IP +.tl 'AMD \- The 4.4BSD Automounter''SMM:13' +.QP +Automatically mounting file systems on demand. + +.IP +.tl 'Installation and Operation of UUCP''SMM:14' +.QP +Describes the implementation of uucp; for the installer and administrator. + +.IP +.tl 'A Dial\-Up Network of UNIX Systems''SMM:15' +.QP +Describes UUCP, a program for communicating files between UNIX systems. + +.IP +.tl 'On the Security of UNIX''SMM:16' +.QP +Hints on how to break UNIX, and how to avoid your system being broken. + +.IP +.tl 'Password Security \- A Case History''SMM:17' +.QP +How the bad guys used to be able to break the password algorithm, and why +they cannot now (at least not so easily). + +.IP +.tl 'Networking Implementation Notes, 4.4BSD Edition''SMM:18' +.QP +A concise description of the system interfaces used within the +networking subsystem. + +.IP +.tl 'The PERL Programming Language''SMM:19' +.QP +The Practical Extraction and Report Language is ideal for +writing those pesky adminitration scripts. diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile new file mode 100644 index 000000000000..98d12be9d03a --- /dev/null +++ b/share/doc/smm/title/Makefile @@ -0,0 +1,8 @@ +# $Id$ + +VOLUME= smm +SRCS= Title +FILES= ${SRCS} +DOC= Title + +.include <bsd.doc.mk> diff --git a/share/doc/smm/title/Title b/share/doc/smm/title/Title new file mode 100644 index 000000000000..4dd1b89439ff --- /dev/null +++ b/share/doc/smm/title/Title @@ -0,0 +1,203 @@ +.\" Copyright (c) 1986, 1993 The Regents of the University of California. +.\" All rights reserved. +.\" +.\" 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. +.\" +.\" 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 8.2 (Berkeley) 4/19/94 +.\" +.ps 18 +.vs 22 +.sp 2.75i +.ft B +.ce 2 +UNIX System Manager's Manual +(SMM) +.ps 14 +.vs 16 +.sp |4i +.ce 2 +4.4 Berkeley Software Distribution +.sp |5.75i +.ft R +.pt 12 +.vs 16 +.ce +June, 1993 +.sp |8.2i +.ce 5 +Computer Systems Research Group +Computer Science Division +Department of Electrical Engineering and Computer Science +University of California +Berkeley, California 94720 +.bp +\& +.sp |1i +.hy 0 +.ps 10 +.vs 12p +Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993 +The Regents of the University of California. All rights reserved. +.sp 2 +Other than the specific manual pages and documents listed below +as copyrighted by AT&T, +redistribution and use of this manual in source and binary forms, +with or without modification, are permitted provided that the +following conditions are met: +.sp 0.5 +.in +0.2i +.ta 0.2i +.ti -0.2i +1) Redistributions of this manual must retain the copyright +notices on this page, this list of conditions and the following disclaimer. +.ti -0.2i +2) Software or documentation that incorporates part of this manual must +reproduce the copyright notices on this page, this list of conditions and +the following disclaimer in the documentation and/or other materials +provided with the distribution. +.ti -0.2i +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.'' +.ti -0.2i +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. +.in -0.2i +.sp +\fB\s-1THIS 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.\s+1\fP +.sp 2 +The Institute of Electrical and Electronics Engineers and the American +National Standards Committee X3, on Information Processing Systems have +given us permission to reprint portions of their documentation. +.sp +In the following statement, the phrase ``this text'' refers to portions +of the system documentation. +.sp 0.5 +``Portions of this text are reprinted and reproduced in +electronic form in 4.4BSD from IEEE Std 1003.1-1988, IEEE +Standard Portable Operating System Interface for Computer Environments +(POSIX), copyright 1988 by the Institute of Electrical and Electronics +Engineers, Inc. In the event of any discrepancy between these versions +and the original IEEE Standard, the original IEEE Standard is the referee +document.'' +.sp +In the following statement, the phrase ``This material'' refers to portions +of the system documentation. +.sp 0.5 +``This material is reproduced with permission from American National +Standards Committee X3, on Information Processing Systems. Computer and +Business Equipment Manufacturers Association (CBEMA), 311 First St., NW, +Suite 500, Washington, DC 20001-2178. The developmental work of +Programming Language C was completed by the X3J11 Technical Committee.'' +.sp 2 +Manual pages cron.8, icheck.8, ncheck.8, and sa.8 +and documents SMM:15, 16, and 17 +are copyright 1979, AT&T Bell Laboratories, Incorporated. +Document SMM:14 is a modification of an earlier document that +is copyrighted 1979 by AT&T Bell Laboratories, Incorporated. +Holders of \x'-1p'UNIX\v'-4p'\s-3TM\s0\v'4p'/32V, +System III, or System V software licenses are +permitted to copy these documents, or any portion of them, +as necessary for licensed use of the software, +provided this copyright notice and statement of permission +are included. +.sp 2 +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. +.br +.ll 6.5i +.lt 6.5i +.po .75i +.in 0i +.af % i +.ds ET\" +.de HD +.po 0 +.lt 7.4i +.tl '''' +.lt +.po +'sp 18p +.if o .tl '\\*(ET''\\*(OT' +.if e .tl '\\*(OT''\\*(ET' +'sp 18p +.ns +.. +.de FO +'sp 18p +.if e .tl '\s9\\*(Dt''\\*(Ed\s0' +.if o .tl '\s9\\*(Ed''\\*(Dt\s0' +'bp +.. +.wh 0 HD +.wh -60p FO +.bp 5 +.ds ET \s9\f2Table \|of \|Contents\fP\s0 +.ds OT - % - +.ce +\f3TABLE \|OF \|CONTENTS\fP +.nr x .5i +.in +\nxu +.nf +.ta \n(.lu-\nxuR +.de xx +\\$1\f3 \a \fP\\$2 +.. +.de t +.sp 1v +.ne .5i +.cs 3 +.ti -.5i +.ss 18 +\f3\s9\\$2. \\$3\s0\fP +.ss 12 +.if t .sp .5v +.cs 3 36 +.ds Ed Section \\$2 +.ds Dt \\$3 +.so \\$1 +.. +.t /usr/src/share/man/man0/toc8 8 "System Maintenance" +.in -.5i +.cs 3 +.if n .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 80n +.if t .ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i |