aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed botched addition of Alexander Seth Jones.John Fieber1996-02-031-3/+3
| | | | | | | Remember, checking for botched changes is as simple as typing `make'! Notes: svn path=/head/; revision=13890
* Add qcam.4 to directory, was only mlinkingPaul Traina1996-02-031-2/+2
| | | | Notes: svn path=/head/; revision=13876
* Added a FreeBSD specific crash(8) man page that was adapted fromMike Pritchard1996-02-024-110/+630
| | | | | | | | | | | the hp300 crash(8) man page in the lite-2 source tree. Also removed man8/makedev.8 (this was vax specific and was replaced by man8/man8.i386/MAKEDEV.8 a long time ago - it was just never removed from the source tree). Notes: svn path=/head/; revision=13868
* Add support for Connectix QuickCam(tm)Paul Traina1996-02-022-0/+75
| | | | Notes: svn path=/head/; revision=13855
* Added missing gsc(4) (Genius scanner related man page).Mike Pritchard1996-02-022-2/+298
| | | | Notes: svn path=/head/; revision=13850
* Umlauts correctedWolfram Schneider1996-02-022-4/+4
| | | | Notes: svn path=/head/; revision=13839
* Reshuffle the task list somewhat, add Alexander Seth Jones as theJordan K. Hubbard1996-02-011-7/+8
| | | | | | | coordinator for the AFS port, since he just volunteered! Notes: svn path=/head/; revision=13834
* Update my hardware section. Still waiting for more "Picks" configurations,Jordan K. Hubbard1996-02-011-10/+29
| | | | | | | folks! Am I to be the only hardware blow-hard in here? :-) Notes: svn path=/head/; revision=13814
* Added Mita Yoshio <mita@iis.u-tokyo.ac.jp> for his contribution ofSatoshi Asami1996-02-011-1/+2
| | | | | | | the tgif port. Notes: svn path=/head/; revision=13813
* Fix some grammar problems (mainly its/it's stuff).Mike Pritchard1996-01-318-37/+37
| | | | Notes: svn path=/head/; revision=13808
* Some more spelling fixes.Mike Pritchard1996-01-3128-199/+199
| | | | Notes: svn path=/head/; revision=13796
* Fix some more spelling errors.Mike Pritchard1996-01-315-35/+35
| | | | Notes: svn path=/head/; revision=13794
* Correct someone's cut-and-paste errors. Some lines began incorrectlyJordan K. Hubbard1996-01-301-11/+11
| | | | | | | | with spaces instead of tabs. Submitted by: Jeremy Chatfield <jdc@xinside.com> Notes: svn path=/head/; revision=13768
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-3030-117/+117
| | | | Notes: svn path=/head/; revision=13744
* Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE.Justin T. Gibbs1996-01-291-10/+78
| | | | | | | | Change examples to actually free() the nodes removed from lists. Give examples of faster list deletion routines. Notes: svn path=/head/; revision=13698
* Man page for the vx driver.Jordan K. Hubbard1996-01-281-0/+85
| | | | | | | Submitted by: Frederick Earl Gray <fgray@owlnet.rice.edu> Notes: svn path=/head/; revision=13669
* Formatting tweak.John Fieber1996-01-281-2/+2
| | | | Notes: svn path=/head/; revision=13665
* Add info about distinguishing freebsd versions.John Fieber1996-01-281-4/+26
| | | | | | | Submitted by: obrien@cs.ucdavis.edu Notes: svn path=/head/; revision=13664
* Totally revamp the man page. (Gack, i didn't even know PeterJoerg Wunsch1996-01-271-59/+222
| | | | | | | had already written one. :) Notes: svn path=/head/; revision=13654
* Add a few questions including where to find the 2.1.0 CD inAustralia,Ollivier Robert1996-01-271-17/+138
| | | | | | | the fact that 2.1.0 will not install with 4 MB and a few others. Notes: svn path=/head/; revision=13649
* Change mapping slightlyAndrey A. Chernov1996-01-251-2/+2
| | | | Notes: svn path=/head/; revision=13631
* Added Hidetoshi Shimokawa (simokawa@sat.t.u-tokyo.ac.jp). He is theSatoshi Asami1996-01-251-1/+2
| | | | | | | administrator of the Japanese mail exploder. Notes: svn path=/head/; revision=13626
* Use two-letters abbrev. for weekdaysAndrey A. Chernov1996-01-246-126/+126
| | | | | | | Change months form Notes: svn path=/head/; revision=13622
* German LC_TIMEAndrey A. Chernov1996-01-244-3/+244
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=13605
* Syntax corrections.Ollivier Robert1996-01-221-7/+14
| | | | | | | Submitted by: john@starfire.MN.ORG (John Lind) Notes: svn path=/head/; revision=13565
* Install intro.4, pt.4 and worm.4.Bruce Evans1996-01-211-3/+5
| | | | | | | | | I tried using `MAN4!= *.4' but it did weird things for plain make although it handled the long overlooked pt.4 and worm.4 better than the old manually edited list. Notes: svn path=/head/; revision=13538
* Use `make' loops instead of shell loops to install things. This fixesBruce Evans1996-01-211-14/+15
| | | | | | | | | | | | | the verbose output for `make -s install' and gives nicer output for `make install' and `make -n install'. This method should be used more. Install meteor and startslip. In fact, install all subdirectories except CVS. This method should be used more so that SUBDIR lists don't have to be changed so often (special cases could be handled by short exclusion lists). Notes: svn path=/head/; revision=13537
* Back out my previous change, which caused c++rt0.o to be linked intoJohn Polstra1996-01-211-1/+1
| | | | | | | | every shared library, until I can diagnose the problems it is causing for certain programs such as awk and groff. Notes: svn path=/head/; revision=13535
* Add intro(4), as it's being referenced from severall other pages.Joerg Wunsch1996-01-211-0/+175
| | | | | | | | Closes PR # docs/947: missing intro(4) manpage Submitted by: David E. O'Brien (initial version) Notes: svn path=/head/; revision=13531
* Typo in jmb's email URL.John Fieber1996-01-201-2/+2
| | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=13518
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-3/+3
| | | | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp> Notes: svn path=/head/; revision=13511
* Add a note about needing a new version of config(8) when upgrading from olderNate Williams1996-01-201-1/+8
| | | | | | | releases of FreeBSD. Notes: svn path=/head/; revision=13510
* - Make it even more obvious that npx0 is 'mandatory'.Nate Williams1996-01-201-11/+10
| | | | | | | - Point people to LINT for better descriptions of configuration lines. Notes: svn path=/head/; revision=13507
* More man page cleanups.Garrett Wollman1996-01-199-442/+542
| | | | Notes: svn path=/head/; revision=13502
* Correct some formatting problems pointed out by bde.Garrett Wollman1996-01-192-66/+136
| | | | Notes: svn path=/head/; revision=13500
* The is driver has been superseded by the lnc driver, so don't installGarrett Wollman1996-01-182-47/+1
| | | | | | | the is.4 man page. Notes: svn path=/head/; revision=13485
* Use -mdoc properly.Garrett Wollman1996-01-182-324/+376
| | | | | | | | | Delete lots of out-of-date text. Write new text to replace some of the old text. BDE will need to inspect the results for accuracy. Notes: svn path=/head/; revision=13484
* Update to reflect reality, and slightly better formatting.Garrett Wollman1996-01-181-11/+16
| | | | Notes: svn path=/head/; revision=13483
* Use -mdoc macros correctly. st(4) still needs work.Garrett Wollman1996-01-173-394/+452
| | | | Notes: svn path=/head/; revision=13479
* Update and clean up.Garrett Wollman1996-01-171-35/+52
| | | | Notes: svn path=/head/; revision=13478
* Clean up and translate to -mdoc.Garrett Wollman1996-01-171-243/+378
| | | | Notes: svn path=/head/; revision=13477
* Always link /usr/lib/c++rt0.o into a shared library. CPLUSPLUSLIB is noJohn Polstra1996-01-171-2/+2
| | | | | | | longer necessary, and can be removed from Makefiles. Notes: svn path=/head/; revision=13473
* Update to reflect the reality of the header files.Garrett Wollman1996-01-161-121/+320
| | | | | | | Make more effective use of -mdoc. Notes: svn path=/head/; revision=13472
* Translate to -mdoc.Garrett Wollman1996-01-161-394/+427
| | | | Notes: svn path=/head/; revision=13471
* UK canon, thanks to kind folks at Pavilion.Jordan K. Hubbard1996-01-161-15/+7
| | | | Notes: svn path=/head/; revision=13470
* Document the stable mailing list.John Fieber1996-01-161-1/+9
| | | | | | | Submitted by: "David E. O'Brien" <obrien@cs.ucdavis.edu> Notes: svn path=/head/; revision=13465
* Added Brian Clapper <bmc@telebase.com> for his contribution of LinuxSatoshi Asami1996-01-151-1/+2
| | | | | | | `ls' port. (Hey don't scream, he said he'll do some more ports!) Notes: svn path=/head/; revision=13449
* The order of entries in the host file was reversed. It should have beenNate Williams1996-01-151-1/+1
| | | | | | | | | | | Internet address official host name aliases Submitted by: dkelly@tomcat1.tbe.com (David Kelly) Notes: svn path=/head/; revision=13442
* Correct reference to tcpdump. Someone should redo this page to useGarrett Wollman1996-01-141-1/+1
| | | | | | | mdoc macros. Notes: svn path=/head/; revision=13426
* Add "Wes Santee <wsantee@wsantee.oz.net>" for the tkHTML/wwwish distfileSatoshi Asami1996-01-131-1/+2
| | | | | | | disappearance report. Notes: svn path=/head/; revision=13407