summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2003-05-12talk about show procMichael Shalayeff
2003-05-12cpu -> CPUJason McIntyre
2003-05-12Use an example that acutally makes some sense.Daniel Hartmeier
2003-05-12Adaptive timeout value scaling. Allows to reduce timeout values as theDaniel Hartmeier
number of state table entries grows, so entries time out faster before the table fills up. Works both globally and per-rule. ok frantzen@
2003-05-11document the dynamic min-ttl TCP scrub behaviorMike Frantzen
2003-05-10'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols.Daniel Hartmeier
2003-05-10document PACKET_TAG_PF_QIDHenning Brauer
ok jmc@
2003-05-10uppercase all non-literals in BNF.. might make some stuff more clear ;)Philipp Buehler
commitski henning@
2003-05-10typo;Jason McIntyre
2003-05-10typos;Jason McIntyre
2003-05-10uppercased .Dt sections.Jason McIntyre
setup -> set up in compat_svr4(8)
2003-05-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10quote non-alphabetic literalsPhilipp Buehler
'over the desk' oks..
2003-05-10document that kernel automatically handles first swap partitionJason McIntyre
("swap_device" in swapctl -l) and does not need to be added to /etc/fstab. krw@, fries@, rohee@, millert@, henning@ ok.
2003-05-10BNF for load anchor stuffHenning Brauer
2003-05-09Talk about the .db version of login.conf; idea from mpech@Todd C. Miller
2003-05-09Update to reflect reality. The kerberos authentication methods listedTodd C. Miller
were out of date and there were missing -v options.
2003-05-08ERROR -> ERRORS in .Sh, as per mdoc template.Jason McIntyre
2003-05-07changed example fstab file; fs_passno should be 2 for non-root filesystems.Jason McIntyre
2003-05-07dialout -> dial-outJason McIntyre
all our docs use dial-in, not dialin. before this we had a mix of dialout and dial-out. from wiz@netbsd ok miod@ also added some punctuation to TODO section.
2003-05-07typos from Leandro Costa.Jason McIntyre
2003-05-06typo from wiz@netbsd, and one from myself.Jason McIntyre
2003-05-06fix formatting in the BNFHenning Brauer
2003-05-06Better layout in the supported media list.Miod Vallat
2003-05-06some typos from Leandro Costa, and a couple from myself.Jason McIntyre
2003-05-05corrections from Leandro Costa.Jason McIntyre
- corrections to tradenames - updated URLs - general typos thanks Leandro!
2003-05-05Remove FreeBSD configuration lines in SYNOPSIS that slipped through theMiod Vallat
previous commit.
2003-05-05- removed groff macros that were not formatting SYNOPSIS properlyJason McIntyre
- more logical order for SYNOPSIS - plural of bus is buses - more than one SCSI bus gets you "scsibus0 at ahc0", not "scbus0 at ahc0" (from Leandro Costa) - kill whitespace at EOL
2003-05-05Etherlink -> EtherLinkJason McIntyre
from Leandro Costa.
2003-05-03also had too many arguments to .Nd; shortened to read the same (theJason McIntyre
truncated part was unnecessary); ok tedu@
2003-05-03removed typo introduced by myself;Jason McIntyre
spotted by wiz@netbsd.
2003-05-03these files all had >9 arguments to .Nd, causing the name description to beJason McIntyre
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@
2003-05-02Use Nx 1.5.1 symbolJason Wright
2003-05-02add Nx 1.5.1 (referenced by macppc/awacs(4))Jason Wright
2003-05-02add eap and do a bit of cleaningJason Wright
2003-05-02eso what.Jason Wright
2003-05-01correct names for architectures;Jason McIntyre
from Leandro Costa. ok miod@
2003-05-01BNF update for label on antispoofHenning Brauer
2003-05-01typos;Jason McIntyre
ok art@
2003-04-30a OSF/1 executable -> an OSF/1 executable;Jason McIntyre
2003-04-30a indicator -> an indicator;Jason McIntyre
2003-04-30a even length -> an even length;Jason McIntyre
killed whitespace at EOL;
2003-04-30some notes about VOP_PRINT, VOP_STRATEGY, VOP_REALLOCBLKS, and VOP_WHITEOUTTed Unangst
2003-04-29hfsc example; taken from a diff Berk D. Demir <bdd at ieee.org> sent meHenning Brauer
2003-04-29document hfscHenning Brauer
mostly from Berk D. Demir <bdd at ieee.org> with tweaks by me some nits and ok jmc@
2003-04-29port 8081 -> 8021 for ftp-proxy in the examples, so it matches pf.confDaniel Hartmeier
and inetd.conf defaults
2003-04-28Add a short mention about non-Sun, cgthree-compatible frame buffers, andMiod Vallat
video mode information for a couple of them which just dropped in the mail today.
2003-04-25viaenv(4) manual pageAlexander Yurchenko