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

8/15/2024 PM Publish #11337

Merged
merged 1 commit into from
Aug 15, 2024
Merged

8/15/2024 PM Publish #11337

merged 1 commit into from
Aug 15, 2024

Conversation

Taojunshen
Copy link
Contributor

@Taojunshen Taojunshen commented Aug 15, 2024

Prior to this change, the documentation for the built-in help function in about_Built-in_Functions incorrectly stated that PowerShell always uses more for the pager on Windows and the PAGER environment variable on non-Windows systems.

This change:

PR Summary

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

Prior to this change, the documentation for the built-in
`help` function in `about_Built-in_Functions` incorrectly
stated that PowerShell always uses `more` for the pager
on Windows and the `PAGER` environment variable on
non-Windows systems.

This change:

- Clarifies that PowerShell uses a default pager for both
  Windows (`more`) and non-Windows (`less`) systems.
- Clarifies that when the `PAGER` environment variable is
  defined, PowerShell uses that command instead of the
  default pager on both Windows and non-Windows systems.
- Fixes AB#297346
- Resolves #11332
Copy link
Contributor

Learn Build status updates of commit f30dd6b:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Built-in_Functions.md ✅Succeeded View (powershell-5.1)
reference/7.2/Microsoft.PowerShell.Core/About/about_Built-in_Functions.md ✅Succeeded View (powershell-7.2)
reference/7.4/Microsoft.PowerShell.Core/About/about_Built-in_Functions.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Core/About/about_Built-in_Functions.md ✅Succeeded View (powershell-7.5)

For more details, please refer to the build report.

For any questions, please:

@Taojunshen Taojunshen merged commit d84c851 into live Aug 15, 2024
120 checks passed
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