Sort sections.
This commit is contained in:
parent
c75ac46947
commit
59a3c79da6
@ -121,13 +121,13 @@ allows times recorded in
|
||||
.Pa modems
|
||||
to be charged out at a different rate than
|
||||
.Pa other .
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/log/wtmp -compact
|
||||
.It Pa /var/log/wtmp
|
||||
connect time accounting file
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr login 1 ,
|
||||
.Xr utmp 5 ,
|
||||
|
@ -139,6 +139,10 @@ flag may not be used with this option.
|
||||
.It Fl o Ar dsdt_output
|
||||
Store the DSDT data block from physical memory into the specified file.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/mem
|
||||
.It Pa /dev/mem
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
This example dumps the DSDT from physical memory to foo.dsdt.
|
||||
It also prints the contents of various system tables and disassembles
|
||||
@ -153,19 +157,21 @@ Verbose messages are enabled.
|
||||
.Bd -literal -offset indent
|
||||
# acpidump -v -d -f foo.dsdt
|
||||
.Ed
|
||||
.Sh BUGS
|
||||
The current implementation does not dump the BOOT structure or
|
||||
other miscellaneous tables.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/mem
|
||||
.It Pa /dev/mem
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr acpi 4 ,
|
||||
.Xr mem 4 ,
|
||||
.Xr acpiconf 8 ,
|
||||
.Xr acpidb 8 ,
|
||||
.Xr iasl 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 5.0
|
||||
and was rewritten to use
|
||||
.Xr iasl 8
|
||||
for
|
||||
.Fx 5.2 .
|
||||
.Sh AUTHORS
|
||||
.An Doug Rabson Aq dfr@FreeBSD.org
|
||||
.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org
|
||||
@ -181,12 +187,6 @@ Some contributions made by
|
||||
.An Michael Lucas Aq mwlucas@blackhelicopters.org
|
||||
and
|
||||
.An Michael Smith Aq msmith@FreeBSD.org .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 5.0
|
||||
and was rewritten to use
|
||||
.Xr iasl 8
|
||||
for
|
||||
.Fx 5.2 .
|
||||
.Sh BUGS
|
||||
The current implementation does not dump the BOOT structure or
|
||||
other miscellaneous tables.
|
||||
|
@ -536,6 +536,11 @@ The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 4.0 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
utility was written by
|
||||
.An Bill Paul Aq wpaul@ee.columbia.edu .
|
||||
.Sh BUGS
|
||||
The statistics counters do not seem to show the amount of transmit
|
||||
and received frames as increasing.
|
||||
@ -546,8 +551,3 @@ driver uses unmodified packet mode instead of letting the NIC perform
|
||||
802.11/ethernet encapsulation itself.
|
||||
.Pp
|
||||
Setting the channel does not seem to have any effect.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
utility was written by
|
||||
.An Bill Paul Aq wpaul@ee.columbia.edu .
|
||||
|
@ -127,6 +127,17 @@ Suspend the system.
|
||||
It is equivalent to
|
||||
.Nm zzz .
|
||||
.El
|
||||
.Sh NOTES
|
||||
.Xr apmconf 8
|
||||
has been merged in
|
||||
.Nm
|
||||
and thus
|
||||
.Nm
|
||||
replaces all of its functionality.
|
||||
.Sh SEE ALSO
|
||||
.Xr apm 4
|
||||
.Sh AUTHORS
|
||||
.An Tatsumi Hosokawa Aq hosokawa@jp.FreeBSD.org
|
||||
.Sh BUGS
|
||||
Some APM implementations do not support parameters needed by
|
||||
.Nm .
|
||||
@ -144,14 +155,3 @@ by using
|
||||
.Nm
|
||||
or
|
||||
.Nm zzz .
|
||||
.Sh NOTES
|
||||
.Xr apmconf 8
|
||||
has been merged in
|
||||
.Nm
|
||||
and thus
|
||||
.Nm
|
||||
replaces all of its functionality.
|
||||
.Sh SEE ALSO
|
||||
.Xr apm 4
|
||||
.Sh AUTHORS
|
||||
.An Tatsumi Hosokawa Aq hosokawa@jp.FreeBSD.org
|
||||
|
@ -255,6 +255,12 @@ STANDBY state instead.
|
||||
.El
|
||||
.Ed
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/apmd.conf -compact
|
||||
.It Pa /etc/apmd.conf
|
||||
.It Pa /dev/apmctl
|
||||
.It Pa /var/run/apmd.pid
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
Sample configuration commands include:
|
||||
.Bd -literal
|
||||
@ -293,15 +299,14 @@ apm_event STANDBYRESUME {
|
||||
# exec "apm -Z";
|
||||
#}
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/apmd.conf -compact
|
||||
.It Pa /etc/apmd.conf
|
||||
.It Pa /dev/apmctl
|
||||
.It Pa /var/run/apmd.pid
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr apm 4 ,
|
||||
.Xr apm 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Fx 3.3 .
|
||||
.Sh AUTHORS
|
||||
.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org
|
||||
.An KOIE Hidetaka Aq koie@suri.co.jp
|
||||
@ -314,8 +319,3 @@ Some contributions made by
|
||||
.An NAKAGAWA Yoshihisa Aq nakagawa@jp.FreeBSD.org ,
|
||||
and
|
||||
.An Nick Hilliard Aq nick@foobar.org .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Fx 3.3 .
|
||||
|
@ -153,9 +153,6 @@ The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 5.3 .
|
||||
.Sh BUGS
|
||||
Aironet Arlan 640 bridges and Arlan 630 access points do not understand
|
||||
country codes other than 9.
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -164,3 +161,6 @@ utility was written by
|
||||
.Aq ran@styx.aic.net .
|
||||
This manpage was written by
|
||||
.An Yuri Kurenkov Aq y.kurenkov@init.ru .
|
||||
.Sh BUGS
|
||||
Aironet Arlan 640 bridges and Arlan 630 access points do not understand
|
||||
country codes other than 9.
|
||||
|
@ -96,6 +96,9 @@ option tells
|
||||
to look for KLDs with names of the form
|
||||
.Ao Ar module Ac Ns Pa .ko .
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gdb 1 ,
|
||||
.Xr kldstat 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
@ -107,6 +110,3 @@ utility first appeared in
|
||||
It should be possible to write to an
|
||||
.Ar outfile
|
||||
without specifying a module path.
|
||||
.Sh SEE ALSO
|
||||
.Xr gdb 1 ,
|
||||
.Xr kldstat 8
|
||||
|
@ -151,13 +151,6 @@ number which is incremented every time a dump is taken.
|
||||
.%T "A Distributed ATMARP Service Using SCSP"
|
||||
.%O "draft\-ietf\-ion\-scsp\-atmarpd\-00.txt"
|
||||
.Re
|
||||
.Sh BUGS
|
||||
Results are unpredictable if multiple instantiations of
|
||||
.Nm
|
||||
are run simultaneously for a given network interface.
|
||||
.Pp
|
||||
Please report any bugs to
|
||||
.Aq harp\-bugs@magic.net .
|
||||
.Sh COPYRIGHT
|
||||
Copyright (c) 1994-1998, Network Computing Services, Inc.
|
||||
.Sh AUTHORS
|
||||
@ -170,3 +163,10 @@ Network Computing Services, Inc.
|
||||
.Sh ACKNOWLEDGMENTS
|
||||
This software was developed with the support of the Defense
|
||||
Advanced Research Projects Agency (DARPA).
|
||||
.Sh BUGS
|
||||
Results are unpredictable if multiple instantiations of
|
||||
.Nm
|
||||
are run simultaneously for a given network interface.
|
||||
.Pp
|
||||
Please report any bugs to
|
||||
.Aq harp\-bugs@magic.net .
|
||||
|
@ -610,15 +610,6 @@ option is specified on the command line.
|
||||
.%O "draft\-ietf\-ion\-scsp\-atmarpd\-00.txt"
|
||||
.%T "A Distributed ATMARP Service Using SCSP"
|
||||
.Re
|
||||
.Sh BUGS
|
||||
If
|
||||
.Nm
|
||||
terminates and is restarted, there will be a period of
|
||||
instability while previously-synchronized cache entries time out and are
|
||||
refreshed.
|
||||
.Pp
|
||||
Please report any bugs to
|
||||
.Aq harp\-bugs@magic.net .
|
||||
.Sh COPYRIGHT
|
||||
Copyright (c) 1994-1998, Network Computing Services, Inc.
|
||||
.Sh AUTHORS
|
||||
@ -631,3 +622,12 @@ Network Computing Services, Inc.
|
||||
.Sh ACKNOWLEDGMENTS
|
||||
This software was developed with the support of the Defense
|
||||
Advanced Research Projects Agency (DARPA).
|
||||
.Sh BUGS
|
||||
If
|
||||
.Nm
|
||||
terminates and is restarted, there will be a period of
|
||||
instability while previously-synchronized cache entries time out and are
|
||||
refreshed.
|
||||
.Pp
|
||||
Please report any bugs to
|
||||
.Aq harp\-bugs@magic.net .
|
||||
|
@ -87,19 +87,19 @@ Endpoint
|
||||
of device
|
||||
.Ar N .
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
To download the firmware into the
|
||||
.Pa /dev/ubtbcmfw0
|
||||
device:
|
||||
.Pp
|
||||
.Dl "bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin"
|
||||
.Sh BUGS
|
||||
Most likely.
|
||||
Please report if found.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr ubtbcmfw 4 ,
|
||||
.Xr ugen 4
|
||||
.Sh AUTHORS
|
||||
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|
||||
.Sh BUGS
|
||||
Most likely.
|
||||
Please report if found.
|
||||
|
@ -63,11 +63,11 @@ Display usage message and exit.
|
||||
Connect to the specified Netgraph driver node of type
|
||||
.Dv BTCCC .
|
||||
.El
|
||||
.Sh BUGS
|
||||
Please report if found.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr ng_bt3c 4
|
||||
.Sh AUTHORS
|
||||
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|
||||
.Sh BUGS
|
||||
Please report if found.
|
||||
|
@ -86,13 +86,13 @@ are:
|
||||
.It Cm Known
|
||||
.It Cm Forget
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh FILES
|
||||
.Bl -tag -width ".Pa /etc/bluetooth/bthidd.conf" -compact
|
||||
.It Pa /etc/bluetooth/bthidd.conf
|
||||
.It Pa /var/db/bthidd.hids
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr bthidd 8
|
||||
.Sh AUTHORS
|
||||
|
@ -168,9 +168,6 @@ are:
|
||||
.It Cm Read_Node_Role_Switch
|
||||
.It Cm Write_Node_Role_Switch
|
||||
.El
|
||||
.Sh BUGS
|
||||
Most likely.
|
||||
Please report if found.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
@ -181,3 +178,6 @@ Please report if found.
|
||||
.Xr hcseriald 8
|
||||
.Sh AUTHORS
|
||||
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|
||||
.Sh BUGS
|
||||
Most likely.
|
||||
Please report if found.
|
||||
|
@ -106,12 +106,6 @@ The default is
|
||||
.It Fl h
|
||||
Display usage message and exit.
|
||||
.El
|
||||
.Sh BUGS
|
||||
Currently there is no way to select link key or PIN code based on which local
|
||||
device received the request.
|
||||
Everything is based on remote device BD_ADDR.
|
||||
Also might implement interface for external helpers to obtain link keys and
|
||||
PIN codes.
|
||||
.Sh FILES
|
||||
.Bl -tag -width ".Pa /etc/bluetooth/hcsecd.conf" -compact
|
||||
.It Pa /etc/bluetooth/hcsecd.conf
|
||||
@ -126,3 +120,9 @@ PIN codes.
|
||||
.Xr hcseriald 8
|
||||
.Sh AUTHORS
|
||||
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|
||||
.Sh BUGS
|
||||
Currently there is no way to select link key or PIN code based on which local
|
||||
device received the request.
|
||||
Everything is based on remote device BD_ADDR.
|
||||
Also might implement interface for external helpers to obtain link keys and
|
||||
PIN codes.
|
||||
|
@ -100,9 +100,6 @@ internal use.
|
||||
Use this option with caution.
|
||||
Some implementations may not like large sizes and may hang or even crash.
|
||||
.El
|
||||
.Sh BUGS
|
||||
Could collect more statistic.
|
||||
Could check for duplicated, corrupted and lost packets.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
@ -113,3 +110,6 @@ Could check for duplicated, corrupted and lost packets.
|
||||
.Xr l2control 8
|
||||
.Sh AUTHORS
|
||||
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|
||||
.Sh BUGS
|
||||
Could collect more statistic.
|
||||
Could check for duplicated, corrupted and lost packets.
|
||||
|
@ -266,6 +266,8 @@ Switched Data), HSCSD (High Speed Circuit Switched Data) or GPRS (General
|
||||
Packet Radio Service) connection.
|
||||
The availability of the particular connection
|
||||
type depends on the phone model and service plan activated on the phone.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
.Dl "rfcomm_pppd -s -a 00:01:02:03:04:05 -C 1 -l rfcomm-server"
|
||||
.Pp
|
||||
@ -305,8 +307,6 @@ in
|
||||
mode with
|
||||
.Dq Li rfcomm-client
|
||||
label.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh CAVEAT
|
||||
The
|
||||
.Nm
|
||||
|
@ -122,9 +122,6 @@ It only performs minimal checking on the service data sent in the Service
|
||||
Register request.
|
||||
It is assumed that application must obtain all required resources such
|
||||
as RFCOMM channels etc., before registering the service.
|
||||
.Sh BUGS
|
||||
Most likely.
|
||||
Please report if found.
|
||||
.Sh FILES
|
||||
.Bl -tag -width ".Pa /var/run/sdp" -compact
|
||||
.It Pa /var/run/sdp
|
||||
@ -134,3 +131,6 @@ Please report if found.
|
||||
.Xr sdpcontrol 8
|
||||
.Sh AUTHORS
|
||||
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|
||||
.Sh BUGS
|
||||
Most likely.
|
||||
Please report if found.
|
||||
|
@ -153,6 +153,8 @@ image
|
||||
.It Pa /boot/boot0sio
|
||||
Image for serial consoles (COM1,9600,8,N,1,MODEM)
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
To boot slice 2 on the next boot:
|
||||
.Pp
|
||||
@ -161,8 +163,6 @@ To boot slice 2 on the next boot:
|
||||
To enable just slices 1 and 2 in the menu:
|
||||
.Pp
|
||||
.Dl "boot0cfg -m 0x3 ad0"
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr boot 8 ,
|
||||
.Xr fdisk 8
|
||||
|
@ -94,11 +94,11 @@ Specify the sector size.
|
||||
The default sector size is 512
|
||||
(bytes/sector).
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr boot 8 ,
|
||||
.Xr fdisk 8
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh AUTHORS
|
||||
.An NOKUBI Hirotaka ,
|
||||
.An KATO Takenori
|
||||
|
@ -67,10 +67,10 @@ The alias address must of course be free for use.
|
||||
.Xr syslog 3 ,
|
||||
.Xr bootparams 5 ,
|
||||
.Xr diskless 8
|
||||
.Sh AUTHORS
|
||||
Written by
|
||||
.An Klas Heggemann Aq klas@nada.kth.se .
|
||||
.Sh BUGS
|
||||
You may find the
|
||||
.Xr syslog 3
|
||||
loggings to be verbose.
|
||||
.Sh AUTHORS
|
||||
Written by
|
||||
.An Klas Heggemann Aq klas@nada.kth.se .
|
||||
|
@ -89,10 +89,10 @@ where
|
||||
may be 0, and should not exceed the number of pages occupied by the
|
||||
combined .text and .data segments of the client image.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr ld 1 ,
|
||||
.Xr boot 8
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh AUTHORS
|
||||
.An Robert Nordier Aq rnordier@FreeBSD.org .
|
||||
|
@ -155,6 +155,15 @@ quietly zero padded to fit the blocksize requirement.
|
||||
The conventional filename
|
||||
.Fl
|
||||
refers to stdin, and can only be used once.
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variables affect the execution of
|
||||
.Nm :
|
||||
.Bl -tag -width ".Ev CDROM"
|
||||
.It Ev CDROM
|
||||
The CD device to use if one is not specified with the
|
||||
.Fl f
|
||||
flag.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
The typical usage for burning a data CD-R:
|
||||
.Pp
|
||||
@ -186,17 +195,6 @@ as part of the
|
||||
.Pa sysutils/cdrtools
|
||||
port, is commonly used to create ISO9660 file system images
|
||||
from a given directory tree.
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variables affect the execution of
|
||||
.Nm :
|
||||
.Bl -tag -width ".Ev CDROM"
|
||||
.It Ev CDROM
|
||||
The CD device to use if one is not specified with the
|
||||
.Fl f
|
||||
flag.
|
||||
.El
|
||||
.Sh BUGS
|
||||
Probably, please report when found.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
@ -209,3 +207,5 @@ utility and this manpage was contributed by
|
||||
.An S\(/oren Schmidt ,
|
||||
Denmark
|
||||
.Aq sos@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Probably, please report when found.
|
||||
|
@ -203,12 +203,12 @@ These variables have been deprecated in favour of
|
||||
.It Pa /dev/mcd0
|
||||
.It Pa /dev/acd0
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
.An Jean-Marc Zucconi
|
||||
.An Andrey A. Chernov
|
||||
.An Serge V. Vakulenko
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Fx 2.1 .
|
||||
.Sh AUTHORS
|
||||
.An Jean-Marc Zucconi
|
||||
.An Andrey A. Chernov
|
||||
.An Serge V. Vakulenko
|
||||
|
@ -50,16 +50,6 @@ numeric.
|
||||
.It Pa /etc/group
|
||||
group database file
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr getgrent 3 ,
|
||||
.Xr group 5
|
||||
.Sh DIAGNOSTICS
|
||||
For each error found,
|
||||
.Nm
|
||||
will print an error message containing the name of the file being
|
||||
scanned and the line number on which the error was found.
|
||||
Otherwise no
|
||||
output is produced.
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
@ -69,6 +59,16 @@ if errors were found in the group file,
|
||||
and
|
||||
.Dv EX_OK
|
||||
otherwise.
|
||||
.Sh DIAGNOSTICS
|
||||
For each error found,
|
||||
.Nm
|
||||
will print an error message containing the name of the file being
|
||||
scanned and the line number on which the error was found.
|
||||
Otherwise no
|
||||
output is produced.
|
||||
.Sh SEE ALSO
|
||||
.Xr getgrent 3 ,
|
||||
.Xr group 5
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -113,6 +113,11 @@ The user invoking
|
||||
.Nm
|
||||
must belong to the specified group and be the owner of the file,
|
||||
or be the super-user.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/group -compact
|
||||
.It Pa /etc/group
|
||||
group ID file
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh COMPATIBILITY
|
||||
@ -121,11 +126,6 @@ In previous versions of this system, symbolic links did not have groups.
|
||||
The
|
||||
.Fl v
|
||||
option is non-standard and its use in scripts is not recommended.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/group -compact
|
||||
.It Pa /etc/group
|
||||
group ID file
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chown 2 ,
|
||||
.Xr fts 3 ,
|
||||
|
@ -86,13 +86,13 @@ and search directories only for files in this format (where
|
||||
.Ar type
|
||||
is either "md5" or "inf").
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cksum 1 ,
|
||||
.Xr md5 1
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 if no errors were detected, 1 if errors were found in
|
||||
a distribution, and 2 if usage errors, inaccessible input files, or
|
||||
other system errors were encountered.
|
||||
.Sh SEE ALSO
|
||||
.Xr cksum 1 ,
|
||||
.Xr md5 1
|
||||
.Sh NOTES
|
||||
Both
|
||||
.Bx
|
||||
|
@ -245,10 +245,10 @@ portion of each device in section 4.
|
||||
.Rs
|
||||
.%T "Building 4.3 BSD UNIX System with Config"
|
||||
.Re
|
||||
.Sh BUGS
|
||||
The line numbers reported in error messages are usually off by one.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Bx 4.1 .
|
||||
.Sh BUGS
|
||||
The line numbers reported in error messages are usually off by one.
|
||||
|
@ -111,14 +111,17 @@ any editor that unlinks the file and recreates it cannot be used.
|
||||
After you exit
|
||||
from the editor, the modified crontab will be installed automatically.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr crontab 5 ,
|
||||
.Xr cron 8
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/cron/allow -compact
|
||||
.It Pa /var/cron/allow
|
||||
.It Pa /var/cron/deny
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
A fairly informative usage message appears if you run it with a bad command
|
||||
line.
|
||||
.Sh SEE ALSO
|
||||
.Xr crontab 5 ,
|
||||
.Xr cron 8
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm
|
||||
@ -134,8 +137,5 @@ must be specified to read from standard input.
|
||||
The new command syntax
|
||||
differs from previous versions of Vixie Cron, as well as from the classic
|
||||
SVR3 syntax.
|
||||
.Sh DIAGNOSTICS
|
||||
A fairly informative usage message appears if you run it with a bad command
|
||||
line.
|
||||
.Sh AUTHORS
|
||||
.An Paul Vixie Aq paul@vix.com
|
||||
|
@ -295,6 +295,44 @@ You can retrieve this delta via ftp.
|
||||
.Ed
|
||||
.Pp
|
||||
You are then on your own!
|
||||
.Sh ENVIRONMENT
|
||||
If deltas are to be applied then
|
||||
.Xr ctm 1
|
||||
and
|
||||
.Xr gunzip 1
|
||||
must be in your
|
||||
.Ev PATH .
|
||||
.Sh FILES
|
||||
.Bl -tag -width indent
|
||||
.It Pa QUEUEDIR/*
|
||||
Pieces of deltas encoded as mail messages waiting to be sent to the
|
||||
mailing list.
|
||||
.It Pa PIECEDIR/*
|
||||
Pieces of deltas waiting for the rest to arrive.
|
||||
.It Pa DELTADIR/*
|
||||
Completed deltas.
|
||||
.It Pa BASEDIR/.ctm_status
|
||||
File containing the name and number of the next delta to be applied to this
|
||||
source tree.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm ctm_smail ,
|
||||
.Nm ctm_dequeue
|
||||
and
|
||||
.Nm ctm_rmail
|
||||
utilities return exit status 0 for success, and 1 for various failures.
|
||||
The
|
||||
.Nm ctm_rmail
|
||||
utility is expected to be called from a mail transfer program, and thus signals
|
||||
failure only when the input mail message should be bounced (preferably into
|
||||
your regular maildrop, not back to the sender).
|
||||
In short, failure to
|
||||
apply a completed delta with
|
||||
.Xr ctm
|
||||
is not considered an error important enough to bounce the mail, and
|
||||
.Nm ctm_rmail
|
||||
returns an exit status of 0.
|
||||
.Sh EXAMPLES
|
||||
To send delta 32 of
|
||||
.Em src-cur
|
||||
@ -417,45 +455,6 @@ undetectably altered by an attacker.
|
||||
Therefore it is recommended that you make use of
|
||||
GPG or PGP5 to verify the signatures if you
|
||||
receive your CTM deltas via email.
|
||||
.\" This next request is for sections 1, 6, 7 & 8 only
|
||||
.Sh ENVIRONMENT
|
||||
If deltas are to be applied then
|
||||
.Xr ctm 1
|
||||
and
|
||||
.Xr gunzip 1
|
||||
must be in your
|
||||
.Ev PATH .
|
||||
.Sh FILES
|
||||
.Bl -tag -width indent
|
||||
.It Pa QUEUEDIR/*
|
||||
Pieces of deltas encoded as mail messages waiting to be sent to the
|
||||
mailing list.
|
||||
.It Pa PIECEDIR/*
|
||||
Pieces of deltas waiting for the rest to arrive.
|
||||
.It Pa DELTADIR/*
|
||||
Completed deltas.
|
||||
.It Pa BASEDIR/.ctm_status
|
||||
File containing the name and number of the next delta to be applied to this
|
||||
source tree.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm ctm_smail ,
|
||||
.Nm ctm_dequeue
|
||||
and
|
||||
.Nm ctm_rmail
|
||||
utilities return exit status 0 for success, and 1 for various failures.
|
||||
The
|
||||
.Nm ctm_rmail
|
||||
utility is expected to be called from a mail transfer program, and thus signals
|
||||
failure only when the input mail message should be bounced (preferably into
|
||||
your regular maildrop, not back to the sender).
|
||||
In short, failure to
|
||||
apply a completed delta with
|
||||
.Xr ctm
|
||||
is not considered an error important enough to bounce the mail, and
|
||||
.Nm ctm_rmail
|
||||
returns an exit status of 0.
|
||||
.Sh DIAGNOSTICS
|
||||
In normal operation,
|
||||
.Nm ctm_smail
|
||||
|
@ -183,6 +183,12 @@ on the target to omit this option.
|
||||
Specify FireWire bus number.
|
||||
The default is 0.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width indent -compact
|
||||
.It Pa /dev/fwmem0.0
|
||||
.It Pa /dev/mem
|
||||
.It Pa /dev/kmem
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
To use
|
||||
.Nm
|
||||
@ -289,12 +295,6 @@ console remote {
|
||||
exec /usr/sbin/dconschat -rh 25 -t 00-11-22-33-44-55-66-77;
|
||||
}
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width indent -compact
|
||||
.It Pa /dev/fwmem0.0
|
||||
.It Pa /dev/mem
|
||||
.It Pa /dev/kmem
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gdb 1 ,
|
||||
.Xr telnet 1 ,
|
||||
|
@ -108,11 +108,11 @@ It is preferable to reinitialize the card rather than reload the entire
|
||||
digi module as reinitialization only affects the specified board rather
|
||||
than affecting all attached boards.
|
||||
.El
|
||||
.Sh BUGS
|
||||
It should be possible to reinitialize a board without closing all of the
|
||||
existing ports.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 5.0 .
|
||||
.Sh BUGS
|
||||
It should be possible to reinitialize a board without closing all of the
|
||||
existing ports.
|
||||
|
@ -61,13 +61,13 @@ The
|
||||
.Fl t
|
||||
option triggers a simple and rather naive benchmark of the disks seek
|
||||
and transfer performance.
|
||||
.Sh AUTHORS
|
||||
.An Poul-Henning Kamp
|
||||
.Sh BUGS
|
||||
There are in order of increasing severity: lies,
|
||||
damn lies, statistics, and computer benchmarks.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Fx 5.1 .
|
||||
.Sh AUTHORS
|
||||
.An Poul-Henning Kamp
|
||||
.Sh BUGS
|
||||
There are in order of increasing severity: lies,
|
||||
damn lies, statistics, and computer benchmarks.
|
||||
|
@ -233,6 +233,8 @@ at the file system root with group quotas
|
||||
.It Pa /etc/fstab
|
||||
to find file system names and locations
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
Various messages about inaccessible files; self-explanatory.
|
||||
.Sh SEE ALSO
|
||||
.Xr quota 1 ,
|
||||
.Xr quotactl 2 ,
|
||||
@ -240,5 +242,3 @@ to find file system names and locations
|
||||
.Xr quotacheck 8 ,
|
||||
.Xr quotaon 8 ,
|
||||
.Xr repquota 8
|
||||
.Sh DIAGNOSTICS
|
||||
Various messages about inaccessible files; self-explanatory.
|
||||
|
@ -43,14 +43,14 @@ the following two commands will create a binary for ARCS:
|
||||
ld -o a.out -M -N -Ttext 0x80900000 src.o
|
||||
elf2exe a.out a.exe
|
||||
.Ed
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Fx 4.0 .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
utility
|
||||
does not even attempt to verify that the input file matches the requirements
|
||||
for an ARC executable.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Fx 4.0 .
|
||||
|
@ -108,6 +108,10 @@ Set default fwmem target.
|
||||
Hostname will be converted to EUI64 using
|
||||
.Xr eui64 5 .
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag
|
||||
.It Pa /dev/fw0.0
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
Each DV frame has a fixed size and it is easy to edit the frame order.
|
||||
.Pp
|
||||
@ -131,10 +135,6 @@ For PAL, replace
|
||||
.Dq Li bs=120000
|
||||
with
|
||||
.Dq Li bs=144000 .
|
||||
.Sh FILES
|
||||
.Bl -tag
|
||||
.It Pa /dev/fw0.0
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr firewire 4 ,
|
||||
.Xr fwe 4 ,
|
||||
|
@ -64,11 +64,6 @@ Reverse bits after conversion
|
||||
Print the resulting conversion tables (as C-source) to stdout instead of
|
||||
doing the actual conversion.
|
||||
.El
|
||||
.Sh STANDARDS
|
||||
A-Law and u-Law conversions are specified in ITU Recommendation G.711.
|
||||
.Pp
|
||||
The reference implementation done by Sun Microsystems, Inc.\& is available
|
||||
from http://www.itu.int/itudoc/itu-t/rec/g/g700-799/refimpl.txt
|
||||
.Sh EXAMPLES
|
||||
The command:
|
||||
.Bd -literal -offset indent
|
||||
@ -84,6 +79,11 @@ cat max_headroom.ul | g711conv -u -R > /dev/i4btel0
|
||||
.Pp
|
||||
converts the u-law coded voice of Max Headroom to A-law, reverses the
|
||||
bits of the result and moves that to an active isdn4bsd telephone connection.
|
||||
.Sh STANDARDS
|
||||
A-Law and u-Law conversions are specified in ITU Recommendation G.711.
|
||||
.Pp
|
||||
The reference implementation done by Sun Microsystems, Inc.\& is available
|
||||
from http://www.itu.int/itudoc/itu-t/rec/g/g700-799/refimpl.txt
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -384,6 +384,8 @@ The default unit charging rates specification file.
|
||||
.It Pa /etc/isdn/isdntel.alias
|
||||
The default table (if aliasing is enabled) to convert phone number to caller's name.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success, 1 on error.
|
||||
.Sh EXAMPLES
|
||||
For a first try, the following command should be used to start
|
||||
.Nm
|
||||
@ -408,8 +410,6 @@ will start
|
||||
with reasonable debugging messages enabled, full-screen mode of operation,
|
||||
full-screen display redirected to /dev/ttyv3 and using a termcap entry
|
||||
for vt100 on this display.
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success, 1 on error.
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bing 4 ,
|
||||
.Xr i4bipr 4 ,
|
||||
@ -419,10 +419,10 @@ Exit status is 0 on success, 1 on error.
|
||||
.Xr isdntel 8 ,
|
||||
.Xr isdntrace 8 ,
|
||||
.Xr syslogd 8
|
||||
.Sh BUGS
|
||||
Still one or more left.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
utility and this manual page were written by
|
||||
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Still one or more left.
|
||||
|
@ -157,8 +157,6 @@ channel tracing enabled and logs everything into the output file
|
||||
/var/tmp/isdn.decode.
|
||||
.Sh SEE ALSO
|
||||
.Xr isdnd 8
|
||||
.Sh BUGS
|
||||
Still one left.
|
||||
.Sh STANDARDS
|
||||
ITU Recommendations I.430, Q.920, Q.921, Q.930, Q.931
|
||||
.Pp
|
||||
@ -174,3 +172,5 @@ The
|
||||
.Nm
|
||||
utility and this manual page were written by
|
||||
.An Hellmuth Michaelis Aq hm@kts.org .
|
||||
.Sh BUGS
|
||||
Still one left.
|
||||
|
@ -153,6 +153,8 @@ See
|
||||
.Xr environ 7
|
||||
for more information.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success, 1 on error.
|
||||
.Sh EXAMPLES
|
||||
For a first try, the following command should be used to start
|
||||
.Nm
|
||||
@ -160,12 +162,8 @@ to monitor a locally running isdnd:
|
||||
.Bd -literal -offset indent
|
||||
isdnmonitor -h localhost
|
||||
.Ed
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success, 1 on error.
|
||||
.Sh SEE ALSO
|
||||
.Xr isdnd 8
|
||||
.Sh BUGS
|
||||
Still one (or) more left.
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -176,3 +174,5 @@ and
|
||||
.An Hellmuth Michaelis Aq hm@kts.org .
|
||||
This manual page was written by
|
||||
.An Hellmuth Michaelis .
|
||||
.Sh BUGS
|
||||
Still one (or) more left.
|
||||
|
@ -94,10 +94,10 @@ If in doubt, consult the source.
|
||||
.Xr i4btel 4 ,
|
||||
.Xr isdnd.rc 5 ,
|
||||
.Xr isdnd 8
|
||||
.Sh BUGS
|
||||
Still two or more left.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
utility and this manual page were written by
|
||||
.An Hellmuth Michaelis Aq hm@kts.org .
|
||||
.Sh BUGS
|
||||
Still two or more left.
|
||||
|
@ -78,8 +78,6 @@ or no conversion at all in the i4btel driver by using the
|
||||
utility.
|
||||
.Sh FILES
|
||||
/dev/i4btel<n>
|
||||
.Sh STANDARDS
|
||||
A-Law and u-Law are specified in ITU Recommendation G.711.
|
||||
.Sh EXAMPLES
|
||||
The command:
|
||||
.Bd -literal -offset indent
|
||||
@ -92,6 +90,8 @@ displays the currently used sound format for device /dev/i4btel0.
|
||||
.Xr i4btel 4 ,
|
||||
.Xr isdnd.rc 5 ,
|
||||
.Xr isdnd 8
|
||||
.Sh STANDARDS
|
||||
A-Law and u-Law are specified in ITU Recommendation G.711.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -86,6 +86,10 @@ The
|
||||
.Nm
|
||||
utility does almost no error checking and error recovery, so unexpected
|
||||
hangs or crashes may occur.
|
||||
.Sh FILES
|
||||
.Bl -tag -width indent
|
||||
.It Pa /dev/i4b
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
For the following example, it is assumed that a machine with isdn4bsd
|
||||
installed is connected to an S0 bus and that one of the valid MSN's (MSN = Multiple Subscriber Number
|
||||
@ -105,10 +109,6 @@ and disconnect after 5 seconds.
|
||||
The
|
||||
.Nm
|
||||
utility has to be finished by the user by entering Control-C.
|
||||
.Sh FILES
|
||||
.Bl -tag -width indent
|
||||
.It Pa /dev/i4b
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -201,8 +201,6 @@ channel tracing enabled and logs everything into the output file
|
||||
by the current date and time values).
|
||||
.Sh SEE ALSO
|
||||
.Xr isdnd 8
|
||||
.Sh BUGS
|
||||
Still some or more left.
|
||||
.Sh STANDARDS
|
||||
ITU Recommendations I.430, Q.920, Q.921, Q.930, Q.931
|
||||
.Pp
|
||||
@ -226,3 +224,5 @@ and
|
||||
.Pp
|
||||
This manual page was written by
|
||||
.An Hellmuth Michaelis .
|
||||
.Sh BUGS
|
||||
Still some or more left.
|
||||
|
@ -43,11 +43,11 @@ It sits between layer\~4 of isdn4bsd and a driver for an active
|
||||
ISDN card; currently only the
|
||||
.Xr iavc 4
|
||||
driver for the AVM B1 and T1 family of active cards is supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr iavc 4
|
||||
.Sh STANDARDS
|
||||
CAPI 2.0
|
||||
.Pq Pa http://www.capi.org/
|
||||
.Sh SEE ALSO
|
||||
.Xr iavc 4
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
|
@ -37,10 +37,10 @@
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is the ISDN D channel layer 2 handler.
|
||||
.Sh STANDARDS
|
||||
ITU Recommendation Q.920 and Q.921
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq931 4
|
||||
.Sh STANDARDS
|
||||
ITU Recommendation Q.920 and Q.921
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -37,10 +37,10 @@
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is the ISDN D channel layer 3 handler.
|
||||
.Sh STANDARDS
|
||||
ITU Recommendation Q.930 and Q.931
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4
|
||||
.Sh STANDARDS
|
||||
ITU Recommendation Q.930 and Q.931
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -118,14 +118,14 @@ conversion path looks like this:
|
||||
USER --> A-law/u-law --> bitreversing --> ISDN-line
|
||||
.Pp
|
||||
.El
|
||||
.Sh STANDARDS
|
||||
A-Law and u-Law are specified in ITU Recommendation G.711.
|
||||
.Sh SEE ALSO
|
||||
.Xr g711conv 1 ,
|
||||
.Xr isdnphone 1 ,
|
||||
.Xr isdnd.rc 5 ,
|
||||
.Xr isdnd 8 ,
|
||||
.Xr isdntelctl 8
|
||||
.Sh STANDARDS
|
||||
A-Law and u-Law are specified in ITU Recommendation G.711.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -57,11 +57,11 @@ driver and the
|
||||
package.
|
||||
Currently the AVM B1 PCI, the AVM B1 ISA and the AVM T1 PCI
|
||||
cards are supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bcapi 4
|
||||
.Sh STANDARDS
|
||||
CAPI 2.0
|
||||
.Pq Pa http://www.capi.org/
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bcapi 4
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
|
@ -45,14 +45,12 @@ proprietary B-channel controller and PCI interface chip from AVM, Berlin,
|
||||
Germany.
|
||||
.Sh CAVEATS
|
||||
The driver is still in a somewhat experimental state.
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4 ,
|
||||
.Xr ifpi2 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -62,3 +60,5 @@ driver was written by
|
||||
.Pp
|
||||
This manpage was written by
|
||||
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
|
@ -45,16 +45,16 @@ the proprietary B-channel controller and PCI interface chip from AVM, Berlin,
|
||||
Germany.
|
||||
.Sh CAVEATS
|
||||
The driver is still in a somewhat experimental state.
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4 ,
|
||||
.Xr ifpi 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver and manpage were written by
|
||||
.An Gary Jennejohn Aq gj@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
|
@ -47,13 +47,11 @@ proprietary B-channel controller and ISA PnP interface chip from
|
||||
AVM, Berlin, Germany.
|
||||
.Sh CAVEATS
|
||||
The driver is still in a somewhat experimental state.
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -65,3 +63,5 @@ This manpage was written by
|
||||
.An Hellmuth Michaelis Aq hm@FreeBSD.org
|
||||
and
|
||||
.An Udo Schweigert .
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
|
@ -53,13 +53,11 @@ HFC[-S][-SP] 2B[DS0] chips from Cologne Chip, currently this are the
|
||||
Teles 16.3c ISA PnP, the AcerISDN P10 ISA PnP and the TELEINT ISDN SPEED No.1.
|
||||
.Sh CAVEATS
|
||||
The driver is still in an experimental state.
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -69,3 +67,5 @@ driver was written by
|
||||
.Pp
|
||||
This manpage was written by
|
||||
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
|
@ -338,14 +338,11 @@ to the 0x200 range in their documentation (the board also uses 0x600 etc.)
|
||||
The driver matches the manufacturers' description for the purposes of
|
||||
configuration, but of course makes use of all the ports in order to
|
||||
operate the card.
|
||||
.Sh BUGS
|
||||
Since there is no hardware documentation available from the manufacturers
|
||||
of several boards, it is likely that there are many bugs left.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -357,3 +354,6 @@ It is based on earlier work of
|
||||
.An Andrew Gordon
|
||||
and
|
||||
.An Gary Jennejohn Aq gj@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Since there is no hardware documentation available from the manufacturers
|
||||
of several boards, it is likely that there are many bugs left.
|
||||
|
@ -48,13 +48,11 @@ Currently supported cards are the Traverse Technologies NETjet-S PCI ISDN
|
||||
card and the Teles PCI-TJ.
|
||||
.Sh CAVEATS
|
||||
The driver is in an experimental state.
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -64,3 +62,5 @@ driver was written by
|
||||
.Pp
|
||||
This manpage was written by
|
||||
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Always at least one left.
|
||||
|
@ -50,13 +50,11 @@ based on the Winbond W6692 chip.
|
||||
.El
|
||||
.Sh CAVEATS
|
||||
The driver is still in a somewhat experimental state.
|
||||
.Sh BUGS
|
||||
Layer 1 persistent deactivation not yet implemented.
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh SEE ALSO
|
||||
.Xr i4bq921 4 ,
|
||||
.Xr i4bq931 4
|
||||
.Sh STANDARDS
|
||||
CCITT Recommendation I.430
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -66,3 +64,5 @@ driver was written by
|
||||
.Pp
|
||||
This manpage was written by
|
||||
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
Layer 1 persistent deactivation not yet implemented.
|
||||
|
@ -424,11 +424,11 @@ This version of
|
||||
.Nm
|
||||
first appeared in
|
||||
.Fx 3.0 .
|
||||
.Sh AUTHORS
|
||||
.An Kenneth Merry Aq ken@FreeBSD.org
|
||||
.Sh BUGS
|
||||
The use of
|
||||
.Nm
|
||||
as a debugging tool for crash dumps is probably limited because there is
|
||||
currently no way to get statistics that only cover the time immediately before
|
||||
the crash.
|
||||
.Sh AUTHORS
|
||||
.An Kenneth Merry Aq ken@FreeBSD.org
|
||||
|
@ -219,8 +219,6 @@ use the following commands.
|
||||
To switch back to the default keyboard, use this command.
|
||||
.Pp
|
||||
.Dl kbdcontrol -k /dev/kbd0
|
||||
.Sh BUGS
|
||||
Report when found.
|
||||
.Sh SEE ALSO
|
||||
.Xr kbdmap 1 ,
|
||||
.Xr vidcontrol 1 ,
|
||||
@ -233,3 +231,5 @@ Report when found.
|
||||
.Xr rc.conf 5
|
||||
.Sh AUTHORS
|
||||
.An S\(/oren Schmidt Aq sos@FreeBSD.org
|
||||
.Sh BUGS
|
||||
Report when found.
|
||||
|
@ -116,18 +116,6 @@ describe common
|
||||
.Ev LANG
|
||||
values
|
||||
.El
|
||||
.Sh BUGS
|
||||
.\" .Nm kbdmap/vidfont
|
||||
.\" does not know which font is in use. E.g. if the current font
|
||||
.\" is iso-8859-1 and you chose lang 'ru' (for Russian)
|
||||
.\" you get funny latin1 characters and not russkij shrift.
|
||||
.\"
|
||||
The
|
||||
.Nm
|
||||
and
|
||||
.Nm vidfont
|
||||
utilities work only on a (virtual) console and not with
|
||||
.Tn X11 .
|
||||
.Sh SEE ALSO
|
||||
.Xr dialog 1 ,
|
||||
.Xr kbdcontrol 1 ,
|
||||
@ -151,3 +139,15 @@ The current version was rewritten in C by
|
||||
.Aq jon@witchspace.com
|
||||
for
|
||||
.Fx 5.0 .
|
||||
.Sh BUGS
|
||||
.\" .Nm kbdmap/vidfont
|
||||
.\" does not know which font is in use. E.g. if the current font
|
||||
.\" is iso-8859-1 and you chose lang 'ru' (for Russian)
|
||||
.\" you get funny latin1 characters and not russkij shrift.
|
||||
.\"
|
||||
The
|
||||
.Nm
|
||||
and
|
||||
.Nm vidfont
|
||||
utilities work only on a (virtual) console and not with
|
||||
.Tn X11 .
|
||||
|
@ -110,9 +110,6 @@ the default system
|
||||
.It Pa /dev/kmem
|
||||
the default memory
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gprof 1 ,
|
||||
.Xr config 8
|
||||
.Sh DIAGNOSTICS
|
||||
Users with only read permission on
|
||||
.Pa /dev/kmem
|
||||
@ -122,6 +119,9 @@ They can get a
|
||||
.Pa gmon.out
|
||||
file with the warning that the data may be
|
||||
inconsistent if profiling is in progress.
|
||||
.Sh SEE ALSO
|
||||
.Xr gprof 1 ,
|
||||
.Xr config 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -122,6 +122,8 @@ CRC and size values.
|
||||
.It Pa /usr/lib/kgzldr.o
|
||||
The default loader
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr gzip 1 ,
|
||||
.Xr ld 1 ,
|
||||
@ -129,8 +131,6 @@ The default loader
|
||||
.Xr elf 5 ,
|
||||
.Xr boot 8 ,
|
||||
.Xr loader 8
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh AUTHORS
|
||||
.An Robert Nordier Aq rnordier@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
|
@ -289,13 +289,6 @@ spool directories
|
||||
.It Pa /var/spool/*/lock
|
||||
lock file for queue control
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr lpq 1 ,
|
||||
.Xr lpr 1 ,
|
||||
.Xr lprm 1 ,
|
||||
.Xr printcap 5 ,
|
||||
.Xr chkprintcap 8 ,
|
||||
.Xr lpd 8
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "?Ambiguous command"
|
||||
@ -305,6 +298,13 @@ no match was found
|
||||
.It "?Privileged command"
|
||||
you must be a member of group "operator" or root to execute this command
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr lpq 1 ,
|
||||
.Xr lpr 1 ,
|
||||
.Xr lprm 1 ,
|
||||
.Xr printcap 5 ,
|
||||
.Xr chkprintcap 8 ,
|
||||
.Xr lpd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -120,6 +120,11 @@ Control files specifying jobs.
|
||||
.It Pa /var/spool/*/lock
|
||||
The lock file to obtain the currently active job.
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
Unable to open various files.
|
||||
The lock file being malformed.
|
||||
Garbage
|
||||
files when there is no daemon active, but files in the spooling directory.
|
||||
.Sh SEE ALSO
|
||||
.Xr lpr 1 ,
|
||||
.Xr lprm 1 ,
|
||||
@ -136,8 +141,3 @@ Due to the dynamic nature of the information in the spooling directory
|
||||
may report unreliably.
|
||||
Output formatting is sensitive to the line length of the terminal;
|
||||
this can results in widely spaced columns.
|
||||
.Sh DIAGNOSTICS
|
||||
Unable to open various files.
|
||||
The lock file being malformed.
|
||||
Garbage
|
||||
files when there is no daemon active, but files in the spooling directory.
|
||||
|
@ -265,19 +265,6 @@ Data files specified in "cf" files.
|
||||
.It Pa /var/spool/output/*/tf*
|
||||
Temporary copies of "cf" files.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr lpq 1 ,
|
||||
.Xr lprm 1 ,
|
||||
.Xr pr 1 ,
|
||||
.Xr symlink 2 ,
|
||||
.Xr printcap 5 ,
|
||||
.Xr lpc 8 ,
|
||||
.Xr lpd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 3 .
|
||||
.Sh DIAGNOSTICS
|
||||
If you try to spool too large a file, it will be truncated.
|
||||
The
|
||||
@ -294,6 +281,19 @@ will say that the daemon cannot be started.
|
||||
Diagnostics may be printed in the daemon's log file
|
||||
regarding missing spool files by
|
||||
.Xr lpd 8 .
|
||||
.Sh SEE ALSO
|
||||
.Xr lpq 1 ,
|
||||
.Xr lprm 1 ,
|
||||
.Xr pr 1 ,
|
||||
.Xr symlink 2 ,
|
||||
.Xr printcap 5 ,
|
||||
.Xr lpc 8 ,
|
||||
.Xr lpd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 3 .
|
||||
.Sh BUGS
|
||||
Fonts for
|
||||
.Xr troff 1
|
||||
|
@ -135,18 +135,18 @@ Spooling directories.
|
||||
Lock file used to obtain the pid of the current
|
||||
daemon and the job number of the currently active job.
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
``Permission denied" if the user tries to remove files other than his
|
||||
own.
|
||||
.Sh SEE ALSO
|
||||
.Xr lpq 1 ,
|
||||
.Xr lpr 1 ,
|
||||
.Xr lpd 8
|
||||
.Sh DIAGNOSTICS
|
||||
``Permission denied" if the user tries to remove files other than his
|
||||
own.
|
||||
.Sh BUGS
|
||||
Since there are race conditions possible in the update of the lock file,
|
||||
the currently active job may be incorrectly identified.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 3.0 .
|
||||
.Sh BUGS
|
||||
Since there are race conditions possible in the update of the lock file,
|
||||
the currently active job may be incorrectly identified.
|
||||
|
@ -99,11 +99,11 @@ printer capability data base
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr printcap 5
|
||||
.Sh BUGS
|
||||
The relationship between the computed price and reality is
|
||||
as yet unknown.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Bx 4.0 .
|
||||
.Sh BUGS
|
||||
The relationship between the computed price and reality is
|
||||
as yet unknown.
|
||||
|
@ -72,19 +72,19 @@ kernel configuration file
|
||||
device hints for the parallel port chipset driver,
|
||||
.Xr ppc 4
|
||||
.El
|
||||
.Sh BUGS
|
||||
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 ppc 4 ,
|
||||
.Xr device.hints 5
|
||||
.Sh AUTHORS
|
||||
.An Geoffrey M. Rehmet
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility
|
||||
first appeared in
|
||||
.Fx 1.1.5
|
||||
.Sh AUTHORS
|
||||
.An Geoffrey M. Rehmet
|
||||
.Sh BUGS
|
||||
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.
|
||||
|
@ -264,29 +264,6 @@ Other variables that are used by the script internally
|
||||
can be specified in
|
||||
.Pa .mergemasterrc
|
||||
as described in more detail below.
|
||||
.Sh EXAMPLES
|
||||
Typically all you will need to do is type
|
||||
.Nm
|
||||
at the prompt and the script will do all the work for you.
|
||||
.Pp
|
||||
To use context diff's and have
|
||||
.Nm
|
||||
explain more things as it goes along, use:
|
||||
.Pp
|
||||
.Dl # mergemaster -cv
|
||||
.Pp
|
||||
To specify that
|
||||
.Nm
|
||||
put the temporary root environment in
|
||||
.Pa /usr/tmp/root ,
|
||||
use:
|
||||
.Pp
|
||||
.Dl # mergemaster -t /usr/tmp/root
|
||||
.Pp
|
||||
To specify a 110 column screen with a strict
|
||||
comparison, use:
|
||||
.Pp
|
||||
.Dl # mergemaster -sw 110
|
||||
.Sh FILES
|
||||
.Bl -tag -width $HOME/.mergemasterrc -compact
|
||||
.It Pa /etc/mergemaster.rc
|
||||
@ -359,6 +336,40 @@ with all values commented out:
|
||||
#MM_PRE_COMPARE_SCRIPT=
|
||||
#MM_EXIT_SCRIPT=
|
||||
.Ed
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on successful completion, or if the user bails out
|
||||
manually at some point during execution.
|
||||
.Pp
|
||||
Exit status is 1 if it fails for one of the following reasons:
|
||||
.Pp
|
||||
Invalid command line option
|
||||
.Pp
|
||||
Failure to create the temporary root environment
|
||||
.Pp
|
||||
Failure to populate the temporary root
|
||||
.Sh EXAMPLES
|
||||
Typically all you will need to do is type
|
||||
.Nm
|
||||
at the prompt and the script will do all the work for you.
|
||||
.Pp
|
||||
To use context diff's and have
|
||||
.Nm
|
||||
explain more things as it goes along, use:
|
||||
.Pp
|
||||
.Dl # mergemaster -cv
|
||||
.Pp
|
||||
To specify that
|
||||
.Nm
|
||||
put the temporary root environment in
|
||||
.Pa /usr/tmp/root ,
|
||||
use:
|
||||
.Pp
|
||||
.Dl # mergemaster -t /usr/tmp/root
|
||||
.Pp
|
||||
To specify a 110 column screen with a strict
|
||||
comparison, use:
|
||||
.Pp
|
||||
.Dl # mergemaster -sw 110
|
||||
.Sh SEE ALSO
|
||||
.Xr cvs 1 ,
|
||||
.Xr diff 1 ,
|
||||
@ -373,17 +384,6 @@ with all values commented out:
|
||||
.%T The Cutting Edge (using make world)
|
||||
.%A Nik Clayton
|
||||
.Re
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on successful completion, or if the user bails out
|
||||
manually at some point during execution.
|
||||
.Pp
|
||||
Exit status is 1 if it fails for one of the following reasons:
|
||||
.Pp
|
||||
Invalid command line option
|
||||
.Pp
|
||||
Failure to create the temporary root environment
|
||||
.Pp
|
||||
Failure to populate the temporary root
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -136,13 +136,13 @@ in a future release.
|
||||
Print usage information for
|
||||
.Ar command .
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
The mlxcontrol utility was written by
|
||||
.An Michael Smith
|
||||
.Aq msmith@FreeBSD.org .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Ar config
|
||||
command does not yet support modifying system drive configuration.
|
||||
.Pp
|
||||
Error log extraction is not yet supported.
|
||||
.Sh AUTHORS
|
||||
The mlxcontrol utility was written by
|
||||
.An Michael Smith
|
||||
.Aq msmith@FreeBSD.org .
|
||||
|
@ -204,8 +204,6 @@ The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 4.0 .
|
||||
.Sh BUGS
|
||||
to number a few
|
||||
.Sh CREDITS
|
||||
In development of NetWare client for
|
||||
.Fx ,
|
||||
@ -228,3 +226,5 @@ directory.
|
||||
.Sh AUTHORS
|
||||
.An Boris Popov Aq bp@butya.kz ,
|
||||
.Aq rbp@chat.ru
|
||||
.Sh BUGS
|
||||
to number a few
|
||||
|
@ -166,12 +166,12 @@ database is large.
|
||||
.It Pa /etc/netgroup
|
||||
the netgroup database
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr getnetgrent 3 ,
|
||||
.Xr exports 5
|
||||
.Sh COMPATIBILITY
|
||||
The file format is compatible with that of various vendors, however it
|
||||
appears that not all vendors use an identical format.
|
||||
.Sh SEE ALSO
|
||||
.Xr getnetgrent 3 ,
|
||||
.Xr exports 5
|
||||
.Sh BUGS
|
||||
The interpretation of access restrictions based on the member tuples of a
|
||||
netgroup is left up to the various network applications.
|
||||
|
@ -732,6 +732,11 @@ standard.
|
||||
Even with this less strict approach,
|
||||
it may not always determine an appropriate protocol type
|
||||
for the given serial mouse.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 2.2 .
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
@ -742,8 +747,3 @@ This manual page was written by
|
||||
.An Mike Pritchard Aq mpp@FreeBSD.org .
|
||||
The command and manual page have since been updated by
|
||||
.An Kazutaka Yokota Aq yokota@FreeBSD.org .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 2.2 .
|
||||
|
@ -510,6 +510,13 @@ For convenience in sending signals,
|
||||
writes its pid to
|
||||
.Pa /var/run/mrouted.pid
|
||||
upon startup.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/tmp/mrouted.cache -compact
|
||||
.It Pa /etc/mrouted.conf
|
||||
.It Pa /var/run/mrouted.pid
|
||||
.It Pa /var/tmp/mrouted.dump
|
||||
.It Pa /var/tmp/mrouted.cache
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
The routing tables look like this:
|
||||
.Pp
|
||||
@ -643,13 +650,6 @@ one subnet.
|
||||
An additional line with a "<" as the first character is printed
|
||||
describing any prunes received from downstream dependent neighbors
|
||||
for this subnet and group.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/tmp/mrouted.cache -compact
|
||||
.It Pa /etc/mrouted.conf
|
||||
.It Pa /var/run/mrouted.pid
|
||||
.It Pa /var/tmp/mrouted.dump
|
||||
.It Pa /var/tmp/mrouted.cache
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr map-mbone 8 ,
|
||||
.Xr mrinfo 8 ,
|
||||
|
@ -553,6 +553,11 @@ Querying full reverse path... * switching to hop-by-hop:
|
||||
-5 * * * noc.hpc.org (192.187.8.2) [mrouted 2.2] didn't respond
|
||||
Round trip time 95 ms
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr map-mbone 8 ,
|
||||
.Xr mrinfo 8 ,
|
||||
.Xr mrouted 8 ,
|
||||
.Xr traceroute 8
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
Implemented by
|
||||
@ -579,11 +584,6 @@ are modeled after the unicast
|
||||
.Nm traceroute
|
||||
program written by
|
||||
.An Van Jacobson .
|
||||
.Sh SEE ALSO
|
||||
.Xr map-mbone 8 ,
|
||||
.Xr mrinfo 8 ,
|
||||
.Xr mrouted 8 ,
|
||||
.Xr traceroute 8
|
||||
.Sh BUGS
|
||||
Statistics collection in passive mode doesn't always produce the same output
|
||||
as when actively collecting data.
|
||||
|
@ -305,6 +305,13 @@ and 2 if the file hierarchy did not match the specification.
|
||||
A status of 2 is converted to a status of 0 if the
|
||||
.Fl U
|
||||
option is used.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/mtree -compact
|
||||
.It Pa /etc/mtree
|
||||
system specification directory
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
To detect system binaries that have been ``trojan horsed'', it is recommended
|
||||
that
|
||||
@ -336,13 +343,6 @@ for distributions and other such things; the files in
|
||||
were used to create almost all directories in this
|
||||
.Fx
|
||||
distribution.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/mtree -compact
|
||||
.It Pa /etc/mtree
|
||||
system specification directory
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr chflags 1 ,
|
||||
.Xr chgrp 1 ,
|
||||
|
@ -216,13 +216,6 @@ will examine all files listed in the configuration file.
|
||||
.Nm
|
||||
configuration file
|
||||
.El
|
||||
.Sh BUGS
|
||||
Doesn't yet automatically read the logs to find security breaches.
|
||||
.Sh AUTHORS
|
||||
.An Theodore Ts'o ,
|
||||
MIT Project Athena
|
||||
.Pp
|
||||
Copyright 1987, Massachusetts Institute of Technology
|
||||
.Sh COMPATIBILITY
|
||||
Previous versions of the
|
||||
.Nm
|
||||
@ -234,6 +227,11 @@ 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 AUTHORS
|
||||
.An Theodore Ts'o ,
|
||||
MIT Project Athena
|
||||
.Pp
|
||||
Copyright 1987, Massachusetts Institute of Technology
|
||||
.Sh "SEE ALSO"
|
||||
.Xr bzip 1 ,
|
||||
.Xr gzip 1 ,
|
||||
@ -241,3 +239,5 @@ accepted for backwards compatibility.
|
||||
.Xr newsyslog.conf 5 ,
|
||||
.Xr chown 8 ,
|
||||
.Xr syslogd 8
|
||||
.Sh BUGS
|
||||
Doesn't yet automatically read the logs to find security breaches.
|
||||
|
@ -123,13 +123,6 @@ Use file descriptor 0 for output instead of the default 1.
|
||||
.It Fl s
|
||||
Use file descriptor 1 for input instead of the default 0.
|
||||
.El
|
||||
.Sh BUGS
|
||||
Although all input is read in unbuffered mode,
|
||||
there is no way to control the packetization of the input.
|
||||
.Pp
|
||||
If the node sends a response to a message (specified by
|
||||
.Fl m ) ,
|
||||
this response is lost.
|
||||
.Sh SEE ALSO
|
||||
.Xr netgraph 3 ,
|
||||
.Xr netgraph 4 ,
|
||||
@ -143,3 +136,10 @@ in a version of
|
||||
customized for the Whistle InterJet.
|
||||
.Sh AUTHORS
|
||||
.An Archie Cobbs Aq archie@whistle.com
|
||||
.Sh BUGS
|
||||
Although all input is read in unbuffered mode,
|
||||
there is no way to control the packetization of the input.
|
||||
.Pp
|
||||
If the node sends a response to a message (specified by
|
||||
.Fl m ) ,
|
||||
this response is lost.
|
||||
|
@ -270,6 +270,16 @@ The alias
|
||||
can be used instead of
|
||||
.Dq generic ,
|
||||
this is supported due to historical reasons.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/defaults/pccard.conf -compact
|
||||
.It Pa /etc/defaults/pccard.conf
|
||||
The
|
||||
.Xr pccardd 8
|
||||
default configuration file.
|
||||
.It Pa /etc/pccard.conf
|
||||
The
|
||||
user configuration file.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
A typical configuration file may look like this:
|
||||
.Bd -literal
|
||||
@ -298,15 +308,5 @@ card "XYZZY" "FAX/1.0"
|
||||
remove echo stop getty
|
||||
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/defaults/pccard.conf -compact
|
||||
.It Pa /etc/defaults/pccard.conf
|
||||
The
|
||||
.Xr pccardd 8
|
||||
default configuration file.
|
||||
.It Pa /etc/pccard.conf
|
||||
The
|
||||
user configuration file.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr pccardd 8
|
||||
|
@ -67,9 +67,9 @@ The command
|
||||
.Dq Li cursor -s3 -e10
|
||||
sets the cursor on the current virtual screen to a rectangular shape on a
|
||||
14 line VGA screen.
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
.Sh SEE ALSO
|
||||
.Xr loadfont 1 ,
|
||||
.Xr scon 1 ,
|
||||
.Xr pcvt 4
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
|
@ -53,7 +53,7 @@ character mode.
|
||||
.Pp
|
||||
In character edit mode, the user is able to edit the selected
|
||||
character font or apply several operations to it.
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
.Sh SEE ALSO
|
||||
.Xr pcvt 4
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
|
@ -104,6 +104,16 @@ Keyboard capabilities data base file if nothing else was chosen during installat
|
||||
.It Pa /dev/console
|
||||
Keyboard raw device.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
The command
|
||||
.Dq Li kcon -m gb
|
||||
loads the entry 'gb' from the keycap file into the keyboard to switch to
|
||||
a british keyboard behaviour.
|
||||
.Pp
|
||||
The command
|
||||
.Dq Li kcon -r 0 -d 0
|
||||
switches the keyboard to emit characters at a rate of 30 characters per second
|
||||
after a key has been held down for 250 milliseconds.
|
||||
.Sh SEE ALSO
|
||||
.Xr keycap 3 ,
|
||||
.Xr keycap 5
|
||||
@ -118,13 +128,3 @@ If this happens, the keyboard may remain in
|
||||
an undefined state.
|
||||
To recover from such situation, execute
|
||||
.Dq Li kcon -m default .
|
||||
.Sh EXAMPLES
|
||||
The command
|
||||
.Dq Li kcon -m gb
|
||||
loads the entry 'gb' from the keycap file into the keyboard to switch to
|
||||
a british keyboard behaviour.
|
||||
.Pp
|
||||
The command
|
||||
.Dq Li kcon -r 0 -d 0
|
||||
switches the keyboard to emit characters at a rate of 30 characters per second
|
||||
after a key has been held down for 250 milliseconds.
|
||||
|
@ -108,9 +108,6 @@ Comments may be included on lines beginning with
|
||||
.It Pa /usr/share/misc/keycap.pcvt
|
||||
File containing keyboard mapping descriptions.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kcon 1 ,
|
||||
.Xr keycap 3
|
||||
.Sh EXAMPLES
|
||||
The entry
|
||||
.Dq Li l1#60
|
||||
@ -127,3 +124,6 @@ binds the control character EOT (0x04) to the key number 100.
|
||||
The entry
|
||||
.Dq Li K100=\e000
|
||||
binds the control character NUL (0x00) to the key number 100.
|
||||
.Sh SEE ALSO
|
||||
.Xr kcon 1 ,
|
||||
.Xr keycap 3
|
||||
|
@ -78,10 +78,10 @@ The command
|
||||
.Dq Li loadfont -c0 -f/usr/share/misc/pcvtfonts/vt220l.816
|
||||
loads a 8x16 font containing the standard IBM characterset II into font slot
|
||||
0 on a VGA or EGA board.
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
.Sh SEE ALSO
|
||||
.Xr cursor 1 ,
|
||||
.Xr scon 1 ,
|
||||
.Xr pcvt 4 ,
|
||||
.Xr ispcvt 8
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
|
@ -209,13 +209,13 @@ Invoking
|
||||
.Dc
|
||||
will result in green on gray output for normal text.
|
||||
Note that normal text color is light gray, and not white as one might expect.
|
||||
.Sh SEE ALSO
|
||||
.Xr cursor 1 ,
|
||||
.Xr loadfont 1 ,
|
||||
.Xr pcvt 4
|
||||
.Sh BUGS
|
||||
the
|
||||
.Fl c
|
||||
and
|
||||
.Fl d
|
||||
options collide somehow, this will change in a future release.
|
||||
.Sh SEE ALSO
|
||||
.Xr cursor 1 ,
|
||||
.Xr loadfont 1 ,
|
||||
.Xr pcvt 4
|
||||
|
@ -67,6 +67,11 @@ pairs.
|
||||
The only way
|
||||
to unlock is by turning the power off.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width $HOME/.vt220rc
|
||||
.It Pa $HOME/.vt220rc
|
||||
initialization file
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
.Bd -literal
|
||||
vt220keys -ci
|
||||
@ -161,11 +166,6 @@ will allow the characters generated
|
||||
to perform the same function as the escape
|
||||
character.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width $HOME/.vt220rc
|
||||
.It Pa $HOME/.vt220rc
|
||||
initialization file
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Rs
|
||||
.%B "VT220 Programmer Reference Manual"
|
||||
|
@ -179,6 +179,8 @@ this file contains local overrides for the default
|
||||
.Nm
|
||||
configuration
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success and 1 if the command fails.
|
||||
.Sh EXAMPLES
|
||||
The system crontab should have entries for
|
||||
.Nm
|
||||
@ -216,14 +218,6 @@ daily_show_success=NO
|
||||
daily_show_info=NO
|
||||
daily_show_badconfig=NO
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr sh 1 ,
|
||||
.Xr crontab 5 ,
|
||||
.Xr periodic.conf 5 ,
|
||||
.Xr cron 8 ,
|
||||
.Xr newsyslog 8
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success and 1 if the command fails.
|
||||
.Sh DIAGNOSTICS
|
||||
The command may fail for one of the following reasons:
|
||||
.Bl -diag
|
||||
@ -234,11 +228,20 @@ to specify where the script fragments reside.
|
||||
.It <directory> not found
|
||||
Self explanatory.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sh 1 ,
|
||||
.Xr crontab 5 ,
|
||||
.Xr periodic.conf 5 ,
|
||||
.Xr cron 8 ,
|
||||
.Xr newsyslog 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 3.0 .
|
||||
.Sh AUTHORS
|
||||
.An Paul Traina Aq pst@FreeBSD.org
|
||||
.An Brian Somers Aq brian@Awfulhak.org
|
||||
.Sh BUGS
|
||||
Since one specifies information about a directory using shell
|
||||
variables containing the string,
|
||||
@ -248,6 +251,3 @@ must only contain characters that are valid within a
|
||||
.Xr sh 1
|
||||
variable name, alphanumerics and underscores, and the first character
|
||||
may not be numeric.
|
||||
.Sh AUTHORS
|
||||
.An Paul Traina Aq pst@FreeBSD.org
|
||||
.An Brian Somers Aq brian@Awfulhak.org
|
||||
|
@ -128,6 +128,23 @@ signing scheme uses eight bytes markers such
|
||||
.Sq CKSHA1
|
||||
+ length for its signatures (those markers are conveniently
|
||||
eight bytes long).
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/usr/local/bin/pgp" -compact
|
||||
.It Pa file.sign
|
||||
Temporary file built by
|
||||
.Nm
|
||||
from
|
||||
.Ar file .
|
||||
.It Pa /usr/local/bin/pgp
|
||||
Default path to
|
||||
.Xr pgp 1 .
|
||||
.It Pa /var/db/pkgs/SHA1
|
||||
Recorded checksums.
|
||||
.It Pa /etc/ssl/pkg.key
|
||||
Default package signing key.
|
||||
.It Pa /etc/ssl/pkg.crt
|
||||
Default package verification certificate(s).
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
@ -156,41 +173,6 @@ The extended area of the gzip file has been used for an unknown purpose.
|
||||
The gzip file uses a very early version of package signing that was
|
||||
substantially slower.
|
||||
.El
|
||||
.Sh BUGS
|
||||
The
|
||||
.Xr pgp 1
|
||||
utility is an ill-designed program, which is hard to interface with.
|
||||
For instance, the `separate signing scheme' it pretends to offer is
|
||||
useless, as it can't be used with pipes, so that
|
||||
.Nm pgp_sign
|
||||
needs to kludge it by knowing the length of a pgp signature, and invoking
|
||||
pgp in `seamless' signature mode, without compression of the main file,
|
||||
and just retrieving the signature.
|
||||
.Pp
|
||||
The checking scheme is little less convoluted, namely we rebuild the file
|
||||
that pgp expects on the fly.
|
||||
.Pp
|
||||
Paths to
|
||||
.Nm pgp
|
||||
and
|
||||
the checksum file are hard-coded to avoid tampering and hinder flexibility.
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/usr/local/bin/pgp" -compact
|
||||
.It Pa file.sign
|
||||
Temporary file built by
|
||||
.Nm
|
||||
from
|
||||
.Ar file .
|
||||
.It Pa /usr/local/bin/pgp
|
||||
Default path to
|
||||
.Xr pgp 1 .
|
||||
.It Pa /var/db/pkgs/SHA1
|
||||
Recorded checksums.
|
||||
.It Pa /etc/ssl/pkg.key
|
||||
Default package signing key.
|
||||
.It Pa /etc/ssl/pkg.crt
|
||||
Default package verification certificate(s).
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gzip 1 ,
|
||||
.Xr pgp 1 ,
|
||||
@ -209,3 +191,21 @@ X.509 signatures and
|
||||
.Fx
|
||||
support added by
|
||||
.An Wes Peters Aq wes@softweyr.com .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Xr pgp 1
|
||||
utility is an ill-designed program, which is hard to interface with.
|
||||
For instance, the `separate signing scheme' it pretends to offer is
|
||||
useless, as it can't be used with pipes, so that
|
||||
.Nm pgp_sign
|
||||
needs to kludge it by knowing the length of a pgp signature, and invoking
|
||||
pgp in `seamless' signature mode, without compression of the main file,
|
||||
and just retrieving the signature.
|
||||
.Pp
|
||||
The checking scheme is little less convoluted, namely we rebuild the file
|
||||
that pgp expects on the fly.
|
||||
.Pp
|
||||
Paths to
|
||||
.Nm pgp
|
||||
and
|
||||
the checksum file are hard-coded to avoid tampering and hinder flexibility.
|
||||
|
@ -195,17 +195,6 @@ file is specified on the command line,
|
||||
.Pa /usr/ports/INDEX-6
|
||||
is used.
|
||||
.El
|
||||
.Sh COMPATIBILITY
|
||||
The
|
||||
.Fl c
|
||||
option has been deprecated and is no longer supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr fetch 1 ,
|
||||
.Xr pkg_add 1 ,
|
||||
.Xr pkg_create 1 ,
|
||||
.Xr pkg_delete 1 ,
|
||||
.Xr pkg_info 1 ,
|
||||
.Xr portupgrade 8
|
||||
.Sh FILES
|
||||
.Bl -tag -width /usr/ports/INDEX-6 -compact
|
||||
.It Pa /usr/ports/INDEX-6
|
||||
@ -227,6 +216,17 @@ the version numbers in the on-line ports collection:
|
||||
The following command compares two package version strings:
|
||||
.Pp
|
||||
.Dl % pkg_version -t 1.5 1.5.1
|
||||
.Sh COMPATIBILITY
|
||||
The
|
||||
.Fl c
|
||||
option has been deprecated and is no longer supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr fetch 1 ,
|
||||
.Xr pkg_add 1 ,
|
||||
.Xr pkg_create 1 ,
|
||||
.Xr pkg_delete 1 ,
|
||||
.Xr pkg_info 1 ,
|
||||
.Xr portupgrade 8
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -110,6 +110,26 @@ If this switch is not used,
|
||||
will prompt for a password once it has successfully connected to
|
||||
.Nm ppp .
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variables are understood by
|
||||
.Nm
|
||||
when in interactive mode:
|
||||
.Bl -tag -width XXXXXXXXXX
|
||||
.It Dv EL_SIZE
|
||||
The number of history lines.
|
||||
The default is 20.
|
||||
.It Dv EL_EDITOR
|
||||
The edit mode.
|
||||
Only values of "emacs" and "vi" are accepted.
|
||||
Other values
|
||||
are silently ignored.
|
||||
This environment variable will override the
|
||||
.Ar bind -v
|
||||
and
|
||||
.Ar bind -e
|
||||
commands in
|
||||
.Pa ~/.editrc .
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
If you run
|
||||
.Nm ppp
|
||||
@ -199,26 +219,6 @@ pppctl /var/run/internet set filter dial -1
|
||||
.Ed
|
||||
.Pp
|
||||
will allow them again.
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variables are understood by
|
||||
.Nm
|
||||
when in interactive mode:
|
||||
.Bl -tag -width XXXXXXXXXX
|
||||
.It Dv EL_SIZE
|
||||
The number of history lines.
|
||||
The default is 20.
|
||||
.It Dv EL_EDITOR
|
||||
The edit mode.
|
||||
Only values of "emacs" and "vi" are accepted.
|
||||
Other values
|
||||
are silently ignored.
|
||||
This environment variable will override the
|
||||
.Ar bind -v
|
||||
and
|
||||
.Ar bind -e
|
||||
commands in
|
||||
.Pa ~/.editrc .
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ps 1 ,
|
||||
.Xr editline 3 ,
|
||||
|
@ -253,12 +253,12 @@ which is the kernel image the system has booted from.
|
||||
.%T UNIX Implementation
|
||||
.%A K. Thompson
|
||||
.Re
|
||||
.Sh BUGS
|
||||
Does not understand
|
||||
.Tn NFS
|
||||
swap servers.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Bx 4.0 .
|
||||
.Sh BUGS
|
||||
Does not understand
|
||||
.Tn NFS
|
||||
swap servers.
|
||||
|
112
usr.sbin/pw/pw.8
112
usr.sbin/pw/pw.8
@ -821,6 +821,62 @@ The
|
||||
and
|
||||
.Fl q
|
||||
options as described above are accepted by these commands.
|
||||
.Sh NOTES
|
||||
For a summary of options available with each command, you can use
|
||||
.Dl pw [command] help
|
||||
For example,
|
||||
.Dl pw useradd help
|
||||
lists all available options for the useradd operation.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
utility allows 8-bit characters in the passwd GECOS field (user's full name,
|
||||
office, work and home phone number subfields), but disallows them in
|
||||
user login and group names.
|
||||
Use 8-bit characters with caution, as connection to the Internet will
|
||||
require that your mail transport program supports 8BITMIME, and will
|
||||
convert headers containing 8-bit characters to 7-bit quoted-printable
|
||||
format.
|
||||
.Xr sendmail 8
|
||||
does support this.
|
||||
Use of 8-bit characters in the GECOS field should be used in
|
||||
conjunction with the user's default locale and character set
|
||||
and should not be implemented without their use.
|
||||
Using 8-bit characters may also affect other
|
||||
programs that transmit the contents of the GECOS field over the
|
||||
Internet, such as
|
||||
.Xr fingerd 8 ,
|
||||
and a small number of TCP/IP clients, such as IRC, where full names
|
||||
specified in the passwd file may be used by default.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
utility writes a log to the
|
||||
.Pa /var/log/userlog
|
||||
file when actions such as user or group additions or deletions occur.
|
||||
The location of this logfile can be changed in
|
||||
.Xr pw.conf 5 .
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/master.passwd.new -compact
|
||||
.It Pa /etc/master.passwd
|
||||
The user database
|
||||
.It Pa /etc/passwd
|
||||
A Version 7 format password file
|
||||
.It Pa /etc/login.conf
|
||||
The user capabilities database
|
||||
.It Pa /etc/group
|
||||
The group database
|
||||
.It Pa /etc/master.passwd.new
|
||||
Temporary copy of the master password file
|
||||
.It Pa /etc/passwd.new
|
||||
Temporary copy of the Version 7 password file
|
||||
.It Pa /etc/group.new
|
||||
Temporary copy of the group file
|
||||
.It Pa /etc/pw.conf
|
||||
Pw default options file
|
||||
.It Pa /var/log/userlog
|
||||
User/group modification logfile
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
@ -892,62 +948,6 @@ Update error for passwd or group database files.
|
||||
No base home directory configured.
|
||||
.El
|
||||
.El
|
||||
.Sh NOTES
|
||||
For a summary of options available with each command, you can use
|
||||
.Dl pw [command] help
|
||||
For example,
|
||||
.Dl pw useradd help
|
||||
lists all available options for the useradd operation.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
utility allows 8-bit characters in the passwd GECOS field (user's full name,
|
||||
office, work and home phone number subfields), but disallows them in
|
||||
user login and group names.
|
||||
Use 8-bit characters with caution, as connection to the Internet will
|
||||
require that your mail transport program supports 8BITMIME, and will
|
||||
convert headers containing 8-bit characters to 7-bit quoted-printable
|
||||
format.
|
||||
.Xr sendmail 8
|
||||
does support this.
|
||||
Use of 8-bit characters in the GECOS field should be used in
|
||||
conjunction with the user's default locale and character set
|
||||
and should not be implemented without their use.
|
||||
Using 8-bit characters may also affect other
|
||||
programs that transmit the contents of the GECOS field over the
|
||||
Internet, such as
|
||||
.Xr fingerd 8 ,
|
||||
and a small number of TCP/IP clients, such as IRC, where full names
|
||||
specified in the passwd file may be used by default.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
utility writes a log to the
|
||||
.Pa /var/log/userlog
|
||||
file when actions such as user or group additions or deletions occur.
|
||||
The location of this logfile can be changed in
|
||||
.Xr pw.conf 5 .
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/master.passwd.new -compact
|
||||
.It Pa /etc/master.passwd
|
||||
The user database
|
||||
.It Pa /etc/passwd
|
||||
A Version 7 format password file
|
||||
.It Pa /etc/login.conf
|
||||
The user capabilities database
|
||||
.It Pa /etc/group
|
||||
The group database
|
||||
.It Pa /etc/master.passwd.new
|
||||
Temporary copy of the master password file
|
||||
.It Pa /etc/passwd.new
|
||||
Temporary copy of the Version 7 password file
|
||||
.It Pa /etc/group.new
|
||||
Temporary copy of the group file
|
||||
.It Pa /etc/pw.conf
|
||||
Pw default options file
|
||||
.It Pa /var/log/userlog
|
||||
User/group modification logfile
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chpass 1 ,
|
||||
.Xr passwd 1 ,
|
||||
|
@ -142,6 +142,23 @@ The current password file.
|
||||
.It Pa /etc/passwd
|
||||
A Version 7 format password file.
|
||||
.El
|
||||
.Sh COMPATIBILITY
|
||||
Previous versions of the system had a program similar to
|
||||
.Nm ,
|
||||
.Xr mkpasswd 8 ,
|
||||
which built
|
||||
.Xr dbm 3
|
||||
style databases for the password file but depended on the calling programs
|
||||
to install them.
|
||||
The program was renamed in order that previous users of the program
|
||||
not be surprised by the changes in functionality.
|
||||
.Sh SEE ALSO
|
||||
.Xr chpass 1 ,
|
||||
.Xr passwd 1 ,
|
||||
.Xr db 3 ,
|
||||
.Xr getpwent 3 ,
|
||||
.Xr passwd 5 ,
|
||||
.Xr vipw 8
|
||||
.Sh BUGS
|
||||
Because of the necessity for atomic update of the password files,
|
||||
.Nm
|
||||
@ -163,20 +180,3 @@ The front-ends to
|
||||
and
|
||||
.Xr vipw 8 ,
|
||||
handle the locking necessary to avoid this problem.
|
||||
.Sh COMPATIBILITY
|
||||
Previous versions of the system had a program similar to
|
||||
.Nm ,
|
||||
.Xr mkpasswd 8 ,
|
||||
which built
|
||||
.Xr dbm 3
|
||||
style databases for the password file but depended on the calling programs
|
||||
to install them.
|
||||
The program was renamed in order that previous users of the program
|
||||
not be surprised by the changes in functionality.
|
||||
.Sh SEE ALSO
|
||||
.Xr chpass 1 ,
|
||||
.Xr passwd 1 ,
|
||||
.Xr db 3 ,
|
||||
.Xr getpwent 3 ,
|
||||
.Xr passwd 5 ,
|
||||
.Xr vipw 8
|
||||
|
@ -89,13 +89,6 @@ is set, and the
|
||||
option is not specified, the block counts will be displayed in units of that
|
||||
size block.
|
||||
.El
|
||||
.Sh BUGS
|
||||
.Xr ncheck
|
||||
(which would be a lot more useful than
|
||||
.Nm ls Fl i
|
||||
in the example above)
|
||||
does not exist in
|
||||
.Fx .
|
||||
.Sh SEE ALSO
|
||||
.Xr df 1 ,
|
||||
.Xr quota 1 ,
|
||||
@ -108,3 +101,10 @@ This implementation of
|
||||
is by
|
||||
.An Wolfgang Solfrank
|
||||
/ TooLs GmbH.
|
||||
.Sh BUGS
|
||||
.Xr ncheck
|
||||
(which would be a lot more useful than
|
||||
.Nm ls Fl i
|
||||
in the example above)
|
||||
does not exist in
|
||||
.Fx .
|
||||
|
@ -90,6 +90,8 @@ at the file system root with group quotas
|
||||
.It Pa /etc/fstab
|
||||
for file system names and locations
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
Various messages about inaccessible files; self-explanatory.
|
||||
.Sh SEE ALSO
|
||||
.Xr quota 1 ,
|
||||
.Xr quotactl 2 ,
|
||||
@ -97,8 +99,6 @@ for file system names and locations
|
||||
.Xr edquota 8 ,
|
||||
.Xr quotacheck 8 ,
|
||||
.Xr quotaon 8
|
||||
.Sh DIAGNOSTICS
|
||||
Various messages about inaccessible files; self-explanatory.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -214,11 +214,11 @@ All responses are of the form described above.
|
||||
.Xr mtio 4 ,
|
||||
.Xr rdump 8 ,
|
||||
.Xr rrestore 8
|
||||
.Sh BUGS
|
||||
People should be discouraged from using this for a remote
|
||||
file access protocol.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
People should be discouraged from using this for a remote
|
||||
file access protocol.
|
||||
|
@ -108,8 +108,6 @@ RPC protocol specification for the network lock manager protocol.
|
||||
.Xr syslog 3 ,
|
||||
.Xr rc.conf 5 ,
|
||||
.Xr rpc.statd 8
|
||||
.Sh BUGS
|
||||
The current implementation serialises locks requests that could be shared.
|
||||
.Sh STANDARDS
|
||||
The implementation is based on the specification in
|
||||
.Rs
|
||||
@ -123,3 +121,5 @@ A version of
|
||||
appeared in
|
||||
.Tn SunOS
|
||||
4.
|
||||
.Sh BUGS
|
||||
The current implementation serialises locks requests that could be shared.
|
||||
|
@ -94,6 +94,9 @@ RPC protocol specification used by local applications to register monitoring req
|
||||
.Xr syslog 3 ,
|
||||
.Xr rc 8 ,
|
||||
.Xr rpc.lockd 8
|
||||
.Sh STANDARDS
|
||||
The implementation is based on the specification in X/Open CAE Specification
|
||||
C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9
|
||||
.Sh BUGS
|
||||
There is no means for the daemon to tell when a monitored host has
|
||||
disappeared permanently (e.g.\& catastrophic hardware failure), as opposed
|
||||
@ -111,6 +114,3 @@ The current implementation uses more than 1Kbyte per monitored host in
|
||||
the status file (and also in VM).
|
||||
This may be inefficient for NFS servers
|
||||
with large numbers of clients.
|
||||
.Sh STANDARDS
|
||||
The implementation is based on the specification in X/Open CAE Specification
|
||||
C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9
|
||||
|
@ -113,14 +113,14 @@ entry.
|
||||
.It Pa /var/db/mounttab
|
||||
mounted nfs-file systems
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mountd 8 ,
|
||||
.Xr mount_nfs 8 ,
|
||||
.Xr umount 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
utility first appeared in
|
||||
.Fx 4.0 .
|
||||
.Sh SEE ALSO
|
||||
.Xr mountd 8 ,
|
||||
.Xr mount_nfs 8 ,
|
||||
.Xr umount 8
|
||||
.Sh AUTHORS
|
||||
.An Martin Blapp Aq mb@imp.ch
|
||||
|
@ -334,6 +334,8 @@ The template password file(s) for non-default domains
|
||||
.Xr yppush 8 ,
|
||||
.Xr ypserv 8 ,
|
||||
.Xr ypxfr 8
|
||||
.Sh AUTHORS
|
||||
.An Bill Paul Aq wpaul@ctr.columbia.edu
|
||||
.Sh BUGS
|
||||
As listed in the yppasswd.x protocol definition, the YPPASSWDPROC_UPDATE
|
||||
procedure takes two arguments: a V7-style passwd structure containing
|
||||
@ -355,5 +357,3 @@ will still be valid once the update is completed.
|
||||
If the network is
|
||||
insecure, this cleartext password could be intercepted and used to
|
||||
gain unauthorized access to the user's account.
|
||||
.Sh AUTHORS
|
||||
.An Bill Paul Aq wpaul@ctr.columbia.edu
|
||||
|
@ -130,6 +130,8 @@ The NIS maps for a particular NIS domain.
|
||||
.Xr yppush 8 ,
|
||||
.Xr ypserv 8 ,
|
||||
.Xr ypxfr 8
|
||||
.Sh AUTHORS
|
||||
.An Bill Paul Aq wpaul@ctr.columbia.edu
|
||||
.Sh BUGS
|
||||
The
|
||||
.Fx
|
||||
@ -146,5 +148,3 @@ file formats.
|
||||
Furthermore, ndbm is byte-order sensitive and not very
|
||||
smart about it, meaning that am ndbm database created on a big endian
|
||||
system can't be read on a little endian system.
|
||||
.Sh AUTHORS
|
||||
.An Bill Paul Aq wpaul@ctr.columbia.edu
|
||||
|
@ -136,10 +136,10 @@ to connect to services from a privileged port.
|
||||
All RPC servers must be restarted if
|
||||
.Nm
|
||||
is restarted.
|
||||
.Sh SEE ALSO
|
||||
.Xr rpcbind 3 ,
|
||||
.Xr rpcinfo 8
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/run/rpcbind.sock -compact
|
||||
.It Pa /var/run/rpcbind.sock
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr rpcbind 3 ,
|
||||
.Xr rpcinfo 8
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user