| Summary: | [patch]: sysctl(8) needs to fix multi-lineal descriptions | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Ighighi <ighighi> | ||||||||
| Component: | bin | Assignee: | Alan Somers <asomers> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | CC: | asomers, wjw | ||||||||
| Priority: | Normal | Keywords: | patch | ||||||||
| Version: | 6.2-STABLE | Flags: | asomers:
mfc-stable11+
asomers: mfc-stable10- |
||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Ighighi
2007-05-10 00:10:03 UTC
Created attachment 160227 [details]
Fix the strings in sys/dev/pci.c
Use the precompiler to concat strings as not to exceed the 78 char width
Created attachment 160742 [details]
Fix the strings in the sysctl-mesgs (v2)
It seems to me that Only wjw's patch should be necessary. The older patch is incorrect. Also, wjw missed some sysctl's with embedded newlines. I find the following: hw.pci.usb_early_takeover hw.pci.do_power_nodriver hw.pci.enable_io_modes hw.pcic.pd6722_vsense hw.pcic.intr_mask (In reply to Alan Somers from comment #3) Hi Alan, Could very well be. This dates back as far as 2015. And I used several ways to find all the culprits. But likely I missed some. --WjW A commit references this bug: Author: asomers Date: Mon Oct 9 22:27:38 UTC 2017 New revision: 324457 URL: https://svnweb.freebsd.org/changeset/base/324457 Log: Remove embedded newlines from sysctl variable descriptions PR: 112556 Submitted by: Willem Jan Withagen <wjw@digiware.nl> (earlier version) Reported by: Willem Jan Withagen, ighighi@gmail.com MFC after: 3 weeks Sponsored by: Spectra Logic Corp Changes: head/sys/dev/pccbb/pccbb_isa.c head/sys/dev/pci/pci.c A commit references this bug: Author: asomers Date: Tue Nov 28 16:09:02 UTC 2017 New revision: 326316 URL: https://svnweb.freebsd.org/changeset/base/326316 Log: MFC r324457: Remove embedded newlines from sysctl variable descriptions PR: 112556 Submitted by: Willem Jan Withagen <wjw@digiware.nl> (earlier version) Reported by: Willem Jan Withagen, ighighi@gmail.com Sponsored by: Spectra Logic Corp Changes: _U stable/11/ stable/11/sys/dev/pccbb/pccbb_isa.c stable/11/sys/dev/pci/pci.c |