diff -ru 5.3_RC2/man8/boot_i386.8 5.3_stable_20050225/man8/boot_i386.8 --- 5.3_RC2/man8/boot_i386.8 Sun Oct 31 14:31:09 2004 +++ 5.3_stable_20050225/man8/boot_i386.8 Fri Feb 25 09:53:59 2005 @@ -34,7 +34,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" %FreeBSD: src/sbin/reboot/boot_i386.8,v 1.46.2.1 2004/09/30 04:33:52 brooks Exp % +.\" %FreeBSD: src/sbin/reboot/boot_i386.8,v 1.46.2.2 2005/02/12 15:18:11 brueffer Exp % .\" .Dd September 23, 2004 .Dt BOOT 8 i386 @@ -86,7 +86,8 @@ .Pa /boot.config is read only from the .Ql a -partition. As a result, slices which are missing an +partition. +As a result, slices which are missing an .Ql a parition require user intervention during the boot process. .Pp diff -ru 5.3_RC2/man8/bsdlabel.8 5.3_stable_20050225/man8/bsdlabel.8 --- 5.3_RC2/man8/bsdlabel.8 Sun Oct 31 14:31:02 2004 +++ 5.3_stable_20050225/man8/bsdlabel.8 Fri Feb 25 09:53:35 2005 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 -.\" %FreeBSD: src/sbin/bsdlabel/bsdlabel.8,v 1.58.2.1 2004/09/14 03:44:58 brooks Exp % +.\" %FreeBSD: src/sbin/bsdlabel/bsdlabel.8,v 1.58.2.2 2005/02/12 15:18:10 brueffer Exp % .\" .Dd March 15, 2003 .Dt BSDLABEL 8 @@ -475,12 +475,16 @@ Due to the use of an .Vt u_int32_t to store the number of sectors, -bsdlabels are restricted to a maximum of 2^32-1 sectors. +.Bx +labels are restricted to a maximum of 2^32-1 sectors. This usually means 2TB of disk space. Larger disks should be partitioned using another method such as .Xr gpt 8 . -.Pp -The various BSDs all use slightly different versions of BSD labels and +The various +.Bx Ns s +all use slightly different versions of +.Bx +labels and are not generally compatible. .Sh SEE ALSO .Xr ccd 4 , diff -ru 5.3_RC2/man8/devd.8 5.3_stable_20050225/man8/devd.8 --- 5.3_RC2/man8/devd.8 Sun Oct 31 14:31:03 2004 +++ 5.3_stable_20050225/man8/devd.8 Fri Feb 25 09:53:36 2005 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/sbin/devd/devd.8,v 1.12 2004/07/07 19:57:14 ru Exp % +.\" %FreeBSD: src/sbin/devd/devd.8,v 1.12.2.1 2004/12/06 18:10:02 ceri Exp % .\" .Dd October 17, 2002 .Dt DEVD 8 @@ -103,7 +103,9 @@ .Ic options section, one can define multiple directories to search for config files. -All files in each of these directories are parsed. +All files in these directories whose names match the pattern +.Pa *.conf +are parsed. These files are intended to be installed by third party vendors that wish to hook into the .Nm Only in 5.3_stable_20050225/man8: flowctl.8 diff -ru 5.3_RC2/man8/fsdb.8 5.3_stable_20050225/man8/fsdb.8 --- 5.3_RC2/man8/fsdb.8 Sun Oct 31 14:31:05 2004 +++ 5.3_stable_20050225/man8/fsdb.8 Fri Feb 25 09:53:42 2005 @@ -26,7 +26,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" %FreeBSD: src/sbin/fsdb/fsdb.8,v 1.26 2004/07/02 21:45:02 ru Exp % +.\" %FreeBSD: src/sbin/fsdb/fsdb.8,v 1.26.2.1 2005/02/23 01:33:12 trhodes Exp % .\" .Dd September 14, 1995 .Dt FSDB 8 @@ -226,14 +226,15 @@ .Xr clri 8 , .Xr fsck 8 .Sh BUGS -Manipulation of ``short'' symlinks doesn't work (in particular, don't -try changing a symlink's type). +Manipulation of ``short'' symlinks has no effect. +In particular, one should not +try changing a symlink's type. .Pp You must specify modes as numbers rather than symbolic names. .Pp There are a bunch of other things that you might want to do which .Nm -doesn't implement. +does not implement. .Sh HISTORY The .Nm diff -ru 5.3_RC2/man8/fsinfo.8 5.3_stable_20050225/man8/fsinfo.8 --- 5.3_RC2/man8/fsinfo.8 Sun Oct 31 14:32:24 2004 +++ 5.3_stable_20050225/man8/fsinfo.8 Fri Feb 25 09:57:30 2005 @@ -34,7 +34,7 @@ .\" .\" from: @(#)fsinfo.8 8.1 (Berkeley) 6/28/93 .\" $Id: fsinfo.8,v 1.3.2.5 2004/01/06 03:15:23 ezk Exp $ -.\" %FreeBSD: src/contrib/amd/fsinfo/fsinfo.8,v 1.10 2004/07/06 13:16:46 mbr Exp % +.\" %FreeBSD: src/contrib/amd/fsinfo/fsinfo.8,v 1.10.2.1 2005/02/23 01:45:24 trhodes Exp % .\" .Dd June 26, 1999 .Dt FSINFO 8 @@ -64,9 +64,9 @@ .Nm utility takes a set of system configuration information, and generates a coordinated set of -.I amd +.Xr amd 8 , -.I mount +.Xr mount 8 and .Xr mountd 8 configuration files. diff -ru 5.3_RC2/man8/ifconfig.8 5.3_stable_20050225/man8/ifconfig.8 --- 5.3_RC2/man8/ifconfig.8 Sun Oct 31 14:31:06 2004 +++ 5.3_stable_20050225/man8/ifconfig.8 Fri Feb 25 09:53:47 2005 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 -.\" %FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.85 2004/07/27 09:51:49 yar Exp % +.\" %FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.85.2.1 2005/02/12 15:18:10 brueffer Exp % .\" .Dd July 26, 2004 .Dt IFCONFIG 8 @@ -328,7 +328,7 @@ of each other, so setting one may also set the other. The driver will offload as much checksum work as it can reliably support, the exact level of offloading varies between drivers. -.It Fl rxcsum , Fl txcsum +.It Fl rxcsum , txcsum If the driver supports user-configurable checksum offloading, disable receive (or transmit) checksum offloading on the interface. These settings may not always be independent of each other. @@ -459,7 +459,7 @@ not on a .Xr vlan 4 interface itself. -.It Fl vlanmtu , Fl vlanhwtag +.It Fl vlanmtu , vlanhwtag If the driver offers user-configurable VLAN support, disable reception of extended frames or tag processing in hardware, respectively. diff -ru 5.3_RC2/man8/ipfw.8 5.3_stable_20050225/man8/ipfw.8 --- 5.3_RC2/man8/ipfw.8 Sun Oct 31 14:31:06 2004 +++ 5.3_stable_20050225/man8/ipfw.8 Fri Feb 25 09:53:49 2005 @@ -1,5 +1,5 @@ .\" -.\" %FreeBSD: src/sbin/ipfw/ipfw.8,v 1.150.2.3 2004/10/10 00:57:23 csjp Exp % +.\" %FreeBSD: src/sbin/ipfw/ipfw.8,v 1.150.2.5 2005/01/07 23:12:11 csjp Exp % .\" .Dd September 19, 2004 .Dt IPFW 8 @@ -905,7 +905,8 @@ .Cm count action followed by the comment. .It Cm bridged -Matches only bridged packets. +Alias for +.Cm layer2 . .It Cm dst-ip Ar ip-address Matches IP packets whose destination IP is one of the address(es) specified as argument. @@ -926,14 +927,10 @@ A .Ar group may be specified by name or number. -This option should be used only if debug.mpsafenet=0 to avoid -lock ordering issues which could result in system hard locks. .It Cm jail Ar prisonID Matches all TCP or UDP packets sent by or received for the jail whos prison ID is .Ar prisonID . -This option should be used only if debug.mpsafenet=0 to avoid -lock ordering issues which could result in system hard locks. .It Cm icmptypes Ar types Matches ICMP packets whose ICMP type is in the list .Ar types . @@ -1252,8 +1249,6 @@ A .Ar user may be matched by name or identification number. -This option should be used only if debug.mpsafenet=0 to avoid -lock ordering issues which could result in system hard locks. .It Cm verrevpath For incoming packets, a routing table lookup is done on the packet's source address. @@ -2288,10 +2283,6 @@ .Xr sysctl 8 , .Xr syslogd 8 .Sh BUGS -Lock ordering issues could result in system hard locks if rules which -contain UID, GID or jail ID constraints and used with debug.mpsafenet -set to 1. -.Pp The syntax has grown over the years and sometimes it might be confusing. Unfortunately, backward compatibility prevents cleaning up mistakes made in the definition of the syntax. diff -ru 5.3_RC2/man8/jail.8 5.3_stable_20050225/man8/jail.8 --- 5.3_RC2/man8/jail.8 Sun Oct 31 14:32:31 2004 +++ 5.3_stable_20050225/man8/jail.8 Fri Feb 25 09:57:54 2005 @@ -31,7 +31,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" %FreeBSD: src/usr.sbin/jail/jail.8,v 1.58 2004/08/15 08:21:50 maxim Exp % +.\" %FreeBSD: src/usr.sbin/jail/jail.8,v 1.58.2.1 2005/02/22 15:49:23 cperciva Exp % .\" .Dd April 8, 2003 .Dt JAIL 8 @@ -499,6 +499,15 @@ 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 +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 +privileged, and may manipulate system file flags subject to the usual +constaints on +.Va kern.securelevel . .El .Pp There are currently two MIB related variables that have per-jail settings. diff -ru 5.3_RC2/man8/kldunload.8 5.3_stable_20050225/man8/kldunload.8 --- 5.3_RC2/man8/kldunload.8 Sun Oct 31 14:31:07 2004 +++ 5.3_stable_20050225/man8/kldunload.8 Fri Feb 25 09:53:51 2005 @@ -23,9 +23,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/sbin/kldunload/kldunload.8,v 1.13 2004/07/13 19:36:58 phk Exp % +.\" %FreeBSD: src/sbin/kldunload/kldunload.8,v 1.13.2.2 2005/02/12 15:18:10 brueffer Exp % .\" -.Dd April 25, 1997 +.Dd July 13, 2004 .Dt KLDUNLOAD 8 .Os .Sh NAME @@ -34,11 +34,11 @@ .Sh SYNOPSIS .Nm .Op Fl f -.Op Fl v +.Op Fl fv .Fl i Ar id .Nm .Op Fl f -.Op Fl v +.Op Fl fv .Op Fl n .Ar name .Sh DESCRIPTION @@ -48,10 +48,12 @@ .Xr kldload 8 . .Pp The following options are available: -.Bl -tag -width indentXX +.Bl -tag -width ".Fl n Ar name" .It Fl f Force the unload. -This ignores error returns to MOD_QUISCE from the module and implies +This ignores error returns to +.Dv MOD_QUIESCE +from the module and implies that the module should be unloaded even if it is currently in use. The users are left to cope as best they can. .It Fl v diff -ru 5.3_RC2/man8/loader.4th.8 5.3_stable_20050225/man8/loader.4th.8 --- 5.3_RC2/man8/loader.4th.8 Sun Oct 31 14:32:04 2004 +++ 5.3_stable_20050225/man8/loader.4th.8 Fri Feb 25 09:56:21 2005 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/sys/boot/forth/loader.4th.8,v 1.14 2002/08/13 15:09:33 ru Exp % +.\" %FreeBSD: src/sys/boot/forth/loader.4th.8,v 1.14.8.1 2004/11/10 20:30:39 ru Exp % .\" -.Dd April 25, 1999 +.Dd September 30, 2004 .Dt LOADER.4TH 8 .Os .Sh NAME @@ -183,7 +183,7 @@ Load a different kernel with the standard configuration: .Pp .Bd -literal -offset indent -compact -set kernel="/boot/kernel.old/kernel" +set kernel="kernel.old" unload boot-conf .Ed diff -ru 5.3_RC2/man8/loader.8 5.3_stable_20050225/man8/loader.8 --- 5.3_RC2/man8/loader.8 Sun Oct 31 14:32:04 2004 +++ 5.3_stable_20050225/man8/loader.8 Fri Feb 25 09:56:21 2005 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/sys/boot/common/loader.8,v 1.64.2.1 2004/09/26 06:32:03 maxim Exp % +.\" %FreeBSD: src/sys/boot/common/loader.8,v 1.64.2.2 2004/11/10 20:30:38 ru Exp % .\" -.Dd August 18, 2004 +.Dd October 1, 2004 .Dt LOADER 8 .Os .Sh NAME @@ -131,7 +131,7 @@ The builtin commands available are: .Pp .Bl -tag -width Ds -compact -.It Ic autoboot Op Ar seconds +.It Ic autoboot Op Ar seconds Op Ar prompt Proceeds to bootstrap the system after a number of seconds, if not interrupted by the user. Displays a countdown prompt @@ -269,9 +269,7 @@ from the environment. .Pp .It Ic \&? -Same as -.Dq help index . -.Pp +Lists available commands. .El .Ss BUILTIN ENVIRONMENT VARIABLES The @@ -334,24 +332,37 @@ .It Va boot_askname Instructs the kernel to prompt the user for the name of the root device when the kernel is booted. +.It Va boot_cdrom +Instructs the kernel to try to mount the root file system from CD-ROM. .It Va boot_ddb Instructs the kernel to start in the DDB debugger, rather than proceeding to initialize when booted. .It Va boot_gdb Selects gdb-remote mode for the kernel debugger by default. +.It Va boot_multicons +Enables multiple console support in the kernel early on boot. +In a running system, console configuration can be manipulated +by the +.Xr conscontrol 8 +utility. +.It Va boot_serial +Force the use of a serial console even when an internal console +is present. .It Va boot_single -Prevents the kernel from initiating a multi-user startup; instead single-user -mode will be entered when the kernel has finished device probing. +Prevents the kernel from initiating a multi-user startup; instead, +a single-user mode will be entered when the kernel has finished +device probing. .It Va boot_userconfig Requests that the kernel's interactive device configuration program be run when the kernel is booted. +Currently a no-op. .It Va boot_verbose Setting this variable causes extra debugging information to be printed by the kernel during the boot phase. .It Va bootfile List of semicolon-separated search path for bootable kernels. The default is -.Dq Li kernel;kernel.old . +.Dq Li kernel . .It Va console Defines the current console. .It Va currdev @@ -365,7 +376,7 @@ .Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall . .It Va interpret Has the value -.Dq Li ok +.Dq Li OK if the Forth's current state is interpreting. .It Va LINES Define the number of lines on the screen, to be used by the pager. @@ -384,7 +395,11 @@ .Nm Ns 's prompt. Defaults to -.Dq Li "${currdev}>" . +.Dq Li "${interpret}" . +If variable +.Va prompt +is unset, the default prompt is +.Ql > . .It Va root_disk_unit If the code which detects the disk unit number for the root disk is confused, e.g.\& by a mix of SCSI and IDE disks, or IDE disks with @@ -398,13 +413,6 @@ This can be overridden by setting .Va rootdev explicitly. -.It Va dumpdev -The name of a device where the kernel can save a crash dump in case -of a panic. -This automatically sets the -.Va kern.dumpdev -.Xr sysctl 3 -MIB variable. .El .Pp Other variables are used to override kernel tunable parameters. @@ -771,16 +779,10 @@ .Pp .Dl boot -s .Pp -Load kernel's user configuration file. +Load the kernel, a splash screen, and then autoboot in five seconds. Notice that a kernel must be loaded before any other .Ic load command is attempted. -.Bd -literal -offset indent -load kernel -load -t userconfig_script /boot/kernel.conf -.Ed -.Pp -Load the kernel, a splash screen, and then autoboot in five seconds. .Bd -literal -offset indent load kernel load splash_bmp diff -ru 5.3_RC2/man8/lptcontrol.8 5.3_stable_20050225/man8/lptcontrol.8 --- 5.3_RC2/man8/lptcontrol.8 Sun Oct 31 14:32:33 2004 +++ 5.3_stable_20050225/man8/lptcontrol.8 Fri Feb 25 09:57:59 2005 @@ -10,8 +10,8 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.\" %FreeBSD: src/usr.sbin/lptcontrol/lptcontrol.8,v 1.20 2004/07/18 02:22:47 obrien Exp % -.Dd September 3, 1994 +.\" %FreeBSD: src/usr.sbin/lptcontrol/lptcontrol.8,v 1.20.2.1 2005/02/22 13:55:14 keramida Exp % +.Dd February 22, 2005 .Dt LPTCONTROL 8 .Os .Sh NAME @@ -19,13 +19,13 @@ .Nd a utility for manipulating the lpt printer driver .Sh SYNOPSIS .Nm -.Fl i | p | e | s -.Op Fl d Ar device +.Fl e | i | p | s +.Op Fl d Ar control_device .Sh DESCRIPTION The .Nm -utility is used to set either the interrupt-driven, extended or polling mode -of individual +utility is used to set either the interrupt-driven, extended, standard, +or polling mode of individual .Xr lpt 4 devices. When a printer is switched from @@ -38,27 +38,27 @@ .Pp The following command line options are supported: .Bl -tag -width indent +.It Fl e +Turn on extended mode. .It Fl i Turn on interrupt-driven mode. .It Fl p Turn on polled mode. -.It Fl e -Turn on extended mode. .It Fl s Turn on standard mode, i.e., turn off extended mode. -.It Fl d Ar device -Set the mode of the printer device specified by -.Ar device . +.It Fl d Ar control_device +Set the mode of the printer control device specified by +.Ar control_device . The default value for -.Ar device +.Ar control_device is .Pa /dev/lpt0 . .El .Pp One of -.Fl i , p +.Fl e , i , p or -.Fl e +.Fl s must be specified. .Sh FILES .Bl -tag -width /sys/i386/conf/GENERIC -compact @@ -68,11 +68,18 @@ printer control devices .It Pa /sys/i386/conf/GENERIC kernel configuration file +.It Pa /boot/device.hints +Device hints for the parallel port chipset driver, +.Xr ppc 4 .El .Sh BUGS -Sure to be some. +The control device name should never have been an option, +but should have been an optional argument. +Because of this, a single argument is treated as a device name. .Sh SEE ALSO -.Xr lpt 4 +.Xr lpt 4 , +.Xr ppc 4 , +.Xr device.hints 5 .Sh AUTHORS .An Geoffrey M. Rehmet .Sh HISTORY Only in 5.3_stable_20050225/man8: mkuzip.8 diff -ru 5.3_RC2/man8/mount_unionfs.8 5.3_stable_20050225/man8/mount_unionfs.8 --- 5.3_RC2/man8/mount_unionfs.8 Sun Oct 31 14:31:08 2004 +++ 5.3_stable_20050225/man8/mount_unionfs.8 Fri Feb 25 09:53:56 2005 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_union.8 8.6 (Berkeley) 3/27/94 -.\" %FreeBSD: src/sbin/mount_unionfs/mount_unionfs.8,v 1.18 2004/07/18 01:51:59 brueffer Exp % +.\" %FreeBSD: src/sbin/mount_unionfs/mount_unionfs.8,v 1.18.2.1 2005/02/12 15:18:10 brueffer Exp % .\" .Dd March 27, 1994 .Dt MOUNT_UNIONFS 8 @@ -88,8 +88,8 @@ must be superuser or else have write permission on the mounted-on directory. In addition, the -.Em vfs.usermount -.Xr sysctl 3 +.Va vfs.usermount +.Xr sysctl 8 variable must be set to 1 to permit file system mounting by ordinary users. .Pp Filenames are looked up in the upper layer and then in the diff -ru 5.3_RC2/man8/moused.8 5.3_stable_20050225/man8/moused.8 --- 5.3_RC2/man8/moused.8 Sun Oct 31 14:32:34 2004 +++ 5.3_stable_20050225/man8/moused.8 Fri Feb 25 09:58:03 2005 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/usr.sbin/moused/moused.8,v 1.46 2004/08/03 18:43:45 philip Exp % +.\" %FreeBSD: src/usr.sbin/moused/moused.8,v 1.46.2.1 2005/01/10 13:57:19 philip Exp % .\" .Dd April 1, 2000 .Dt MOUSED 8 @@ -43,6 +43,7 @@ .Op Fl F Ar rate .Op Fl r Ar resolution .Op Fl S Ar baudrate +.Op Fl V Op Fl U Ar distance .Op Fl a Ar X Ns Op , Ns Ar Y .Op Fl C Ar threshold .Op Fl m Ar N=M @@ -156,6 +157,12 @@ .It Fl S Ar baudrate Select the baudrate for the serial port (1200 to 9600). Not all serial mice support this option. +.It Fl V +Enable ``Virtual Scrolling'', with this option set, holding the middle mouse +button down will cause motion to be interpreted as scrolling. Use the +.Fl U +option to set the distance the mouse must move before the scrolling mode is +activated. .It Fl a Ar X Ns Op , Ns Ar Y Accelerate or decelerate the mouse input. This is a linear acceleration only. diff -ru 5.3_RC2/man8/newsyslog.8 5.3_stable_20050225/man8/newsyslog.8 --- 5.3_RC2/man8/newsyslog.8 Sun Oct 31 14:32:35 2004 +++ 5.3_stable_20050225/man8/newsyslog.8 Fri Feb 25 09:58:09 2005 @@ -1,7 +1,7 @@ .\" This file contains changes from the Open Software Foundation. .\" .\" from: @(#)newsyslog.8 -.\" %FreeBSD: src/usr.sbin/newsyslog/newsyslog.8,v 1.44 2004/07/02 23:12:50 ru Exp % +.\" %FreeBSD: src/usr.sbin/newsyslog/newsyslog.8,v 1.44.2.1 2005/02/24 06:06:58 trhodes Exp % .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" @@ -17,7 +17,7 @@ .\" the suitability of this software for any purpose. It is .\" provided "as is" without express or implied warranty. .\" -.Dd March 10, 2004 +.Dd February 24, 2005 .Dt NEWSYSLOG 8 .Os .Sh NAME @@ -231,3 +231,10 @@ .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 . diff -ru 5.3_RC2/man8/ntpdate.8 5.3_stable_20050225/man8/ntpdate.8 --- 5.3_RC2/man8/ntpdate.8 Sun Oct 31 14:32:37 2004 +++ 5.3_stable_20050225/man8/ntpdate.8 Fri Feb 25 09:58:13 2005 @@ -1,5 +1,5 @@ .\" -.\" %FreeBSD: src/usr.sbin/ntp/doc/ntpdate.8,v 1.7 2002/11/27 15:25:07 ru Exp % +.\" %FreeBSD: src/usr.sbin/ntp/doc/ntpdate.8,v 1.7.8.1 2004/11/15 21:02:10 simon Exp % .\" .Dd January 6, 2000 .Dt NTPDATE 8 @@ -115,7 +115,7 @@ should be in the format described in .Xr ntpd 8 . .It Fl o Ar version -Specify the NTP version for outgoint packets as the integer +Specify the NTP version for outgoing packets as the integer .Ar version , which can be 1 or 2. The default is 3. diff -ru 5.3_RC2/man8/ppp.8 5.3_stable_20050225/man8/ppp.8 --- 5.3_RC2/man8/ppp.8 Sun Oct 31 14:32:39 2004 +++ 5.3_stable_20050225/man8/ppp.8 Fri Feb 25 09:58:22 2005 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.312 2004/07/29 05:59:43 glebius Exp % +.\" %FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.312.2.1 2005/02/03 10:49:17 brian Exp % .\" .Dd July 20, 2004 .Dt PPP 8 @@ -808,6 +808,26 @@ .Pq Dq \&: . .It A command line must contain a space or tab in the first column. +.It +A string starting with the +.Dq $ +character is substituted with the value of the environment variable by +the same name. +Likewise, a string starting with the +.Dq ~ +character is substituted with the full path to the home directory of +the user account by the same name, and the +.Dq ~ +character by itself is substituted with the full path to the home directory +of the current user. +If you want to include a literal +.Dq $ +or +.Dq ~ +character in a command or argument, enclose them in double quotes, e.g., +.Bd -literal -offset indent +set password "pa$ss~word" +.Ed .El .Pp The @@ -2803,14 +2823,21 @@ If the peer agrees, both sides will exchange LQR packets at the agreed frequency, allowing detailed link quality monitoring by enabling LQM logging. -If the peer doesn't agree, -.Nm -will send ECHO LQR requests instead. +If the peer doesn't agree, and if the +.Dq echo +option is enabled, +.Nm +will send +.Em LCP ECHO +requests instead. These packets pass no information of interest, but they .Em MUST be replied to by the peer. .Pp -Whether using LQR or ECHO LQR, +Whether using +.Em LQR +or +.Em LCP ECHO , .Nm will abruptly drop the connection if 5 unacknowledged packets have been sent rather than sending a 6th. @@ -2820,6 +2847,12 @@ .Dq reconnect values are honoured as if the peer were responsible for dropping the connection. +.Pp +Refer to the +.Dq enable echo +command description for differences in behaviour prior to +.Nm +version 3.4.2. .It mppe Default: Enabled and Accepted. This is Microsoft Point to Point Encryption scheme. @@ -2923,6 +2956,33 @@ The following options are not actually negotiated with the peer. Therefore, accepting or denying them makes no sense. .Bl -tag -width 2n +.It echo +Default: Disabled. +When this option is enabled, +.Nm +will send +.Em LCP ECHO +requests to the peer at the frequency defined by +.Dq echoperiod . +Note, +.Em LQR +requests will supersede +.Em LCP ECHO +requests if enabled and negotiated. +See +.Dq set lqrperiod +below for details. +.Pp +Prior to +.Nm +version 3.4.2, +.Dq echo +was considered enabled if lqr was enabled and negotiated, otherwise it was +considered disabled. +For the same behaviour, it is now necessary to +.Dq enable lqr echo +rather than just +.Dq enable lqr . .It filter-decapsulation Default: Disabled. When this option is enabled, @@ -3063,6 +3123,49 @@ It is convenient to have this option enabled when the interface is also the default route as it avoids the necessity of a loopback route. +.It NAS-IP-Address +Default: Enabled. +This option controls whether +.Nm +sends the +.Dq NAS-IP-Address +attribute to the RADIUS server when RADIUS is in use +.Pq see Dq set radius . +.Pp +Note, at least one of +.Dq NAS-IP-Address +and +.Dq NAS-Identifier +must be enabled. +.Pp +Versions of +.Nm +prior to version 3.4.1 did not send the +.Dq NAS-IP-Address +atribute as it was reported to break the Radiator RADIUS server. +As the latest rfc (2865) no longer hints that only one of +.Dq NAS-IP-Address +and +.Dq NAS-Identifier +should be sent (as rfc 2138 did), +.Nm +now sends both and leaves it up to the administrator that chooses to use +bad RADIUS implementations to +.Dq disable NAS-IP-Address . +.It NAS-Identifier +Default: Enabled. +This option controls whether +.Nm +sends the +.Dq NAS-Identifier +attribute to the RADIUS server when RADIUS is in use +.Pq see Dq set radius . +.Pp +Note, at least one of +.Dq NAS-IP-Address +and +.Dq NAS-Identifier +must be enabled. .It passwdauth Default: Disabled. Enabling this option will tell the PAP authentication @@ -5059,18 +5162,24 @@ This specifies the chat script that will be used to logout before the hangup script is called. It should not normally be necessary. -.It set lqrperiod Ar frequency +.It set lqrperiod|echoperiod Ar frequency This command sets the .Ar frequency in seconds at which .Em LQR or -.Em ECHO LQR +.Em LCP ECHO packets are sent. The default is 30 seconds. You must also use the .Dq enable lqr -command if you wish to send LQR requests to the peer. +and/or +.Dq enable echo +commands if you wish to send +.Em LQR +or +.Em LCP ECHO +requests to the peer. .It set mode Ar interactive|auto|ddial|background This command allows you to change the .Sq mode @@ -5973,7 +6082,7 @@ .Xr getty 8 , .Xr inetd 8 , .Xr init 8 , -.Xr isdn 8 , +.Xr isdnd 8 , .Xr named 8 , .Xr ping 8 , .Xr pppctl 8 , diff -ru 5.3_RC2/man8/route.8 5.3_stable_20050225/man8/route.8 --- 5.3_RC2/man8/route.8 Sun Oct 31 14:31:10 2004 +++ 5.3_stable_20050225/man8/route.8 Fri Feb 25 09:54:00 2005 @@ -26,9 +26,9 @@ .\" SUCH DAMAGE. .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 -.\" %FreeBSD: src/sbin/route/route.8,v 1.38 2004/07/02 21:45:05 ru Exp % +.\" %FreeBSD: src/sbin/route/route.8,v 1.38.2.2 2005/02/12 15:23:54 brueffer Exp % .\" -.Dd November 10, 2003 +.Dd November 4, 2004 .Dt ROUTE 8 .Os .Sh NAME @@ -412,3 +412,13 @@ The first paragraph may have slightly exaggerated .Xr routed 8 Ns 's abilities. +.Pp +Currently, routes with the +.Dv RTF_BLACKHOLE +flag set need to have the gateway set to an instance of the +.Xr lo 4 +driver, using the +.Fl iface +option, for the flag to have any effect; unless IP fast forwarding +is enabled, in which case the meaning of the flag will always +be honored. diff -ru 5.3_RC2/man8/slattach.8 5.3_stable_20050225/man8/slattach.8 --- 5.3_RC2/man8/slattach.8 Sun Oct 31 14:31:10 2004 +++ 5.3_stable_20050225/man8/slattach.8 Fri Feb 25 09:54:02 2005 @@ -27,7 +27,7 @@ .\" .\" @(#)slattach.8 6.4 (Berkeley) 3/16/91 .\" -.\" %FreeBSD: src/sbin/slattach/slattach.8,v 1.25 2004/07/02 21:45:05 ru Exp % +.\" %FreeBSD: src/sbin/slattach/slattach.8,v 1.25.2.1 2005/01/06 03:50:55 rwatson Exp % .\" .Dd April 4, 1993 .Dt SLATTACH 8 @@ -267,7 +267,6 @@ .Sh SEE ALSO .Xr netstat 1 , .Xr startslip 1 , -.Xr uustat 1 , .Xr netintro 4 , .Xr ifconfig 8 , .Xr rc 8 , diff -ru 5.3_RC2/man8/smrsh.8 5.3_stable_20050225/man8/smrsh.8 --- 5.3_RC2/man8/smrsh.8 Sun Oct 31 14:30:24 2004 +++ 5.3_stable_20050225/man8/smrsh.8 Fri Feb 25 09:51:16 2005 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers. +.\" Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers. .\" All rights reserved. .\" Copyright (c) 1993 Eric P. Allman. All rights reserved. .\" Copyright (c) 1993 @@ -9,9 +9,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: smrsh.8,v 8.20 2003/10/07 18:05:12 ca Exp $ +.\" $Id: smrsh.8,v 8.22 2004/08/06 03:55:35 gshapiro Exp $ .\" -.TH SMRSH 8 "$Date: 2003/10/07 18:05:12 $" +.TH SMRSH 8 "$Date: 2004/08/06 03:55:35 $" .SH NAME smrsh \- restricted shell for sendmail .SH SYNOPSIS @@ -91,8 +91,8 @@ .PP /var/adm/sm.bin \- directory for restricted programs on HP UX and Solaris .PP -/usr/libexec/sm.bin \- directory for restricted programs on FreeBSD (>= 3.3) +/usr/libexec/sm.bin \- directory for restricted programs on FreeBSD (>= 3.3) and DragonFly BSD .SH SEE ALSO sendmail(8) -.\" %FreeBSD: src/contrib/sendmail/smrsh/smrsh.8,v 1.12 2004/08/01 01:16:15 gshapiro Exp % +.\" %FreeBSD: src/contrib/sendmail/smrsh/smrsh.8,v 1.12.2.1 2005/02/19 17:15:27 gshapiro Exp % diff -ru 5.3_RC2/man8/sticky.8 5.3_stable_20050225/man8/sticky.8 --- 5.3_RC2/man8/sticky.8 Sun Oct 31 14:31:45 2004 +++ 5.3_stable_20050225/man8/sticky.8 Fri Feb 25 09:55:34 2005 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sticky.8 8.1 (Berkeley) 6/5/93 -.\" %FreeBSD: src/share/man/man8/sticky.8,v 1.9 2003/09/10 19:24:35 ru Exp % +.\" %FreeBSD: src/share/man/man8/sticky.8,v 1.9.4.1 2005/01/18 01:40:15 trhodes Exp % .\" .Dd June 5, 1993 .Dt STICKY 8 @@ -41,7 +41,7 @@ .Sh DESCRIPTION A special file mode, called the .Em sticky bit -(mode S_ISVTX), +(mode S_ISTXT), is used to indicate special treatment for directories. It is ignored for regular files. diff -ru 5.3_RC2/man8/sysctl.8 5.3_stable_20050225/man8/sysctl.8 --- 5.3_RC2/man8/sysctl.8 Sun Oct 31 14:31:11 2004 +++ 5.3_stable_20050225/man8/sysctl.8 Fri Feb 25 09:54:03 2005 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" %FreeBSD: src/sbin/sysctl/sysctl.8,v 1.54 2004/04/09 19:58:39 markm Exp % +.\" %FreeBSD: src/sbin/sysctl/sysctl.8,v 1.54.2.2 2005/02/12 15:18:11 brueffer Exp % .\" .Dd March 10, 2002 .Dt SYSCTL 8 @@ -93,6 +93,12 @@ listsysctls () { set -A reply $(sysctl -AN ${1%.*}) } compctl -K listsysctls sysctl .Ed +.Pp +To enable completion of variable names in +.Xr tcsh 1 , +use: +.Pp +.Dl "complete sysctl 'n/*/`sysctl -Na`/'" .It Fl n Show only variable values, not their names. This option is useful for setting shell variables. diff -ru 5.3_RC2/man8/syslogd.8 5.3_stable_20050225/man8/syslogd.8 --- 5.3_RC2/man8/syslogd.8 Sun Oct 31 14:32:43 2004 +++ 5.3_stable_20050225/man8/syslogd.8 Fri Feb 25 09:58:36 2005 @@ -26,9 +26,9 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 -.\" %FreeBSD: src/usr.sbin/syslogd/syslogd.8,v 1.52 2004/08/07 04:28:55 imp Exp % +.\" %FreeBSD: src/usr.sbin/syslogd/syslogd.8,v 1.52.2.2 2004/12/05 15:33:30 glebius Exp % .\" -.Dd November 24, 2001 +.Dd November 8, 2004 .Dt SYSLOGD 8 .Os .Sh NAME @@ -40,7 +40,10 @@ .Op Fl a Ar allowed_peer .Op Fl b Ar bind_address .Op Fl f Ar config_file -.Op Fl l Ar path +.Oo +.Fl l Op Ar mode: Ns +.Ar path +.Oc .Op Fl m Ar mark_interval .Op Fl P Ar pid_file .Op Fl p Ar log_socket @@ -206,10 +209,12 @@ Specify a location where .Nm should place an additional log socket. -Up to 19 additional logging sockets can be specified. The primary use for this is to place additional log sockets in .Pa /var/run/log of various chroot filespaces. +File permissions for socket can be specified in octal representation +before socket name, delimited with a colon. +Path to socket location must be absolute. .It Fl s Operate in secure mode. Do not log messages from remote machines. @@ -245,8 +250,10 @@ .Nm utility reads messages from the .Ux -domain socket -.Pa /var/run/log , +domain sockets +.Pa /var/run/log +and +.Pa /var/run/logpriv , from an Internet domain socket specified in .Pa /etc/services , and from the special device @@ -288,6 +295,9 @@ name of the .Ux domain datagram log socket +.It Pa /var/run/logpriv +.Ux +socket for privileged applications .It Pa /dev/klog kernel log device .El @@ -295,7 +305,8 @@ .Xr logger 1 , .Xr syslog 3 , .Xr services 5 , -.Xr syslog.conf 5 +.Xr syslog.conf 5 , +.Xr newsyslog 8 .Sh HISTORY The .Nm diff -ru 5.3_RC2/man8/telnetd.8 5.3_stable_20050225/man8/telnetd.8 --- 5.3_RC2/man8/telnetd.8 Sun Oct 31 14:30:24 2004 +++ 5.3_stable_20050225/man8/telnetd.8 Fri Feb 25 09:51:17 2005 @@ -30,9 +30,9 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.4 (Berkeley) 6/1/94 -.\" %FreeBSD: src/contrib/telnet/telnetd/telnetd.8,v 1.18 2001/12/14 14:41:07 ru Exp % +.\" %FreeBSD: src/contrib/telnet/telnetd/telnetd.8,v 1.18.8.1 2005/02/13 13:17:23 maxim Exp % .\" -.Dd January 27, 2000 +.Dd January 9, 2005 .Dt TELNETD 8 .Os .Sh NAME @@ -42,7 +42,7 @@ protocol server .Sh SYNOPSIS .Nm /usr/libexec/telnetd -.Op Fl BUhlkn +.Op Fl 46BUhlkn .Op Fl D Ar debugmode .Op Fl S Ar tos .Op Fl X Ar authtype @@ -86,6 +86,14 @@ .Nm command accepts the following options: .Bl -tag -width indent +.It Fl 4 +Forces +.Nm +to use IPv4 addresses only. +.It Fl 6 +Forces +.Nm +to use IPv6 addresses only. .It Fl a Ar authmode This option may be used for specifying what mode should be used for authentication. @@ -243,6 +251,13 @@ command to run to complete the login. The alternate command must understand the same command arguments as the standard login. .It Fl S Ar tos +Sets the IP type-of-service (TOS) option for the telnet +connection to the value +.Ar tos , +which can be a numeric TOS value or, on systems that support it, a symbolic +TOS name found in the +.Pa /etc/iptos +file. .It Fl u Ar len This option is used to specify the size of the field in the diff -ru 5.3_RC2/man8/ugidfw.8 5.3_stable_20050225/man8/ugidfw.8 --- 5.3_RC2/man8/ugidfw.8 Sun Oct 31 14:32:44 2004 +++ 5.3_stable_20050225/man8/ugidfw.8 Fri Feb 25 09:58:39 2005 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" %FreeBSD: src/usr.sbin/ugidfw/ugidfw.8,v 1.7 2004/07/02 23:12:58 ru Exp % +.\" %FreeBSD: src/usr.sbin/ugidfw/ugidfw.8,v 1.7.2.1 2005/01/18 04:41:40 trhodes Exp % .\" .Dd February 24, 2004 .Dt UGIDFW 8 @@ -72,7 +72,7 @@ .Nm utility provides an .Xr ipfw 8 Ns -like -interface to manage accesses to file system objects by UID and GID, +interface to manage access to file system objects by UID and GID, supported by the .Xr mac_bsdextended 4 .Xr mac 9 diff -ru 5.3_RC2/man8/vinum.8 5.3_stable_20050225/man8/vinum.8 --- 5.3_RC2/man8/vinum.8 Sun Oct 31 14:31:11 2004 +++ 5.3_stable_20050225/man8/vinum.8 Fri Feb 25 09:54:04 2005 @@ -35,7 +35,7 @@ .\" advised of the possibility of such damage. .\" .\" $Id: vinum.8,v 1.15 2001/05/14 01:10:37 grog Exp grog $ -.\" %FreeBSD: src/sbin/vinum/vinum.8,v 1.70 2004/07/03 00:13:43 ru Exp % +.\" %FreeBSD: src/sbin/vinum/vinum.8,v 1.70.2.1 2004/12/29 09:24:44 keramida Exp % .\" .Dd May 5, 2003 .Dt VINUM 8 @@ -2652,7 +2652,7 @@ .Pa mirror , enter the following command: .Pp -.Dl "# newfs -v /dev/vinum/mirror" +.Dl "# newfs -U /dev/vinum/mirror" .Pp A number of other considerations apply to .Nm