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

Diff for /mandoc/mdoc_argv.c between version 1.83 and 1.84

version 1.83, 2012/04/15 15:26:49 version 1.84, 2012/11/16 18:41:18
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
    * Copyright (c) 2012 Ingo Schwarze <schwarze@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 above   * purpose with or without fee is hereby granted, provided that the above
Line 143  static const enum mdocargt args_Bl[] = {
Line 144  static const enum mdocargt args_Bl[] = {
 };  };
   
 static  const struct mdocarg mdocargs[MDOC_MAX] = {  static  const struct mdocarg mdocargs[MDOC_MAX] = {
         { ARGSFL_NONE, NULL }, /* Ap */          { ARGSFL_DELIM, NULL }, /* Ap */
         { ARGSFL_NONE, NULL }, /* Dd */          { ARGSFL_NONE, NULL }, /* Dd */
         { ARGSFL_NONE, NULL }, /* Dt */          { ARGSFL_NONE, NULL }, /* Dt */
         { ARGSFL_NONE, NULL }, /* Os */          { ARGSFL_NONE, NULL }, /* Os */
Line 172  static const struct mdocarg mdocargs[MDOC_MAX] = {
Line 173  static const struct mdocarg mdocargs[MDOC_MAX] = {
         { ARGSFL_DELIM, NULL }, /* Fn */          { ARGSFL_DELIM, NULL }, /* Fn */
         { ARGSFL_DELIM, NULL }, /* Ft */          { ARGSFL_DELIM, NULL }, /* Ft */
         { ARGSFL_DELIM, NULL }, /* Ic */          { ARGSFL_DELIM, NULL }, /* Ic */
         { ARGSFL_NONE, NULL }, /* In */          { ARGSFL_DELIM, NULL }, /* In */
         { ARGSFL_DELIM, NULL }, /* Li */          { ARGSFL_DELIM, NULL }, /* Li */
         { ARGSFL_NONE, NULL }, /* Nd */          { ARGSFL_NONE, NULL }, /* Nd */
         { ARGSFL_DELIM, NULL }, /* Nm */          { ARGSFL_DELIM, NULL }, /* Nm */

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

CVSweb