]> git.cameronkatri.com Git - mandoc.git/blobdiff - att.c
Delete a sentence pointing to "the Predefined Strings subsection
[mandoc.git] / att.c
diff --git a/att.c b/att.c
index 336f78298b5b4a5525212286647f4b26f4b595e3..5575bed54a4f2b398d51cb77435e7dc917635594 100644 (file)
--- a/att.c
+++ b/att.c
@@ -1,4 +1,4 @@
-/*     $Id: att.c,v 1.14 2015/04/02 21:36:49 schwarze Exp $ */
+/*     $Id: att.c,v 1.18 2018/12/13 11:55:46 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -20,7 +20,6 @@
 #include <string.h>
 
 #include "roff.h"
-#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -46,5 +45,5 @@ mdoc_a2att(const char *p)
        LINE("V.3",     "AT&T System\\~V Release\\~3 UNIX");
        LINE("V.4",     "AT&T System\\~V Release\\~4 UNIX");
 
-       return(NULL);
+       return NULL;
 }