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

Diff for /mandoc/mdoc.c between version 1.65 and 1.66

version 1.65, 2009/03/16 22:19:19 version 1.66, 2009/03/16 23:37:28
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the   * purpose with or without fee is hereby granted, provided that the
Line 75  const char *const __mdoc_macronames[MDOC_MAX] = {   
Line 75  const char *const __mdoc_macronames[MDOC_MAX] = {   
         "Lp",           "Lk",           "Mt",           "Brq",          "Lp",           "Lk",           "Mt",           "Brq",
         /* LINTED */          /* LINTED */
         "Bro",          "Brc",          "\%C",          "Es",          "Bro",          "Brc",          "\%C",          "Es",
         "En"          "En",           "Dx"
         };          };
   
 const   char *const __mdoc_argnames[MDOC_ARG_MAX] = {  const   char *const __mdoc_argnames[MDOC_ARG_MAX] = {

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

CVSweb