diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8 index 3a9524fc1410..134537ef8cd3 100644 --- a/sbin/atm/fore_dnld/fore_dnld.8 +++ b/sbin/atm/fore_dnld/fore_dnld.8 @@ -25,92 +25,84 @@ .\" @(#) $FreeBSD$ .\" .\" -.de EX \"Begin example -.ne 5 -.if n .sp 1 -.if t .sp .5 -.nf -.in +.5i -.. -.de EE -.fi -.in -.5i -.if n .sp 1 -.if t .sp .5 -.. -.TH FORE_DNLD 8 "1996-12-03" "HARP" -.SH NAME -fore_dnld \- Download FORE Systems' microcode into host ATM adapter -.SH SYNOPSIS -.B fore_dnld -[-i intf] -[-d path] -[-f objfile] -.sp -.fi -.SH DESCRIPTION -.I fore_dnld +.Dd December 3, 1996 +.Dt FORE_DNLD 8 +.Os +.Sh NAME +.Nm fore_dnld +.Nd "download FORE Systems' microcode into host ATM adapter" +.Sh SYNOPSIS +.Nm +.Op Fl Ar intf +.Op Fl d Ar path +.Op Fl f Ar objfile +.Sh DESCRIPTION +.Nm downloads FORE Systems' microcode into the host ATM adapter(s). -.fi -.SH OPTIONS -.TP -.B \-i intf +.Sh OPTIONS +.Bl -tag -width indent +.It Fl i Ar intf Specify which ATM interface to download microcode to. Default is to load microcode into all FORE Systems host adapters. -.TP -.B -d path -Specify the path to prepend to the "objfile" name. +.It Fl d Ar path +Specify the path to prepend to the +.Ar objfile +name. Default is to use current directory. -.TP -.B -f objfile +.It Fl f Ar objfile Specify the microcode binary file. Defaults are: -"sba200.obj" for SBA-200 adapters, -"sba200e.obj" for SBA-200E adapters, and -"pca200e.bin" for PCA-200E adapters. -.fi -.SH NOTES -.PP +.Pa sba200.obj +for SBA-200 adapters, +.Pa sba200e.obj +for SBA-200E adapters, and +.Pa pca200e.bin +for PCA-200E adapters. +.El +.Sh NOTES For the PCA200E adapter, if no file is specified on the command line a built-in copy of version 3.0.1 microcode is used. -.PP +.Pp Microcode as distributed by FORE Systems is not ready for downloading directly into SBA host ATM adapters. Instead, the supplied microcode needs -to be processed with the "objcopy" command to create an image suitable +to be processed with the +.Xr objcopy 1 +command to create an image suitable for downloading. -Arguments to "objcopy" are "-S -l -Fcoff". -.PP +Arguments to +.Xr objcopy 1 +are +.Dq Li "-S -l -Fcoff" . +.Pp Microcode as -distibuted by FORE Systems for the PCA host ATM adapter does not need +distributed by FORE Systems for the PCA host ATM adapter does not need to be processed. -.SH "SEE ALSO" -.PP -~fore/etc/objcopy - command to process FORE Systems supplied microcode. -.PP -~fore/etc/sba200*.ucode* - microcode as supplied by FORE Systems for SBA +.Sh FILES +.Bl -tag -width indent +.It Pa ~fore/etc/objcopy +command to process FORE Systems supplied microcode. +.It Pa ~fore/etc/sba200*.ucode* +microcode as supplied by FORE Systems for SBA adapters. -.PP -~fore/i386/pca200e.bin - microcode as supplied by FORE Systems for PCA +.It Pa ~fore/i386/pca200e.bin +microcode as supplied by FORE Systems for PCA adapters. -.PP -~harp/doc/Install - HARP installation instructions. -.fi -.SH BUGS -.PP +.It Pa ~harp/doc/Install +HARP installation instructions. +.El +.Sh BUGS None known. -.fi -.SH COPYRIGHT +.Sh COPYRIGHT Copyright (c) 1994-1998, Network Computing Services, Inc. -.fi -.SH AUTHORS -John Cavanaugh, Minnesota Supercomputer Center, Inc. -.br -Mike Spengler, Minnesota Supercomputer Center, Inc. -.br -Joe Thomas, Minnesota Supercomputer Center, Inc. -.fi -.SH ACKNOWLEDGMENTS +.Sh AUTHORS +.An John Cavanaugh , +Minnesota Supercomputer Center, Inc. +.An Mike Spengler , +Minnesota Supercomputer Center, Inc. +.An Joe Thomas , +Minnesota Supercomputer Center, Inc. +.Sh ACKNOWLEDGMENTS This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA) under contract numbers F19628-92-C-0072 and F19628-95-C-0215. diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8 index 6e71b1f0fb0b..fd09b99067fe 100644 --- a/sbin/atm/ilmid/ilmid.8 +++ b/sbin/atm/ilmid/ilmid.8 @@ -25,95 +25,85 @@ .\" @(#) $FreeBSD$ .\" .\" -.de EX \"Begin example -.ne 5 -.if n .sp 1 -.if t .sp .5 -.nf -.in +.5i -.. -.de EE -.fi -.in -.5i -.if n .sp 1 -.if t .sp .5 -.. -.TH ILMID 8 "1998-09-14" "HARP" -.SH NAME -ilmid \- Simple ILMI ATM address registration daemon -.SH SYNOPSIS -.B ilmid -[-d level] -[-f] -[-r] -.sp -.fi -.SH DESCRIPTION -.B ilmid -is a HARP ATM daemon that performs the ILMI ATM address registration -procedures with an ATM network switch. It is normally invoked at boot time +.Dd September 14, 1998 +.Dt ILMID 8 +.Os +.Sh NAME +.Nm ilmid +.Nd "simple ILMI ATM address registration daemon" +.Sh SYNOPSIS +.Nm +.Op Fl d Ar level +.Op Fl f +.Op Fl r +.Sh DESCRIPTION +.Nm +is a HARP ATM daemon that performs the ILMI ATM address registration +procedures with an ATM network switch. +It is normally invoked at boot time from the ATM startup script. -.fi -.PP -For each ATM interface with a UNI signalling manager attached, -.B ilmid -will open an ILMI PVC (VPI = 0, VCI = 16) and register the interface's -ATM address with the switch. As part of the address registration procedure, -the ATM switch will notify the endsystem (local host) of the -"network prefix" portion of the endsystem's ATM address and -.B ilmid -will notify the switch of the endsystem's "user part" of its address +.Pp +For each ATM interface with a UNI signalling manager attached, +.Nm +will open an ILMI PVC (VPI = 0, VCI = 16) and register the interface's +ATM address with the switch. +As part of the address registration procedure, +the ATM switch will notify the endsystem (local host) of the +.Dq "network prefix" +portion of the endsystem's ATM address and +.Nm +will notify the switch of the endsystem's +.Dq "user part" +of its address (typically the interface card MAC address). -.fi -.SH OPTIONS -.TP -.B \-d level +.Sh OPTIONS +.Bl -tag -width indent +.It Fl d Ar level Specify the debug level for optional protocol tracing. Messages are -written to /var/log/ilmid. -.TP -.B \-f +written to +.Pa /var/log/ilmid . +.It Fl f Causes -.B ilmid -to run in the foregroud. -.TP -.B \-r +.Nm +to run in the foreground. +.It Fl r Causes -.B ilmid +.Nm to issue a coldStart TRAP on all ATM interfaces it's able to open and exit. -.fi -.SH NOTES -.PP -This daemon does not fully conform to the ATM Forum ILMI specifications. +.El +.Sh NOTES +This daemon does not fully conform to the ATM Forum ILMI specifications. In particular, it does not make any queries of the network side to ensure that the ATM Address table is empty. It also does not implement any of the ATM Forum MIB that is specified as part of ILMI. -.fi -.PP -.B ilmid -will increment the debug level when it receives a SIGUSR1 signal and will -decrement the debug level when it receives a SIGUSR2 signal. -.SH "SEE ALSO" -.PP -The ATM Forum, \fIATM User-Network Interface, Version 3.1 (UNI 3.1) -Specification\fP for details on the ILMI protocols and address registration +.Pp +.Nm +will increment the debug level when it receives a +.Dv SIGUSR1 +signal and will +decrement the debug level when it receives a +.Dv SIGUSR2 +signal. +.Sh SEE ALSO +The ATM Forum, +.%T "ATM User-Network Interface, Version 3.1 (UNI 3.1) Specification" +for details on the ILMI protocols and address registration procedures. -.fi -.SH BUGS -Please report any bugs to harp-bugs@magic.net. -.fi -.SH COPYRIGHT +.Sh BUGS +Please report any bugs to +.Aq harp\-bugs@magic.net . +.Sh COPYRIGHT Copyright (c) 1994-1998, Network Computing Services, Inc. -.fi -.SH AUTHORS -John Cavanaugh, Network Computing Services, Inc. -.br -Mike Spengler, Network Computing Services, Inc. -.br -Joseph Thomas, Network Computing Services, Inc. -.fi -.SH ACKNOWLEDGMENTS +.Sh AUTHORS +.An John Cavanaugh , +Network Computing Services, Inc. +.An Mike Spengler , +Network Computing Services, Inc. +.An Joseph Thomas , +Network Computing Services, Inc. +.Sh ACKNOWLEDGMENTS This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).