read.c (f5174743) | read.c (aa99c14f) |
---|---|
1/* $Id: read.c,v 1.53 2014/08/08 15:42:39 schwarze Exp $ */ | 1/* $Id: read.c,v 1.54 2014/08/08 15:45:58 schwarze Exp $ */ |
2/* 3 * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> 4 * Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org> 5 * Copyright (c) 2010, 2012 Joerg Sonnenberger <joerg@netbsd.org> 6 * 7 * Permission to use, copy, modify, and distribute this software for any 8 * purpose with or without fee is hereby granted, provided that the above 9 * copyright notice and this permission notice appear in all copies. --- 121 unchanged lines hidden (view full) --- 131 "missing name for .Ex, using \"\"", 132 "empty head in list item", 133 "empty list item", 134 "missing font type, using \\fR", 135 "unknown font type, using \\fR", 136 "missing -std argument, adding it", 137 138 /* related to bad macro arguments */ | 2/* 3 * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> 4 * Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org> 5 * Copyright (c) 2010, 2012 Joerg Sonnenberger <joerg@netbsd.org> 6 * 7 * Permission to use, copy, modify, and distribute this software for any 8 * purpose with or without fee is hereby granted, provided that the above 9 * copyright notice and this permission notice appear in all copies. --- 121 unchanged lines hidden (view full) --- 131 "missing name for .Ex, using \"\"", 132 "empty head in list item", 133 "empty list item", 134 "missing font type, using \\fR", 135 "unknown font type, using \\fR", 136 "missing -std argument, adding it", 137 138 /* related to bad macro arguments */ |
139 "skipping argument", | |
140 "unterminated quoted argument", 141 "duplicate argument", | 139 "unterminated quoted argument", 140 "duplicate argument", |
141 "skipping duplicate argument", |
|
142 "skipping duplicate display type", 143 "skipping duplicate list type", | 142 "skipping duplicate display type", 143 "skipping duplicate list type", |
144 "skipping -width argument", |
|
144 "unknown AT&T UNIX version", 145 "invalid content in Rs block", 146 "invalid Boolean argument", 147 "unknown font, skipping request", 148 149 /* related to plain text */ 150 "blank line in fill mode, using .sp", 151 "tab in filled text", --- 744 unchanged lines hidden --- | 145 "unknown AT&T UNIX version", 146 "invalid content in Rs block", 147 "invalid Boolean argument", 148 "unknown font, skipping request", 149 150 /* related to plain text */ 151 "blank line in fill mode, using .sp", 152 "tab in filled text", --- 744 unchanged lines hidden --- |