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

Diff for /mandoc/st.c between version 1.15 and 1.17

version 1.15, 2018/12/13 07:28:27 version 1.17, 2022/01/13 08:42:15
Line 1 
Line 1 
 /*      $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
Line 17 
Line 17 
 #include "config.h"  #include "config.h"
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdio.h>
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  #include "mandoc.h"
Line 65  LINE("-xpg4",  "X/Open Portability Guide Issue\\~4 (\\
Line 67  LINE("-xpg4",  "X/Open Portability Guide Issue\\~4 (\\
 LINE("-xpg4.2",         "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\(rq)")  LINE("-xpg4.2",         "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\(rq)")
 LINE("-xbd5",           "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)")  LINE("-xbd5",           "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)")
 LINE("-xcu5",           "X/Open Commands and Utilities Issue\\~5 (\\(lqXCU5\\(rq)")  LINE("-xcu5",           "X/Open Commands and Utilities Issue\\~5 (\\(lqXCU5\\(rq)")
 LINE("-xsh4.2",         "X/Open System Interfaces and Headers Issue\\~4, Version\\~2 (\\(lqXSH4.2\\(rq)")  
 LINE("-xsh5",           "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)")  LINE("-xsh5",           "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)")
 LINE("-xns5",           "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)")  LINE("-xns5",           "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)")
 LINE("-xns5.2",         "X/Open Networking Services Issue\\~5.2 (\\(lqXNS5.2\\(rq)")  LINE("-xns5.2",         "X/Open Networking Services Issue\\~5.2 (\\(lqXNS5.2\\(rq)")

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

CVSweb