People who are willing to review documentation changes (opt-in)
Details
Yesterday
Change 'nonstandard' -> 'non-POSIX'.
I absolutely love the base premise of what you're trying to do here. This will be a major accessibility win for the faction which supports promoting portable programming, which FreeBSD is one of the main champions of.
Tue, Feb 17
Мелкие корректировки непринципиального и рекомендательного характера.
Grammar improvements:
- Prefer American English: 'non-standard' -> 'nonstandard', 'behaviour' -> 'behavior'.
- 'a nonstandard local command' -> 'the nonstandard local command'.
Mon, Feb 16
Let's not mention the behaviour when return exits the shell during an EXIT trap action, since it's obscure and probably incorrect (I think it's supposed to work like exit, with a difference between return by itself and return "$?", but in practice it always ignores the argument during an EXIT trap action).
There's more we can do elsewhere, but this one logical change is complete and increases consistency.
Fri, Feb 13
Mon, Feb 9
How about just load kernel module?
Correct wording.
- Remove redundant 'of the function' part.
- Change "it's" -> "it is".
Sun, Feb 8
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).
