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

Fix undesired LF in literals #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idodeclare
Copy link

Please consider for integration this patch to fix some undesired LF in literal elements.

1. DTrace — Structs chapter

Below shows how without this patch, a dtrace command is spaced oddly:


image

2. Memory and Thread Placement Optimization — MPO Observability Tools chapter

Below shows how without this patch, a "start lgroup ID" item is spaced oddly:


image

3. ZFS File System — introduction

Below shows how without this patch, a zfs rename command is spaced oddly:


image

There were some instances of undesired LF in literal elements that weren't rendering oddly because they were early enough within the line; I cleaned them up anyway so that a code pattern search didn't find them anymore.

--CF

@rmustacc
Copy link
Collaborator

Thanks for this and #110 @idodeclare. I'll be reviewing these both over the next day or two.

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

Successfully merging this pull request may close these issues.

None yet

2 participants