]> git.cameronkatri.com Git - mandoc.git/blobdiff - att.c
Create the link from ./man to ./mandoc in the "all" target rather than
[mandoc.git] / att.c
diff --git a/att.c b/att.c
index dd7f2a0d77111a1e5976c8fe8a50e3d2f450eec1..abde95d7397b40acbfa06bddbe7aeb2c8f43b2ef 100644 (file)
--- a/att.c
+++ b/att.c
@@ -1,4 +1,4 @@
-/*     $Id: att.c,v 1.16 2017/06/24 14:38:32 schwarze Exp $ */
+/*     $Id: att.c,v 1.19 2021/09/04 20:26:43 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -19,9 +19,7 @@
 #include <sys/types.h>
 #include <string.h>
 
-#include "mandoc.h"
 #include "roff.h"
-#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -39,7 +37,7 @@ mdoc_a2att(const char *p)
        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("32v",     "Version\\~7 AT&T UNIX/32V");
        LINE("III",     "AT&T System\\~III UNIX");
        LINE("V",       "AT&T System\\~V UNIX");
        LINE("V.1",     "AT&T System\\~V Release\\~1 UNIX");