Print this page
5051 import mdocml-1.12.3
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: TBD

@@ -1,6 +1,6 @@
-/*      $Id: man.h,v 1.60 2012/01/03 15:16:24 kristaps Exp $ */
+/*      $Id: man.h,v 1.62 2013/10/17 20:54:58 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above

@@ -50,10 +50,14 @@
         MAN_PD,
         MAN_AT,
         MAN_in,
         MAN_ft,
         MAN_OP,
+        MAN_EX,
+        MAN_EE,
+        MAN_UR,
+        MAN_UE,
         MAN_MAX
 };
 
 enum    man_type {
         MAN_TEXT,