ross
|
814f296b77
|
Generate <>& symbolically.
|
2002-02-07 07:00:09 +00:00 |
lukem
|
5463706383
|
remove referenced to raw (block) and cooked (character) devices, since
opendisk(3) doesn't care. the iscooked parameter just changes which
paths in /dev are tried if the supplied one doesn't work.
|
2001-12-10 22:50:33 +00:00 |
lukem
|
f0061ca489
|
revert previous.
it appears that i misread the intent of the iscooked parameter when
originally designing this feature with jason, and changing it broke
some programs.
|
2001-12-10 22:41:52 +00:00 |
lukem
|
b3bf0bffe1
|
Enforce is iscooked arg;
if zero, a matching path must be of type S_IFCHR, and
if non-zero, a matching path must be of type S_IFBLK.
|
2001-11-01 06:53:24 +00:00 |
lukem
|
64cb1ed825
|
path variations don't occur if there's a / in the path
|
2001-09-26 07:21:42 +00:00 |
simonb
|
6bf3aa19f9
|
More trailing white space.
|
1999-07-02 15:46:05 +00:00 |
garbled
|
38c96853cf
|
Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!
|
1999-03-22 19:44:33 +00:00 |
perry
|
312aca536f
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
lukem
|
1e372f6cf9
|
implement opendisk(3), as discussed with Jason Thorpe
|
1997-09-25 04:53:30 +00:00 |