diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-14 12:26:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-14 12:26:36 +0000 |
| commit | 9d73fabda7565749339e00d6ddc1669de18d448f (patch) | |
| tree | ab7be4a7aad8cb975f0cdfa546b802700d66d35b | |
| parent | 39c59153e929e3e663fe0efd645faa06f6c8b48e (diff) | |
Notes
| -rw-r--r-- | usr.sbin/chkgrp/chkgrp.8 | 7 | ||||
| -rw-r--r-- | usr.sbin/jail/jail.8 | 15 | ||||
| -rw-r--r-- | usr.sbin/mixer/mixer.8 | 8 | ||||
| -rw-r--r-- | usr.sbin/mount_portalfs/mount_portalfs.8 | 10 | ||||
| -rw-r--r-- | usr.sbin/mtree/mtree.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/newsyslog/newsyslog.8 | 14 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 2 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/version/pkg_version.1 | 7 | ||||
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 5 |
9 files changed, 33 insertions, 37 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8 index ce9497ce75a65..581fd64c37e03 100644 --- a/usr.sbin/chkgrp/chkgrp.8 +++ b/usr.sbin/chkgrp/chkgrp.8 @@ -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 diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index b71d0c0819cde..59ac46f6b4f90 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -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 . diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8 index aecedd40cfff9..cb1e0ef44dc1e 100644 --- a/usr.sbin/mixer/mixer.8 +++ b/usr.sbin/mixer/mixer.8 @@ -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 ^ | + | - | = diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8 index 3f6d08d33c123..ffbcb0860796e 100644 --- a/usr.sbin/mount_portalfs/mount_portalfs.8 +++ b/usr.sbin/mount_portalfs/mount_portalfs.8 @@ -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. diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 0dad86d29d1f5..47fa290d05bc7 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -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 diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index 09fbe44fe7c12..3db563f2964cb 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -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. diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 75b491b08fe31..14bf58f406686 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -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 diff --git a/usr.sbin/pkg_install/version/pkg_version.1 b/usr.sbin/pkg_install/version/pkg_version.1 index 07f7679b8e95a..b9f768884e9aa 100644 --- a/usr.sbin/pkg_install/version/pkg_version.1 +++ b/usr.sbin/pkg_install/version/pkg_version.1 @@ -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 diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index d879e2a5ed5fc..fb1aadac39a8a 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -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 |
