> # \s[] causes a syntax error.  According to 'info groff'
> # \s with no argument should restore the previous point size

Ah, this is badly formulated in the info manual.  The groff(7) manpage
documents it correctly.

`\s' *always* needs an numeric argument.  So the valid forms to return
to the previous size are

  \s0
  \s(00
  \s[0]
  \s'0'

It's the `.ps' request which can be called without an argument.

Fixed in CVS, thanks.


    Werner

_______________________________________________
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to