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

.TP should left-adjust the first line, then put the rest in a right column #43

Open
bagder opened this issue Aug 8, 2023 · 0 comments

Comments

@bagder
Copy link
Owner

bagder commented Aug 8, 2023

A man page section that looks like

.RS
.TP 15
header
a body of text
.TP
header2
another body of text
.RE

Is supposed to have the headers left aligned and the body texts right-aligned in the output. Like this:

header   a body of text
         over many lines
         perhaps

header2  the second body
         over several
         lines

Which roffit does not currently do.

@bagder bagder changed the title .TP should left-line the first line, then put the rest in a righ column .TP should left-line the first line, then put the rest in a right column Aug 8, 2023
@bagder bagder changed the title .TP should left-line the first line, then put the rest in a right column .TP should left-adjust the first line, then put the rest in a right column Aug 8, 2023
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

No branches or pull requests

1 participant