Commit Graph

36 Commits

Author SHA1 Message Date
wiz
05859157e6 Remove boilerplate in CODE REFERENCES on file paths.
Describe in intro(9) how to read paths in the CODE REFERENCES section.
2010-12-02 12:54:13 +00:00
wiz
4a0fd88b26 Add missing dot. 2009-12-30 14:53:02 +00:00
jnemeth
7f88d89f59 mdoclint 2009-12-30 01:37:17 +00:00
haad
7d611c439e Mention problems which disk api have with concurrent usage remove splbio
line from man page because it is not true anymore, mention disk_isbusy and
add dm driver to references.
2009-12-30 00:08:01 +00:00
wiz
be6de197c1 Punctuation nit and typo fix. 2009-05-20 06:38:39 +00:00
dyoung
3579e266f6 Describe disk_begindetach(9). 2009-05-20 03:50:39 +00:00
joerg
74142f8859 Don't indent struct dkbad with tab, the rest of the man page doesn't do
that either.
2009-04-08 12:51:43 +00:00
apb
5eec0d1cf3 Fix typo and stray line in previous. 2009-03-14 20:47:08 +00:00
apb
1cc26678f7 Minimal documentation for disk-related ioctls; mostly derived from
comments in sys/dkio.h
2009-03-14 20:39:05 +00:00
plunky
005a75dd15 update disk.9 manpage to current reality
- add disk_init()		(from vmlocking merge)
    - add disk_destroy()	(from vmlocking merge)
    - remove disk_resetstat()	(was removed)
    - update structure defs
    - update examples		(ANSI, const, device_t etc)
2008-05-03 09:43:40 +00:00
wiz
66bd97f47f Use Dv for defined values. 2006-12-23 07:43:41 +00:00
scw
512f329f66 Document disk_blocksize(9). 2006-11-25 12:00:25 +00:00
perry
fd18408b9a u_intN_t -> uintN_t 2005-12-26 19:40:14 +00:00
yamt
e776c85955 remove disk_init which we don't have anymore. 2005-08-14 12:01:26 +00:00
wiz
472351e13d Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
grant
7dc9239d40 The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
2003-02-14 15:20:17 +00:00
perry
43e0efbdeb "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
enami
06c8fdcc11 Sync with reality; The struct disk has been extended to have
separate read/write disk statistics.  Pointed out by itohy.
2002-11-06 03:55:01 +00:00
wiz
770eef2122 New sentence, new line. 2002-10-14 13:43:14 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
wiz
3f37d4c950 Sort sections. 2001-12-26 01:07:45 +00:00
wiz
267e4b3d45 No point in using __P in prototype declarations in man pages. 2001-11-28 16:49:02 +00:00
wiz
1f8c01ef58 Use standard section headers. 2001-09-10 23:32:29 +00:00
wiz
6539335131 Fix typos, punctuation and whitespace. 2001-06-21 11:59:00 +00:00
jdolecek
4475e78cfe fix typo 2001-04-21 08:22:44 +00:00
cgd
a6921e9cfe in foo_softc example, actual struct device, not a pointer to one 2000-05-31 19:39:21 +00:00
garbled
e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
msaitoh
6f4ce5dfdd Eliminate extra comma in SEE ALSO section 1998-09-03 08:12:56 +00:00
jeremy
45a63ebc4b Changed references to filesystem paths to use the mdoc filesystem path
macro (.Pa).
1998-09-02 05:13:07 +00:00
ross
7c7c171d13 Add David Brownlee's new intro pages, with editing. (PR #534[23])
Also, while here, expand apparently incorrectly .Dd month abbreviations.
(I thought about doing this in tmac/doc-common...heh...that would have
allowed a possible reverse map back to abbreviations.)
1998-04-22 07:14:30 +00:00
perry
34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
mrg
c12c7ee684 add missing .Nm sections 1997-11-11 10:06:37 +00:00
ghudson
126dd6897b Correct a typo: sc_dk in a softc structure should be a struct disk, not
a struct disk *, at least as used in the example.
1996-09-24 07:18:44 +00:00
pk
d1d8376b06 Fix spelling. 1996-06-19 22:53:54 +00:00
jtc
10f36ab344 fix typo; Reported by David Leonard <s160828@student.uq.edu.au> in PR #2307. 1996-04-08 20:41:25 +00:00
thorpej
6defd3c818 Manual page describing the new generic disk framework. 1996-01-09 00:22:04 +00:00