People who are willing to review documentation changes (opt-in)
Details
Today
How about just load kernel module?
Correct wording.
- Remove redundant 'of the function' part.
- Change "it's" -> "it is".
Yesterday
looks great.
Don't touch kldfind(2), leave changes only for kldload(2).
This patch does not make sense (to me at least). kldfind(2) looks up kld from the loaded files in kernel, it does not search anything in the file system.
What the syscall does it strips the passed filename from the non-base path components, and then compares the base name with names of all loaded klds, returning the finding, if any.
Sat, Feb 7
The system call is a better place for this info. But it's ok to have it botg places in this case
The information is basically taken from kldload(8).
Fixed based on the remarks of @marck.
Added clarification of boot and fsck interaction with journals (check by source code).
Added Q&A from forums.freebsd.org.
Fri, Feb 6
Add MLINKS: wheel.7 and operator.7.
Rebase the patch.
Thu, Feb 5
Wed, Feb 4
- Document that games group is used by hgame(4) (since b6cad334e64).
- Correct several mandoc -T lint warnings.
- Document that bind(8) was removed from the base in FreeBSD 10.0.
- Replace reference to unbound(8) with local-unbound(8).
- Remove references to setuid(7), since NetBSD has this page, but FreeBSD does not.
Sun, Feb 1
Wed, Jan 28
I suppose, review from native English speaker is needed, otherwise it looks almost perfect!
Tue, Jan 27
I got comment from @marck to change 'filesystem' to 'file system', I will change it in the next diff for this review. In the documentation 'file system' won 'filesystem' with score 614:320 times in the texts.
Thank you so much for doing this. Ufs is amazing and it doesn't get enough love
Tue, Jan 20
Why? When you call invoke less as "more" it works exactly the same but gives a classic BSD status line at the bottom.
Sat, Jan 17
Approved, thanks!
Wed, Jan 14
During -> Within
the last quarter -> the quarter
It looks good (modulo @salvadore's comments)
All comment from @salvadore are fixed.
