-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some options are missing from ulimit
documentation in man page
#948
Labels
Comments
This will be fixed when the work we've started in issue #507 is completed. |
JohnoKing
added a commit
to JohnoKing/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 man page fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing NiL to NULL.
JohnoKing
added a commit
to JohnoKing/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 man page fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing a sentinel NULL.
JohnoKing
added a commit
to JohnoKing/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 man page fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing a sentinel NULL.
JohnoKing
added a commit
to JohnoKing/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 man page fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing a sentinel NULL.
JohnoKing
added a commit
to JohnoKing/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 documentation fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing a sentinel NULL.
JohnoKing
added a commit
to JohnoKing/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 documentation fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing a sentinel to NULL.
McDutchie
pushed a commit
to ksh93/ksh
that referenced
this issue
Aug 6, 2020
Most of these fixes are for typos and extra whitespace at the end of lines. These are the notable changes: - Fixed a compatibility issue with how asterisks are displayed using certain fonts. Bug report: att#764 - Fixed a bug in the man page that caused searches for the '|' character to fail. Bug report: att#871 - Removed a duplicate description of 'set -B' from the man page. Bug report: att#789 - Added documentation for options missing from the ksh man page (applies to 'hist -N', 'sleep -s', 'whence -q' and many of ulimit's options). Bug reports: att#948 att#503 (comment) att#507 (comment) - Applied the following ksh2020 documentation fixes: att#351 att#352 - Fixed a minor GCC -Wformat warning in procopen.c by changing a sentinel to NULL.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some options missing from
ulimit
description in man page. These options can be listed throughulimit --man
. For e.g.-x
,-l
.The text was updated successfully, but these errors were encountered: