version 1.87, 2010/06/12 10:09:19 |
version 1.89, 2010/06/19 20:46:27 |
|
|
/* $Id$ */ |
/* $Id$ */ |
/* |
/* |
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> |
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv> |
* |
* |
* Permission to use, copy, modify, and distribute this software for any |
* Permission to use, copy, modify, and distribute this software for any |
* purpose with or without fee is hereby granted, provided that the above |
* purpose with or without fee is hereby granted, provided that the above |
Line 109 static const char * const mandocerrs[MANDOCERR_MAX] = |
|
Line 109 static const char * const mandocerrs[MANDOCERR_MAX] = |
|
"unterminated quoted string", |
"unterminated quoted string", |
"argument requires the width argument", |
"argument requires the width argument", |
"superfluous width argument", |
"superfluous width argument", |
|
"ignoring argument", |
"bad date argument", |
"bad date argument", |
"bad width argument", |
"bad width argument", |
"unknown manual section", |
"unknown manual section", |