Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160237824
D25353.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
635 B
Referenced Files
None
Subscribers
None
D25353.diff
View Options
Index: head/usr.sbin/sesutil/sesutil.c
===================================================================
--- head/usr.sbin/sesutil/sesutil.c
+++ head/usr.sbin/sesutil/sesutil.c
@@ -831,7 +831,7 @@
break;
case ELMTYP_THERM:
if (e_ptr[j].elm_type != prev_type)
- xo_emit("\nVoltages: ");
+ xo_emit("\nTemperatures: ");
else
xo_emit(", ");
prev_type = e_ptr[j].elm_type;
@@ -839,7 +839,7 @@
break;
case ELMTYP_VOM:
if (e_ptr[j].elm_type != prev_type)
- xo_emit("\nTemperatures: ");
+ xo_emit("\nVoltages: ");
else
xo_emit(", ");
prev_type = e_ptr[j].elm_type;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 11:32 AM (10 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34160705
Default Alt Text
D25353.diff (635 B)
Attached To
Mode
D25353: Fix misplaced voltages/temperatures labels in 'sesutil show'
Attached
Detach File
Event Timeline
Log In to Comment