artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a1814
)
Fix a typo spotted by miod@.
author
millert
<millert@openbsd.org>
Thu, 26 Oct 2023 18:46:42 +0000
(18:46 +0000)
committer
millert
<millert@openbsd.org>
Thu, 26 Oct 2023 18:46:42 +0000
(18:46 +0000)
gnu/usr.bin/gcc/gcc/doc/cppopts.texi
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/gcc/doc/cppopts.texi
b/gnu/usr.bin/gcc/gcc/doc/cppopts.texi
index
b0a5f29
..
4a1d7d0
100644
(file)
--- a/
gnu/usr.bin/gcc/gcc/doc/cppopts.texi
+++ b/
gnu/usr.bin/gcc/gcc/doc/cppopts.texi
@@
-355,7
+355,7
@@
The 1990 C standard plus GNU extensions.
@item gnu99
@itemx gnu9x
-The 1999 C standard plus GNU extensions
This is the default.
.
+The 1999 C standard plus GNU extensions
. This is the default
.
@item c++98
The 1998 ISO C++ standard plus amendments.