People who are willing to review documentation changes (opt-in)
Details
Today
Wed, Feb 25
Tue, Feb 24
remarks fixed.
Mon, Feb 23
I love this. Over to @jilles for the final say (and of course if anyone else has anything to say).
Владлен,
- Reword sentence about non-POSIX extensions (chose second variant suggested by ziaee).
- Change missed occurrences of 'Non-standard' -> 'Non-POSIX'.
Hmm...
The sh utility is the standard command interpreter for the system. The current version of sh is close to the IEEE Std 1003.1 (“POSIX.1”) specification for the shell. Non-POSIX extensions are marked below. This man page is not intended to be a tutorial nor a complete specification of the shell.
The sh utility is the standard command interpreter for the system. It's
behavior is standardized in the IEEE Std 1003.1 ("POSIX.1") specification
for the shell. Any extensions which are non-POSIX are marked below.
This manual is not intended to be a tutorial nor a complete specification
of the shell.This is hard because I really feel that information on standards belongs in the standardized section for standards, called STANDARDS... The first sentence is sacred, it's been there since the beginning and cannot be improved upon.
Sun, Feb 22
Sat, Feb 21
Fri, Feb 20
Wed, Feb 18
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.
