[BACK]Return to man.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.h between version 1.66 and 1.68

version 1.66, 2014/11/28 05:51:32 version 1.68, 2014/12/24 18:04:10
Line 15 
Line 15 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef MAN_H  
 #define MAN_H  
   
 enum    mant {  enum    mant {
         MAN_br = 0,          MAN_br = 0,
Line 101  struct man_node {
Line 99  struct man_node {
         struct man_node *body; /* BLOCK node BODY ptr */          struct man_node *body; /* BLOCK node BODY ptr */
         const struct tbl_span *span; /* TBL */          const struct tbl_span *span; /* TBL */
         const struct eqn *eqn; /* EQN */          const struct eqn *eqn; /* EQN */
           int              aux; /* decoded node data, type-dependent */
 };  };
   
 /* Names of macros.  Index is enum mant. */  /* Names of macros.  Index is enum mant. */
Line 116  const struct mparse   *man_mparse(const struct man *);
Line 115  const struct mparse   *man_mparse(const struct man *);
 void man_deroff(char **, const struct man_node *);  void man_deroff(char **, const struct man_node *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MAN_H*/  

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.68

CVSweb