Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137983648
D25353.id73308.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
620 B
Referenced Files
None
Subscribers
None
D25353.id73308.diff
View Options
Index: usr.sbin/sesutil/sesutil.c
===================================================================
--- usr.sbin/sesutil/sesutil.c
+++ 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
Fri, Nov 28, 9:37 PM (22 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26303090
Default Alt Text
D25353.id73308.diff (620 B)
Attached To
Mode
D25353: Fix misplaced voltages/temperatures labels in 'sesutil show'
Attached
Detach File
Event Timeline
Log In to Comment