mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make everything work with new bsd.doc.mk and without symlinks in the
source tree. Eliminate papers which require -me macros, 'cos they currently don't work with groff.
This commit is contained in:
parent
25514a1236
commit
f8f8058e6f
17 changed files with 484 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
12
share/doc/smm/02.config/Makefile
Normal file
12
share/doc/smm/02.config/Makefile
Normal file
|
|
@ -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>
|
||||
9
share/doc/smm/03.fsck/Makefile
Normal file
9
share/doc/smm/03.fsck/Makefile
Normal file
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
11
share/doc/smm/07.lpd/Makefile
Normal file
11
share/doc/smm/07.lpd/Makefile
Normal file
|
|
@ -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>
|
||||
13
share/doc/smm/08.sendmailop/Makefile
Normal file
13
share/doc/smm/08.sendmailop/Makefile
Normal file
|
|
@ -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>
|
||||
11
share/doc/smm/09.sendmail/Makefile
Normal file
11
share/doc/smm/09.sendmail/Makefile
Normal file
|
|
@ -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>
|
||||
9
share/doc/smm/11.timedop/Makefile
Normal file
9
share/doc/smm/11.timedop/Makefile
Normal file
|
|
@ -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>
|
||||
11
share/doc/smm/12.timed/Makefile
Normal file
11
share/doc/smm/12.timed/Makefile
Normal file
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
9
share/doc/smm/contents/Makefile
Normal file
9
share/doc/smm/contents/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# $Id$
|
||||
|
||||
VOLUME= smm
|
||||
SRCS= contents.ms
|
||||
FILES= ${SRCS}
|
||||
DOC= contents
|
||||
MACROS= -ms
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
161
share/doc/smm/contents/contents.ms
Normal file
161
share/doc/smm/contents/contents.ms
Normal file
|
|
@ -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.
|
||||
8
share/doc/smm/title/Makefile
Normal file
8
share/doc/smm/title/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $Id$
|
||||
|
||||
VOLUME= smm
|
||||
SRCS= Title
|
||||
FILES= ${SRCS}
|
||||
DOC= Title
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
203
share/doc/smm/title/Title
Normal file
203
share/doc/smm/title/Title
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue