OpenBSD CVS

CVS log for src/share/man/man4/Attic/fpa.4


[BACK] Up to [local] / src / share / man / man4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27, Mon Oct 28 12:34:30 2013 UTC (10 years, 7 months ago) by mpi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +2 -2 lines
FILE REMOVED

tedu FDDI documentation bits.

ok jmc@

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jun 2 20:23:33 2013 UTC (11 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

change format strings in error messages to reasonable values more likely
to be understood by people who don't program in C.
ok everyone

Revision 1.25 / (download) - annotate - [select for diffs], Sun Dec 13 16:01:51 2009 UTC (14 years, 5 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

use a more standard wording and add a list of supported controllers
to the description of fpa(4); while here, synchronize the description
of fpa(4) in pci(4).

ok claudio@

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:06 2008 UTC (15 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.23: +2 -9 lines
Diff to previous 1.23 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 31 19:19:50 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

convert to new .Dd format;

Revision 1.22 / (download) - annotate - [select for diffs], Wed Sep 28 18:31:48 2005 UTC (18 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.21: +12 -8 lines
Diff to previous 1.21 (colored)

add the DEC DEFTA TURBOchannel FDDI controller, fta(4)

ok miod@ jmc@

Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 30 19:59:24 2004 UTC (19 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

kill default locators

Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 7 15:16:27 2004 UTC (20 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.19: +33 -2 lines
Diff to previous 1.19 (colored)

from wiz@netbsd:

Log Message:
Add TNF copyright license in Matt Thomas' name; okayed by matt@.

problem found by miod@

Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 30 13:51:53 2004 UTC (20 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)


grammar;
ok jmc@.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 21 19:50:44 2004 UTC (20 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Sync hardware support with the code, and minor nits.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 6 10:29:41 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored)

- section reorder
- some macro fixes
- kill whitespace at EOL

Revision 1.16 / (download) - annotate - [select for diffs], Sat May 10 21:17:21 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

typo;

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 26 07:55:39 2002 UTC (21 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...

reviewd in part by deraadt@ (until he got bored of this)

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 24 23:01:36 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

xref eisa, obscure ones

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 5 14:45:53 2001 UTC (22 years, 8 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.12: +9 -6 lines
Diff to previous 1.12 (colored)

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day:   www.mpechismazohist.com

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 3 15:21:16 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;

millert@ ok

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 22 12:15:45 2001 UTC (22 years, 11 months ago) by mpech
Branch: MAIN
Changes since 1.10: +3 -4 lines
Diff to previous 1.10 (colored)

o) remove unnecessary .Pp;
o) remove unnecessary .Nm args;
o) closes .Bl;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) sort SEE ALSO;
o) better -mdoc style;
o) typos;

aaron@ ok.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 1 16:11:16 2001 UTC (23 years, 3 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 10 20:02:16 2000 UTC (23 years, 6 months ago) by todd
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

.Sh AUTHOR -> AUTHORS, ok aaron@

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 18 02:38:22 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

- Arguments to .Nd should go on the same line as .Nd.
- Standardize Nd format for all Ethernet man pages for easy man -k'ing.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:46 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

- remove all trailing whitespace
     * except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 3 02:11:12 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

remove redundant .Pp macros

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 16 19:56:22 1999 UTC (25 years ago) by alex
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Cleanup xrefs under SEE ALSO.  Specifically:

  - Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 2 16:21:36 1999 UTC (25 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

.Pp macros do not belong immiedately after .Sh section header lines

Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 31 23:17:40 1998 UTC (25 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Fix netintro/intro muck-up.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 16 10:08:02 1997 UTC (26 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

add fxp/de, fix something else while at it

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 28 22:53:39 1997 UTC (27 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1

Move ncr.4 out of man4.i386/ncr.4 and update it from NetBSD.
Remove one of the tekram cards from man4.i386/aha.4 that is really
ncr-based and add cd.4, fpa.4, sd.4, st.4, uk.4 from NetBSD
(some originally from FreeBSD).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.