Skip to content
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

Document %Q and %p options of printf #1032

Merged
merged 1 commit into from
Nov 29, 2018
Merged

Document %Q and %p options of printf #1032

merged 1 commit into from
Nov 29, 2018

Conversation

siteshwar
Copy link
Contributor

No description provided.

@krader1961
Copy link
Contributor

LGTM although this, once again, points out how important it is to address issue #507 since this leaves the format specifiers undocumented in the "man ksh" output.

@siteshwar siteshwar merged commit 7d5f687 into att:master Nov 29, 2018
JohnoKing added a commit to JohnoKing/ksh that referenced this pull request Mar 21, 2021
These are minor fixes I've accumulated over time. The following changes
are somewhat notable:
- Added a missing entry for 'typeset -s' to the man page.
- Removed the man page the entry for ksh reading $PWD/.profile on login.
  That feature was removed in commit aa7713c.
- Added date(1) to the 'see also' section of the man page.
- Note that the 'hash' command can be used instead of 'alias -t' to
  workaround one of the caveats listed in the man page.
- Use an 'out of memory' error message rather than 'out of space' when
  memory allocation fails.
- Replaced backticks with quotes in some places for consistency.
- Added missing documentation for the %P date format.
- Added missing documentation for the printf %Q and %p formats
  (backported from ksh2020: att#1032).
- The comments that show each builtin's options have been updated.
JohnoKing added a commit to JohnoKing/ksh that referenced this pull request Mar 21, 2021
These are minor fixes I've accumulated over time. The following changes
are somewhat notable:
- Added a missing entry for 'typeset -s' to the man page.
- Removed the man page the entry for ksh reading $PWD/.profile on login.
  That feature was removed in commit aa7713c.
- Added date(1) to the 'see also' section of the man page.
- Note that the 'hash' command can be used instead of 'alias -t' to
  workaround one of the caveats listed in the man page.
- Use an 'out of memory' error message rather than 'out of space' when
  memory allocation fails.
- Replaced backticks with quotes in some places for consistency.
- Added missing documentation for the %P date format.
- Added missing documentation for the printf %Q and %p formats
  (backported from ksh2020: att#1032).
- The comments that show each builtin's options have been updated.
McDutchie pushed a commit to ksh93/ksh that referenced this pull request Mar 21, 2021
These are minor fixes I've accumulated over time. The following
changes are somewhat notable:

- Added a missing entry for 'typeset -s' to the man page.
- Add strftime(3) to the 'see also' section. This and the date(1)
  addition are meant to add onto the documentation for 'printf %T'.
- Removed the man page the entry for ksh reading $PWD/.profile on
  login. That feature was removed in commit aa7713c.
- Added date(1) to the 'see also' section of the man page.
- Note that the 'hash' command can be used instead of 'alias -t' to
  workaround one of the caveats listed in the man page.
- Use an 'out of memory' error message rather than 'out of space'
  when memory allocation fails.
- Replaced backticks with quotes in some places for consistency.
- Added missing documentation for the %P date format.
- Added missing documentation for the printf %Q and %p formats
  (backported from ksh2020: att#1032).
- The comments that show each builtin's options have been updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants