summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/hier.72
-rw-r--r--share/man/man7/mailaddr.76
-rw-r--r--share/man/man7/operator.72
-rw-r--r--share/man/man7/ports.711
-rw-r--r--share/man/man7/release.722
-rw-r--r--share/man/man7/security.74
6 files changed, 22 insertions, 25 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index b7aa57e..df76f46 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -639,6 +639,8 @@ third-party, and/or local source files
.Bl -tag -width ".Pa kerberos5/" -compact
.It Pa bin/
source code for files in /bin
+.It Pa cddl/
+Utilities covered by the Common Development and Distribution License
.It Pa contrib/
source code for contributed software
.It Pa crypto/
diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7
index 07370fb..7726006 100644
--- a/share/man/man7/mailaddr.7
+++ b/share/man/man7/mailaddr.7
@@ -66,7 +66,6 @@ For example, a user on ``calder.berkeley.edu'' could send to ``eric@CS''
without adding the ``berkeley.edu'' since it is the same on both sending
and receiving hosts.
.Ss Compatibility.
-.Pp
Certain old address formats are converted to the new format to provide
compatibility with the previous mail system.
In particular,
@@ -94,16 +93,13 @@ is converted to
.Pp
This is normally converted back to the ``host!user'' form before being sent
on for compatibility with older UUCP hosts.
-.Pp
.Ss Case Distinctions.
-.Pp
Domain names (i.e., anything after the ``@'' sign) may be given in any mixture
of upper and lower case with the exception of UUCP hostnames.
Most hosts
accept any combination of case in user names, with the notable exception of
MULTICS sites.
.Ss Route-addrs.
-.Pp
Under some circumstances it may be necessary to route a message through
several hosts to get it to the final destination.
Normally this routing
@@ -134,11 +130,9 @@ Many sites also support the ``percent hack'' for simplistic routing:
.Pp
is routed as indicated in the previous example.
.Ss Postmaster.
-.Pp
Every site is required to have a user or user alias designated ``postmaster''
to which problems with the mail system may be addressed.
.Ss Other Networks.
-.Pp
Some other networks can be reached by giving the name of the network as the
last component of the domain.
.Em This is not a standard feature
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index e7c35cd..0ca8abd 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -45,7 +45,7 @@
.It "-------- -------------"
.It "() [] -> . left to right"
.It "! ~ ++ -- - (type) * & sizeof new delete right to left"
-.It "->* .* left to right
+.It "->* .* left to right"
.It "* / % left to right"
.It "+ - left to right"
.It "<< >> left to right"
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 975b825..29312da 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 30, 2011
+.Dd February 9, 2012
.Dt PORTS 7
.Os
.Sh NAME
@@ -408,10 +408,13 @@ Directory to put the package in.
.It Va PKGFILE
The full path to the package.
.El
-.It Va PREFIX
-Where to install things in general
-(usually
+.It Va LOCALBASE
+Where existing things are installed and where to search for files when
+resolving dependencies (usually
.Pa /usr/local ) .
+.It Va PREFIX
+Where to install this port (usually set to the same as
+.Va LOCALBASE ) .
.It Va MASTER_SITES
Primary sites for distribution files if not found locally.
.It Va PATCH_SITES
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index f527c24..a725fc6 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 18, 2011
+.Dd January 14, 2012
.Dt RELEASE 7
.Os
.Sh NAME
@@ -53,7 +53,7 @@ and with clean checkouts of specific versions of the doc, src, and ports
trees. For this purpose, a script
.Pq Pa src/release/generate-release.sh
is provided to automate these checkouts and then execute
-.Dq Li "make release"
+.Dq Li "make release"
in a clean
.Xr chroot 8 .
.Pp
@@ -65,7 +65,7 @@ and should have experience upgrading systems from source.
The release build process requires that
.Pa /usr/obj
be populated with the output of
-.Dq Li "make buildworld"
+.Dq Li "make buildworld"
and
.Dq Li "make buildkernel" .
This is necessary to provide the object files for the release or, when
@@ -139,7 +139,7 @@ must be specified for ports and documentation to be included in the release.
.It Ev CVS_TAG
If the variable
.Ev CVS_TAG
-is set, that tag will be used for CVS checkouts (doc and ports), otherwise
+is set, that tag will be used for CVS checkouts (doc and ports), otherwise
.Ic generate-release.sh
will use HEAD.
.It Ev MAKE_FLAGS
@@ -151,7 +151,7 @@ The location of the FreeBSD SVN source repository. Defaults to
.Pa svn://svn.freebsd.org/base .
.It Ev RELSTRING
Optional base name for generated media images (e.g. FreeBSD-9.0-RC2-amd64).
-Defaults to the output of
+Defaults to the output of
.Ic `uname -s`-`uname -r`-`uname -p`
within the chroot.
.El
@@ -170,12 +170,12 @@ targets.
Meta-target to build all release media and distributions applicable to this
platform.
.It Cm install
-Copy all produced release media to
+Copy all produced release media to
.Pa ${DESTDIR} .
.It Cm cdrom
Builds installation CD-ROM images. On some systems, this may require that
.Xr mkisofs 8
-be installed
+be installed
.Pq Pa sysutils/cdrtools
and possibly that the
.Xr md 4
@@ -239,7 +239,7 @@ Location of a directory containing the doc tree. By default,
.Pa /usr/doc .
If it is unset or cannot be found, most documentation will not be included in
the release; see
-.Ev NODOC
+.Ev NODOC
below.
.It Va NOPORTS
If defined, the Ports Collection will be omitted from the release.
@@ -316,9 +316,7 @@ The following sequence of commands can be used to build a
.Dq "-CURRENT snapshot"
in a clean environment, including ports and documentation:
.Bd -literal -offset indent
-cd /usr/src
-make buildworld
-cd release
+cd /usr/src/release
export CVSUP_HOST=cvsupN.freebsd.org
sh generate-release.sh head /local3/release
.Ed
@@ -371,7 +369,7 @@ of building a release in a sterile environment.
.Pp
For the
.Fx 9.0
-release,
+release,
.Pa src/release/Makefile
was overhauled and the wrapper script
.Pa src/release/generate-release.sh
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 197fe3e..a3882d6 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2010
+.Dd February 8, 2012
.Dt SECURITY 7
.Os
.Sh NAME
@@ -579,7 +579,7 @@ configuration cannot be adjusted.
.El
.Pp
The security level can be configured with variables documented in
-.Xr rc.conf 8 .
+.Xr rc.conf 5 .
.Sh CHECKING FILE INTEGRITY: BINARIES, CONFIG FILES, ETC
When it comes right down to it, you can only protect your core system
configuration and control files so much before the convenience factor
OpenPOWER on IntegriCloud