Markup fixes.
Approved by: re (blanket)
This commit is contained in:
parent
19aa3916e2
commit
f4251aff5d
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 5, 1998
|
||||
.Dd May 26, 2005
|
||||
.Dt CHKGRP 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -44,7 +44,8 @@ errors.
|
||||
Specifically, it checks that every non-blank, non-comment
|
||||
entry is composed of four colon-separated fields, that none of them
|
||||
contains whitespace, and that the third field (the group ID) is
|
||||
numeric. It will also check for invalid characters in the group names
|
||||
numeric.
|
||||
It will also check for invalid characters in the group names
|
||||
and group members.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/group -compact
|
||||
@ -74,11 +75,11 @@ The
|
||||
utility appeared in
|
||||
.Fx 3.0 .
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
.Nm
|
||||
utility and this manual page were written by
|
||||
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
|
||||
.Pp
|
||||
Further functionality was added by
|
||||
.An Liam J. Foy Aq liamfoy@dragonflybsd.org .
|
||||
.Sh BUGS
|
||||
|
@ -413,21 +413,18 @@ Just add the following line to
|
||||
.Dl security.jail.set_hostname_allowed=0
|
||||
.Pp
|
||||
You can also list/kill processes based on their jail ID.
|
||||
To show processes and their jail ID use the following command:
|
||||
To show processes and their jail ID, use the following command:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
ps ax -o pid,jid,args
|
||||
.Ed
|
||||
.Dl "ps ax -o pid,jid,args"
|
||||
.Pp
|
||||
To show and then kill processes in jail number 3 use the following commands:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
pgrep -lfj 3
|
||||
pkill -j 3
|
||||
or:
|
||||
killall -j 3
|
||||
.Ed
|
||||
or:
|
||||
.Pp
|
||||
.Dl "killall -j 3"
|
||||
.Ss "Sysctl MIB Entries"
|
||||
Certain aspects of the jail containments environment may be modified from
|
||||
the host environment using
|
||||
@ -511,11 +508,11 @@ with) processes outside of the jail, and in other jails.
|
||||
As such, this functionality is disabled by default, but can be enabled
|
||||
by setting this MIB entry to 1.
|
||||
.It Va security.jail.chflags_allowed
|
||||
This MIB entry determines how a privileged user inside a jail will be
|
||||
This MIB entry determines how a privileged user inside a jail will be
|
||||
treated by
|
||||
.Xr chflags 2 .
|
||||
If zero, such users are treated as unprivileged, and are unable to set
|
||||
or clear system file flags; if non-zero, such users are treated as
|
||||
or clear system file flags; if non-zero, such users are treated as
|
||||
privileged, and may manipulate system file flags subject to the usual
|
||||
constraints on
|
||||
.Va kern.securelevel .
|
||||
|
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 9, 1997
|
||||
.Dd April 13, 2005
|
||||
.Dt MIXER 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -36,7 +36,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl f Ar device
|
||||
.Op Fl s | Fl S
|
||||
.Op Fl s | S
|
||||
.Oo
|
||||
.Ar dev
|
||||
.Sm off
|
||||
@ -50,12 +50,12 @@
|
||||
.Ar ...
|
||||
.Nm
|
||||
.Op Fl f Ar device
|
||||
.Op Fl s | Fl S
|
||||
.Op Fl s | S
|
||||
.Cm recsrc
|
||||
.Ar ...
|
||||
.Nm
|
||||
.Op Fl f Ar device
|
||||
.Op Fl s | Fl S
|
||||
.Op Fl s | S
|
||||
.Sm off
|
||||
.Bro
|
||||
.Cm ^ | + | - | =
|
||||
|
@ -111,7 +111,7 @@ to the command's standard input.
|
||||
.Pp
|
||||
The
|
||||
.Pa tcp
|
||||
namespace takes a slash separated hostname and a port and
|
||||
namespace takes a slash separated hostname and a port and
|
||||
creates an open TCP/IP connection.
|
||||
.Pp
|
||||
The
|
||||
@ -160,7 +160,6 @@ server.
|
||||
.Dl "head -1 /p/tcp/mx1.freebsd.org/smtp"
|
||||
.Pp
|
||||
Implement a (single-threaded) echo server:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
while :
|
||||
do
|
||||
@ -170,7 +169,6 @@ done
|
||||
.Pp
|
||||
Gather data from two sources.
|
||||
Verify that two remote files are identical:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
diff -q '/p/pipe/usr/bin/fetch -o - \\
|
||||
ftp://ftp1.freebsd.org/pub/FreeBSD/README.TXT' \\
|
||||
@ -183,7 +181,6 @@ Record a remote
|
||||
.Tn CD
|
||||
.Tn ISO
|
||||
image and calculate its checksum:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
fetch -o - ftp://ftp5.freebsd.org/.../disc.iso |
|
||||
tee '/p/pipe/usr/local/bin/cdrecord -' |
|
||||
@ -193,7 +190,6 @@ md5
|
||||
Create an
|
||||
.Tn XML
|
||||
view of the password file:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
ln -s '/p/pipe/usr/local/bin/passwd2xml /etc/passwd' \\
|
||||
/etc/passwd.xml"
|
||||
@ -208,8 +204,8 @@ ln -s '/p/pipe/usr/local/bin/passwd2xml /etc/passwd' \\
|
||||
.%A "Jan-Simon Pendry"
|
||||
.%T "Portals in 4.4BSD"
|
||||
.%B "USENIX 1995 Technical Conference Proceedings"
|
||||
.%C "Berkeley, CA"
|
||||
.%E "Peter Honeyman"
|
||||
.%O "Berkeley, CA"
|
||||
.%I "Peter Honeyman"
|
||||
.Re
|
||||
.Sh CAVEATS
|
||||
This file system may not be NFS-exported.
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 11, 2004
|
||||
.Dd March 29, 2005
|
||||
.Dt MTREE 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -234,6 +234,13 @@ this has been changed to a colon (``:'') character so that user and group
|
||||
names may contain the dot character.
|
||||
The dot (``.'') character is still
|
||||
accepted for backwards compatibility.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility originated from
|
||||
.Nx
|
||||
and first appeared in
|
||||
.Fx 2.2 .
|
||||
.Sh AUTHORS
|
||||
.An Theodore Ts'o ,
|
||||
MIT Project Athena
|
||||
@ -246,12 +253,5 @@ Copyright 1987, Massachusetts Institute of Technology
|
||||
.Xr newsyslog.conf 5 ,
|
||||
.Xr chown 8 ,
|
||||
.Xr syslogd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility originated from
|
||||
.Nx
|
||||
and first appeared in
|
||||
.Fx 2.2 .
|
||||
.Sh BUGS
|
||||
Does not yet automatically read the logs to find security breaches.
|
||||
|
@ -23,7 +23,7 @@
|
||||
.\" [jkh] Took John's changes back and made some additional extensions for
|
||||
.\" better integration with FreeBSD's new ports collection.
|
||||
.\"
|
||||
.Dd June 29, 2004
|
||||
.Dd June 6, 2005
|
||||
.Dt PKG_CREATE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -24,7 +24,8 @@
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.Dd June 29, 2004
|
||||
.\"
|
||||
.Dd May 24, 2005
|
||||
.Dt PKG_VERSION 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -119,8 +120,8 @@ utility supports several command-line arguments:
|
||||
.It Fl h
|
||||
Print help message.
|
||||
.It Fl I
|
||||
Use only the index file for determining if a package is out of date.
|
||||
This is much faster than using the version number from a port's
|
||||
Use only the index file for determining if a package is out of date.
|
||||
This is much faster than using the version number from a port's
|
||||
Makefile, at the expense of potentially giving an incorrect result if
|
||||
the index file is out of date.
|
||||
.It Fl l
|
||||
|
@ -90,10 +90,11 @@ The raster text mode
|
||||
can also be chosen.
|
||||
Alternatively, a mode can be specified with its number by using a mode name of
|
||||
the form
|
||||
.Ar MODE_<NUMBER> .
|
||||
.Li MODE_ Ns Aq Ar NUMBER .
|
||||
A list of valid mode numbers can be obtained with the
|
||||
.Fl i Cm mode
|
||||
option. See
|
||||
option.
|
||||
See
|
||||
.Sx Video Mode Support
|
||||
below.
|
||||
.It Ar foreground Op Ar background
|
||||
|
Loading…
x
Reference in New Issue
Block a user