diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 19:26:46 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 19:26:46 +0100 |
commit | 679f75167b1294fe6c3a281fe5bbafc734777407 (patch) | |
tree | 59999e3fe2ca7321a9c2274508ccada23feab0be /gcc | |
parent | 09349c07e0cb261f13a5941edff22d57c047ff57 (diff) | |
download | gcc-679f75167b1294fe6c3a281fe5bbafc734777407.zip gcc-679f75167b1294fe6c3a281fe5bbafc734777407.tar.gz gcc-679f75167b1294fe6c3a281fe5bbafc734777407.tar.bz2 |
doc: Fix markup
gcc/ChangeLog:
* doc/standards.texi (Standards): Fix markup.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/standards.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 5ea724f..2bcb664 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -280,7 +280,7 @@ works with the Apple/NeXT Objective-C runtime library. There is no formal written standard for Objective-C or Objective-C++@. The authoritative manual on traditional Objective-C (1.0) is ``Object-Oriented Programming and the Objective-C Language'': -@uref{https://gnustep.github.io/@/resources/@/documentation/@/ObjectivCBook.pdf +@uref{https://gnustep.github.io/@/resources/@/documentation/@/ObjectivCBook.pdf} is the original NeXTstep document. The Objective-C exception and synchronization syntax (that is, the |