-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ppp.8: Fix typo cuad0 -> cuau0 #1515
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical catch!
Removing redundant normal text macros is ok with me. There are a few more syntax errors on this page, but none user facing, except:
The linter complains about line 266 being too long, which is a seemingly dead link. Are you seeing that too?
Ah yes, I guess the file is now at: I would just: .Pq https://winprotocoldocs-bhdugrdyduf5h2e4.b02.azurefd.net/MS-CBCP/%5bMS-CBCP%5d.pdf . |
Nice find! If you want to Pq, please also use Lk so that the link is clickable. Edit: although, this should really go in the see also section, but I do not object to fixing it in place. |
2b12aa5
to
48a54df
Compare
Yes, my main objective is to silence the linter before applying the actual fix, not to thoroughly clean up the manual. |
48a54df
to
2b36ddc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please go ahead with this.
Fix a typo that was missed probably because it was capitalized. Mark up with .Pa and fix capitalization. Specify that cuaUX and cuauX are for USB and UART attachments respectively. - Silence most lint warnings - Update outdated links - Minor style fixes - Some igor(1) warnings were ignored on purpose PR: 248359 Reviewed by: imp, mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com> Approved by: emaste (mentor) Fixes: 839f11a ("A number of places in the source tree still reference cuad.* after sio(4) was deprecated by uart(4).") MFC after: 1 week Pull Request: freebsd#1515
2b36ddc
to
21ca690
Compare
Move PR #248359 here as part of a cleanup of personal old bug reports.