steve
f8049f60d8
Fix a minor nit in the .Dd macro invocation so that
...
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
steve
7a5541cde7
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
julian
7e4f226bc3
Make this file bare a small resemblance to reality again
...
Requested from: Archie Cobbs (archie@whistle.com )
1997-06-23 02:12:21 +00:00
max
f2befd86ba
Add Xreference to chio(1).
1997-06-02 21:01:00 +00:00
jmz
1ef01a1be8
Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
...
These commands are required for the "Disk-At-Once" write process:
WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas
and WORMIOCWRITESESSION is used to send the table of contents of the disk.
1997-06-02 20:05:39 +00:00
max
7c4a57ce7a
Typo fix.
1997-05-30 15:43:36 +00:00
peter
2156e7a9ec
wl.4 was missing from the MAN4 list
1997-05-23 12:07:33 +00:00
msmith
20e26deb2a
Add wl.4
...
Reminded by: joerg
1997-05-23 03:21:36 +00:00
msmith
9db7cae85c
Manpage for the 'wl' Wavelan driver.
1997-05-22 08:52:23 +00:00
joerg
911cc9f063
Add a man page for sppp(4).
1997-05-19 22:04:40 +00:00
jmz
14ab45bc6e
A few improvements to the worm driver.
...
- remove all calls to scsi_stop_unit(). Some drives refuse commands when
stopped. This will fix the 'device not configured' message which was
cleared after opening/closing the tray.
- Never set the logical block address in the scsi_cmd struct when writing.
The computation was bogus for block sizes not a multiple of DEV_BSIZE.
(the bug is still there in the READ case)
- reset the block size to the 2048 bytes in finalize_track() track to avoid
an error when mounting a disk after an audio write.
- remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time
(see scsiconf.c)
- change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible
to select more track options (copy bits, ISRC codes, track type,
track number)
- add an error handler to catch false errors (warnings in fact) and record
the error type.
- add an ioctl call (WORMIOERROR) to get more information on the nature of the
error when a command or a write failed.
- add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing
the device (closing the device still finalize the track if the command was
not performed)
Approved by: joerg
1997-05-19 17:30:50 +00:00
eivind
7a1932b397
it's'' ->
its'' where appropriate and typo fixes in time2posix.3.
...
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
phk
4f84b7a70a
Mention that flags 0x10000 disables test#3
1997-05-18 21:24:04 +00:00
pst
5921bac48c
Update the manual page to call more attention to the probe override flags.
1997-05-11 18:28:08 +00:00
joerg
dec8c89e48
Don't xref a nonexistant pc(4).
...
PR: docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
bde
acc3e38f78
Removed ix.4.
...
Submitted by: roberto
1997-04-14 15:05:49 +00:00
gibbs
799987ea99
Remove this man page now that the ie driver supports the EtherExpress16.
1997-04-14 00:31:19 +00:00
joerg
a3f8df766a
Minor fixups. Mention that DDB now has a history, and understands
...
emacs-style editing (which it used to have for a long time already).
Also mention the `gdb' and `help' commands. Other commands need an
overhaul, too (like the various `show' subcommands), but i don't feel
very competent for these.
1997-04-12 21:54:48 +00:00
mpp
cda9b3f2fa
Fix a xref.
...
Obtained from: NetBSD-bus PR# 3464
1997-04-08 20:01:15 +00:00
wosch
2640b3cdf3
Add manual page symlinks
...
YP.4 -> yp.4
nis.4 -> yp.4
NIS.4 -> yp.4
1997-04-03 12:32:42 +00:00
mpp
0152710164
Add od(4). Closes PR# 3170.
...
Submitted by: Shunsuke Akiyama <akiyama@jp.freebsd.org>
1997-04-01 19:52:37 +00:00
jdp
0e67fb1223
Correct the name of a header file that is referenced.
1997-04-01 04:04:09 +00:00
mpp
58cd3eaefb
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
...
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
mpp
56d1eaec03
Fix a number of typos and use the .Tn macro where appropriate.
1997-03-21 20:04:21 +00:00
bde
a78ab83329
Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
...
Reviewed by: wollman
1997-03-19 19:47:43 +00:00
bde
dec45229e0
Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
...
prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites
weren't documented).
1997-03-19 04:58:33 +00:00
mpp
3a234a3e95
Backout part of my previous change that changed MIN/TIME to VMIN/VTIME
...
throughout the man page. Only some of these were corrected.
Pointed out by: bde
1997-03-18 07:17:22 +00:00
mpp
144161ea56
The VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.
...
Obtained from: NetBSD PR# 3243
1997-03-14 05:01:14 +00:00
mpp
3694503d5f
Typo police (this one wasn't yours, Joerg :-)
1997-03-12 13:51:57 +00:00
mpp
c074fc12ec
Typo police.
1997-03-12 13:51:17 +00:00
joerg
1510443276
Document the various link-level flag for these drivers.
...
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
jmg
1be4650826
replace non-existant ioctl [GP]IO_STRMAP with what really does exist,
...
[GS]ETFKEY...
Definately a 2.2 Candidate
a clean up of this page is to follow.... but I'm not sure I'll have it
before 2.2 is to be released...
1997-03-09 20:53:20 +00:00
jmg
947a87fea3
add missing cvs Id lines.
1997-03-07 02:50:01 +00:00
bde
4f809e5a27
Improved description of the device names.
1997-03-03 18:47:38 +00:00
bde
970b0dd485
Updated descriptions of minor numbers and files.
...
Refer to pstat.
Don't attempt to list all the model numbers.
1997-03-03 18:38:37 +00:00
mpp
0527877004
The .Fx macro doesn't know about any of the 1.* FreeBSD releases.
1997-02-28 02:20:42 +00:00
mpp
6ab56fb8a4
Add i386 to the .Dt line.
1997-02-22 23:35:22 +00:00
jmg
394dba4cfe
this manpage will actually make it's first appearance in 2.2.
...
2.2 Candidate
1997-02-22 23:20:54 +00:00
mpp
7b11dd830a
Remove an unneeded #include line.
...
Pointed-out-by: bde
1997-02-22 21:21:13 +00:00
mpp
ea2aec47b4
sysmouse.4 should be in man4.i386.
1997-02-22 21:19:55 +00:00
peter
d69a45675f
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
jmg
8a1a9ae6d7
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
a7fe8a4f07
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
eb0b386b15
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
6c61482a62
Add sl(4) and ppp(4).
...
Obtained from: NetBSD
1997-02-13 18:48:25 +00:00
mpp
8f9baa2a05
Add vn(4) to document vn pseudo-devices.
...
Obtained from: NetBSD
1997-02-13 18:29:30 +00:00
joerg
08e8fcd0b1
Update to match the new reality.
1997-02-06 22:23:59 +00:00
brian
51f25cb044
Incoming packets no longer have their ip_sum zero'd
1997-02-06 11:16:21 +00:00
mpp
de04e36493
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
joerg
1a26545f6f
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