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

misplaced \% in Copyright Notice #120

Closed
ietf-svn-bot opened this issue Feb 23, 2013 · 4 comments
Closed

misplaced \% in Copyright Notice #120

ietf-svn-bot opened this issue Feb 23, 2013 · 4 comments
Labels

Comments

@ietf-svn-bot
Copy link

resolution_fixed type_defect | by arusso@amsl.com


In the nroff output, % is inserted before URL in Copyright Notice causing an extraneous hyphen to appear in the text generated from the nroff.

Example: files for #118.

NROFF output (v2.4.1):
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(\%http://trustee.ietf.org/license-info) in effect on the date of
publication of this document.

Yields text:
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents (-
http://trustee.ietf.org/license-info) in effect on the date of
publication of this document.

(\%http://trustee.ietf.org/license-info)
should be:
\%(http://trustee.ietf.org/license-info)


Issue migrated from trac:120 at 2022-02-05 12:29:34 +0000

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed priority from medium to major

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in 8391139:

When protecting http: URLs from line-breaking in nroff output, place the % outside enclosing parentheses, if any. Fixes issue #120.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant