diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2015-10-18 14:22:06 +0300 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-11-03 15:48:48 -0500 |
commit | 260e9a87725c090ba5835b1f9f0b62fa2f96036f (patch) | |
tree | 46ce875eadee4e0fa3586128cacfea38e5b15569 /usr/src/cmd/man/man.h | |
parent | 1058dba45ec5d6876a5bbb0b9174347e13e5748d (diff) | |
download | illumos-joyent-260e9a87725c090ba5835b1f9f0b62fa2f96036f.tar.gz |
6356 Update mdocml to 1.13.3
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/man/man.h')
-rw-r--r-- | usr/src/cmd/man/man.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/man/man.h b/usr/src/cmd/man/man.h index e6803a7969..b4ec3f380a 100644 --- a/usr/src/cmd/man/man.h +++ b/usr/src/cmd/man/man.h @@ -10,8 +10,8 @@ */ /* - * Copyright 2012 Nexenta Systems, Inc. All rights reserved. * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * Copyright 2015 Nexenta Systems, Inc. All rights reserved. */ /* @@ -26,7 +26,6 @@ #define INDENT 24 #define PAGER "less -ins" #define WHATIS "whatis" -#define PRECONV "/usr/lib/mandoc_preconv" #define LINE_ALLOC 4096 #define MAXDIRS 128 |