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

Diff for /mandoc/Attic/att.in between version 1.2 and 1.8

version 1.2, 2009/03/06 14:24:49 version 1.8, 2011/07/31 17:30:33
Line 1 
Line 1 
 # $Id$  /*      $Id$ */
 #  /*
 # This file defines the `.At' macro argument.  Lines are composed of   * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
 # tab-delimited fields -- multiple tabs may delimit fields.  Comment   *
 # lines begin with '#'; blank lines are also ok.   * Permission to use, copy, modify, and distribute this software for any
 #   * purpose with or without fee is hereby granted, provided that the above
 # These were last grok'd from OpenBSD-4.4's mdoc.samples(7).   * copyright notice and this permission notice appear in all copies.
    *
    * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
    * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
    * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
    * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    */
   
 v1      Version 1 AT&T UNIX  /*
 v2      Version 2 AT&T UNIX   * This file defines the AT&T versions of the .At macro.  This probably
 v3      Version 3 AT&T UNIX   * isn't going to change.  The right-hand side is the formatted string.
 v4      Version 4 AT&T UNIX   *
 v5      Version 5 AT&T UNIX   * Be sure to escape strings.
 v6      Version 6 AT&T UNIX   * The non-breaking blanks prevent ending an output line right before
 v7      Version 7 AT&T UNIX   * a number.  Groff prevent line breaks at the same places.
 32v     Version 32V AT&T UNIX   */
 V       AT&T System V UNIX  
 V.1     AT&T System V.1 UNIX  LINE("v1",              "Version\\~1 AT&T UNIX")
 V.2     AT&T System V.2 UNIX  LINE("v2",              "Version\\~2 AT&T UNIX")
 V.3     AT&T System V.3 UNIX  LINE("v3",              "Version\\~3 AT&T UNIX")
 V.4     AT&T System V.4 UNIX  LINE("v4",              "Version\\~4 AT&T UNIX")
   LINE("v5",              "Version\\~5 AT&T UNIX")
   LINE("v6",              "Version\\~6 AT&T UNIX")
   LINE("v7",              "Version\\~7 AT&T UNIX")
   LINE("32v",             "Version\\~32V AT&T UNIX")
   LINE("III",             "AT&T System\\~III UNIX")
   LINE("V",               "AT&T System\\~V UNIX")
   LINE("V.1",             "AT&T System\\~V Release\\~1 UNIX")
   LINE("V.2",             "AT&T System\\~V Release\\~2 UNIX")
   LINE("V.3",             "AT&T System\\~V Release\\~3 UNIX")
   LINE("V.4",             "AT&T System\\~V Release\\~4 UNIX")

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.8

CVSweb