Bug 218453
Summary: | Update posixoptions to POSIX.1-2018 | ||
---|---|---|---|
Product: | Documentation | Reporter: | Enrique Garcia (cquike) |
Component: | man-pages | Assignee: | documentation_man-pages (documentation_man-pages) |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | posixoptions upgrade to POSIX.1-2018 |
Description
Enrique Garcia
2024-02-02 19:48:51 UTC
There are also two options that are mentioned as "not in final XG6", so I guess those ones could also be removed: --- - _POSIX_FILE_LOCKING - _SC_FILE_LOCKING --- - _POSIX_MULTI_PROCESS - _SC_MULTI_PROCESS The following are options that were already always true under POSIX.1-2001 and hence can also be removed: --- - POSIX_CHOWN_RESTRICTED --- - _POSIX_JOB_CONTROL - _SC_JOB_CONTROL --- - _POSIX_NO_TRUNC --- - _POSIX_REGEXP - _SC_REGEXP --- - _POSIX_SAVED_IDS - _SC_SAVED_IDS --- - _POSIX_SHELL - _SC_SHELL Created attachment 305816 [details]
posixoptions upgrade to POSIX.1-2018
posixoptions upgrade to POSIX.1-2018
I have created a patch that potentially implements the changes above. Hi Enrique, On Fri, Feb 02, 2024 at 08:55:07PM +0000, bugzilla-daemon@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=218453 > > --- Comment #4 from Enrique Garcia (cquike@arcor.de) --- > I have created a patch that potentially implements the changes above. Would you mind sending the patch(es) to the mailing list? Thanks, Alex |