Wrong formatting when word "info" appears in some of the fields
If we have a record definition like:
record(waveform,"$(P)$(R)StageInfo"){
field(DESC, "SM verbosity info")
field(INP, "[]")
field(PINI, "1")
field(NELM, "256")
field(FTVL, "CHAR")
}
The dbformat will format like this:
record(waveform,"$(P)$(R)StageInfo"){
field(DESC, "SM verbosity
info")
field(INP, "[]")
field(PINI, "1")
field(NELM, "256")
field(FTVL, "CHAR")
}
It seems it is confusing the word info on description as a info tag.