diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-19 14:02:36 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-19 14:02:36 +0000 |
| commit | d808aefa49be1b842775359498ecee1de9561968 (patch) | |
| tree | 98ed4cccda5d2721fb50c6db7b375cb57685c6ed | |
| parent | 1dd8bcf1445bca333647bcaca4e3cc9072667c7a (diff) | |
Notes
| -rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index b4c10f240ed2..319a9e25f77e 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -244,9 +244,9 @@ Warnings are printed for constructs not allowed in traditional C. Warnings for constructs which behave differently in traditional C and ANSI C are suppressed. Preprocessor -macros describing the machine type (e.g. +macros describing the machine type (e.g., .Li sun3 Ns ) -and machine architecture (e.g. +and machine architecture (e.g., .Li m68k Ns ) are defined without leading and trailing underscores. The keywords |
