Bug 248359 - ppp.8 fix typo Cuad0 -> Cuau0
Summary: ppp.8 fix typo Cuad0 -> Cuau0
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Luis Duran
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2020-07-30 03:37 UTC by Jose Luis Duran
Modified: 2024-11-19 03:07 UTC (History)
2 users (show)

See Also:


Attachments
Cuad0 -> Cuau0 (406 bytes, patch)
2020-07-30 03:37 UTC, Jose Luis Duran
no flags Details | Diff
Second option (my preferred option) (644 bytes, patch)
2020-07-30 04:12 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran freebsd_committer freebsd_triage 2020-07-30 03:37:04 UTC
Created attachment 216871 [details]
Cuad0 -> Cuau0

Some history:
    
    Cuaa0 -> Cuad0 -> Cuau0

This was somehow missed in base r244040.
Comment 1 Jose Luis Duran freebsd_committer freebsd_triage 2020-07-30 04:12:54 UTC
Created attachment 216872 [details]
Second option (my preferred option)

Second option:

Use .Pa cuau0 instead.  This also has the advantage that a future s/cuau0/cuaX0 doesn't miss it.

I'll leave it up to doc@.
Comment 2 Alexander Ziaee freebsd_triage 2024-11-18 06:48:19 UTC
https://github.com/freebsd/freebsd-src/pull/1515
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-11-19 01:06:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=21ca690b5668d6b19b93327da3d4a423ea183fe4

commit 21ca690b5668d6b19b93327da3d4a423ea183fe4
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2024-11-05 04:07:07 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2024-11-19 01:04:20 +0000

    ppp.8: Fix typo cuad0 -> cuau0

    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:  839f11a4fe18 ("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:   https://github.com/freebsd/freebsd-src/pull/1515

 usr.sbin/ppp/ppp.8 | 47 ++++++++++++++++++++++++++++-------------------
 1 file changed, 28 insertions(+), 19 deletions(-)