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

[diff] Miscellaneous fixes. #1114

Merged
merged 1 commit into from Nov 26, 2016
Merged

[diff] Miscellaneous fixes. #1114

merged 1 commit into from Nov 26, 2016

Conversation

jensmaurer
Copy link
Member

Consistently end the 'Changes' phrase with a period.
Add missing newlines.
Remove spurious 'Rationale' item.
Fix typos.

Fixes #214.

Consistently end the 'Changes' phrase with a period.
Add missing newlines.
Remove spurious 'Rationale' item.
Fix typos.

Fixes cplusplus#214.

\ref{basic.start}
\change Main cannot be called recursively and cannot have its address taken
\change The \tcode{main} function cannot be called recursively and cannot have its address taken.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would even delete the word "recursively". But I suppose this is non-normative, so no big deal.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't want to change more than necessary to get the formatting non-awkward.

@@ -60,7 +60,7 @@
Programs which depend upon \tcode{sizeof('x')} are probably rare.

Subclause \ref{lex.string}:
\change String literals made const\\
\change String literals made const.\\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Below you style const as code; should it be code here, too? When do you use which style?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My patch does not change the "const" \tcode style, it just adds periods etc. (At least I hope so.) I believe we have a separate issue for const vs. \tcode.

@tkoeppe tkoeppe merged commit 64978c8 into cplusplus:master Nov 26, 2016
@jensmaurer jensmaurer deleted the b14 branch November 27, 2016 18:06
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.

None yet

2 participants