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

ots-side-by-side.1: escape ascii-art sections #240

Merged
merged 1 commit into from
Jan 15, 2022
Merged

ots-side-by-side.1: escape ascii-art sections #240

merged 1 commit into from
Jan 15, 2022

Conversation

gagath
Copy link
Contributor

@gagath gagath commented Jan 15, 2022

This patch fixes the warnings for the following command:

LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
    man --warnings -E UTF-8 -l -Tutf8 -Z <file> >/dev/null

Warnings fixed:

42: '\ ' is not allowed in a name
93: warning: macro '#*' not defined
101: '\ ' is not allowed in a name
135: '\ ' is not allowed in a name
135: warning: macro '#+' not defined
42: warning: macro '###+.#.' not defined
61: '\ ' is not allowed in a name
61: warning: macro '##' not defined
62: '\ ' is not allowed in a name
63: '\ ' is not allowed in a name
84: '\ ' is not allowed in a name
84: warning: macro '##+.#+' not defined
93: '\ ' is not allowed in a name

This patch fixes the warnings for the following command:

	LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
	    man --warnings -E UTF-8 -l -Tutf8 -Z <file> >/dev/null

Warnings fixed:

	42: '\ ' is not allowed in a name
	93: warning: macro '#*' not defined
	101: '\ ' is not allowed in a name
	135: '\ ' is not allowed in a name
	135: warning: macro '#+' not defined
	42: warning: macro '###+.#.' not defined
	61: '\ ' is not allowed in a name
	61: warning: macro '##' not defined
	62: '\ ' is not allowed in a name
	63: '\ ' is not allowed in a name
	84: '\ ' is not allowed in a name
	84: warning: macro '##+.#+' not defined
	93: '\ ' is not allowed in a name
@khaledhosny khaledhosny merged commit c29d8d9 into khaledhosny:main Jan 15, 2022
@khaledhosny
Copy link
Owner

Thanks!

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