-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix bug 76595: Update phpdbg man page #3376
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
Conversation
Fixes formatting to be more consistent with php.1
sapi/phpdbg/phpdbg.1.in
Outdated
.P | ||
.B http://php.net/manual/book.phpdbg.php | ||
.P | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The empty new line here can be omitted so it doesn't cause issues in output.
sapi/phpdbg/phpdbg.1.in
Outdated
.P | ||
.B http://bugs.php.net/ | ||
.P | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The empty new line here can be omitted so it doesn't cause issues in output.
sapi/phpdbg/phpdbg.1.in
Outdated
.PD 0 | ||
.P | ||
.B http://bugs.php.net/ | ||
.P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This .P
should be .PD 1
sapi/phpdbg/phpdbg.1.in
Outdated
.PD 0 | ||
.P | ||
.B http://php.net/manual/book.phpdbg.php | ||
.P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This .P
should be .PD 1
Hello, thanks for the pull request @kabel. This one looks good 👍 I've tested it out. Few new line fixes and I think we can add it to the PHP 7.1 and up. Also it would be useful to additionally add this to
|
No description provided.