jmg
fef140ccc5
added man page for /dev/sysmouse. (and activate it)
...
plus add appropriate xrefs now that we have {cd,sd,st}.9
1997-02-20 15:14:59 +00:00
gibbs
ce045874ae
Update to match reality. Give more indepth description of SCB paging
...
and tagged queueing. Mention the AHC_ALLOW_MEMIO option.
1997-02-18 20:27:26 +00:00
mpp
c60f0d7d45
These man pages will first appear in FreeBSD 2.2, not 3.0.
1997-02-17 15:22:20 +00:00
jmg
8f6dbc7ac3
Bring intro(3) a bit closer to reality:
...
1) comment out xref to non-existant libc(3)
2) comment out reference to Fortran specific section (3f)
3) add libkvm with reference to kvm(3)
4) comment out xref to non-existant pc(1)
5) comment out libplot and libplotf77
6) fix problem with -ltermcap not being parenthesized
7) sort files listing
still missing most of the libraries that exist in /usr/lib.
Closes PR#1151
1997-02-17 08:30:16 +00:00
mpp
1299fba6ec
Typo police.
1997-02-16 16:36:31 +00:00
mpp
1e815f663b
Typo and style fixes.
1997-02-16 16:36:17 +00:00
wosch
e1dfeabe86
Install new intro.5 man page.
1997-02-16 12:13:32 +00:00
wosch
6e1ac6e0f3
Add cross references to apropos(1), intro(5), intro(6).
1997-02-16 12:12:00 +00:00
wosch
6f5346459b
Add directory man6 to SUBDIR
1997-02-16 11:35:05 +00:00
wosch
717f296872
Add an intro for games.
1997-02-16 11:30:03 +00:00
mpp
01c71e2e68
Style fixes.
1997-02-14 07:47:37 +00:00
mpp
e2e8914178
Xref boot(9).
1997-02-14 07:08:17 +00:00
mpp
6317e01cb1
Style fix.
1997-02-14 07:07:13 +00:00
mpp
961a532921
Add boot(9) Obtained from NetBSD w/modifications by me.
1997-02-14 07:06:26 +00:00
mpp
767df8ae17
Add MD5(9).
...
Obtained from: OpenBSD
1997-02-14 06:42:21 +00:00
mpp
ab747f6006
Oops. I accidently removed fpa.4 from the install list (it is
...
a pending change...grr)
Submitted by: bde
1997-02-14 05:18:02 +00:00
mpp
8715151214
Add sl(4) and ppp(4).
...
Obtained from: NetBSD
1997-02-13 18:48:25 +00:00
mpp
a4d383e631
Add vn(4) to document vn pseudo-devices.
...
Obtained from: NetBSD
1997-02-13 18:29:30 +00:00
mpp
893b3c96f4
Add motd(5).
...
Obtained from: NetBSD
1997-02-13 18:03:23 +00:00
mpp
43ed15b31d
Typo fix.
...
Obtained from: NetBSD
1997-02-13 17:38:31 +00:00
mpp
02559c9e8e
Add psignal(9).
...
Obtained from: NetBSD
1997-02-13 17:19:50 +00:00
mpp
48f891db76
Add panic(9).
...
Obtained from: NetBSD
1997-02-13 17:02:28 +00:00
davidn
7d9b413ef6
Update manpage; corrections, clarifications and login class (with xref).
1997-02-10 16:03:21 +00:00
mpp
c395d6f0c4
Update to reflect new Lite2 fs.h.
1997-02-10 07:10:08 +00:00
mpp
8858c4465d
Typo police.
1997-02-09 21:08:52 +00:00
joerg
07b61a5add
Various man pages describing the internals of the SCSI subsystem.
...
Submitted by: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
1997-02-09 20:29:15 +00:00
joerg
cda3edeed1
Update to match the new reality.
1997-02-06 22:23:59 +00:00
brian
278f612eaa
Incoming packets no longer have their ip_sum zero'd
1997-02-06 11:16:21 +00:00
mpp
638aeed2a7
Fix a bunch of man pages to stop abusing the .Nm macro, along
...
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
1997-02-05 15:07:37 +00:00
mpp
4349e69f45
Fix a typo and one small style point.
1997-02-02 21:38:10 +00:00
joerg
76a0039e49
Add a man page for the uio handling, after all the recent ramblings in
...
the hackers list.
Please correct me where i'm wrong.
1997-02-02 11:41:07 +00:00
joerg
e209e6c48d
Correct the synopsis of some EISA or PCI drivers. They don't take
...
ISA-like arguments (anymore).
1997-02-01 19:54:23 +00:00
mpp
e09f245abe
Don't use hardcoded *roff escape sequences. Use mdoc macros instead.
1997-01-31 01:14:16 +00:00
mpp
cea7e84d03
Minor mdoc cleanup.
1997-01-31 00:38:18 +00:00
mpp
53ac8a619c
Update to reflect current include files.
1997-01-31 00:05:08 +00:00
mpp
a43d8ada6e
Update to reflect current include files.
1997-01-30 23:57:31 +00:00
mpp
f1eacb7cf0
Actually remove the old netns/netiso man pages. They haven't
...
been installed for the last 9 months or so anyways.
1997-01-30 23:51:48 +00:00
mpp
6c40a062aa
Update to reflect current include files.
1997-01-30 23:49:46 +00:00
jmacd
cc7944c3be
I just found a bug in my program, I was calling va_arg (..., char),
...
when parsing a printf-like arg list. Looking for someone to blame,
I noticed that the man page has a bad example. It clearly says at
the top that types following the last known argument are passed after
their default type conversions, and then later the example uses
va_arg (..., char);
so I fixed it.
1997-01-30 10:22:00 +00:00
mpp
d616c0822d
Update to reflect the current types.h.
1997-01-29 05:24:35 +00:00
mpp
35bb0de434
Update to reflect current fs.h.
1997-01-28 07:25:18 +00:00
mpp
f20cfe13b2
Update to match current include files.
1997-01-28 07:03:33 +00:00
mpp
a5bff749a2
Update to reflect current acct.h.
1997-01-28 06:53:19 +00:00
mpp
5ad3b1c330
Update the man page to reflect the current state of
...
fstab.h.
1997-01-28 06:12:54 +00:00
ache
f9941311d6
Add save/restore cursor position escapes
1997-01-26 23:27:15 +00:00
mpp
d659ab60f4
Man page police.
1997-01-25 20:42:09 +00:00
asami
c5314190bf
Explain more about the interleave factor. Mention mirroring, and add
...
a reminder that you can't mount half of a mirrored two-disk ccd.
1997-01-25 02:10:43 +00:00
jkh
bde579bfe8
Add missing entries for de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4.
...
Now things build again.
Forgotten Again By: David E. O'Brien :-)
1997-01-21 12:25:06 +00:00
wosch
2adeb3569f
Sort cross references.
1997-01-20 23:23:22 +00:00
obrien
313ee00273
Share my poetry with the world.
...
(de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4)
Not forgetten this time by: obrien :-)
1997-01-20 09:22:23 +00:00