[BACK]Return to eqn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/eqn.c between version 1.48 and 1.49

version 1.48, 2022/04/13 20:19:18 version 1.49, 2022/12/26 19:16:02
Line 354 
Line 354 
 /*  /*
  * Parse a token from the input text.  The modes are:   * Parse a token from the input text.  The modes are:
  * MODE_QUOTED: Use *ep->start as the delimiter; the token ends   * MODE_QUOTED: Use *ep->start as the delimiter; the token ends
  *   before its next occurence.  Do not interpret the token in any   *   before its next occurrence.  Do not interpret the token in any
  *   way and return EQN_TOK_QUOTED.  All other modes behave like   *   way and return EQN_TOK_QUOTED.  All other modes behave like
  *   MODE_QUOTED when *ep->start is '"'.   *   MODE_QUOTED when *ep->start is '"'.
  * MODE_NOSUB: If *ep->start is a curly brace, the token ends after it;   * MODE_NOSUB: If *ep->start is a curly brace, the token ends after it;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49