commit 1ed2a502e4642fed5c782242d2893d4a04715b55
parent 7e53faac04a447ca38fcde92bb925ebc6db106b9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 20 May 2026 14:06:15 +0200
Minor formatting update to the schiff-ouput manual page
A "No" macro was previously used before spaces followed by an opening
angle bracket. This "No" macro did not apply to any text, which resulted
in the creation of an empty span tag during the HTML conversion of the
man page—a situation flagged as unexpected by HTML validation tools.
That is why this commit removes the "No" macro, which is in fact
superfluous.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/schiff-output.5 b/doc/schiff-output.5
@@ -207,8 +207,8 @@ entries as there are wavelengths used in the calculation
The functions in this list are sorted in ascending order of these
wavelengths, and separated by a blank line.
.Bl -column (invcumul-phase-func-list) (::=) ()
-.It Ao Va invcumul-phase-func-list Ac Ta ::= Ta
-.No \& \& Aq Va invcumul-phase-func
+.It Ao Va invcumul-phase-func-list Ac Ta ::= Ta \
+\& \& Aq Va invcumul-phase-func
.It Ta Ta [\& EMPTY-LINE
.It Ta Ta \& \& Ao Va invcumul-phase-func Ac \& ] ...
.El