From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id A03983858D28; Sat, 28 Jan 2023 18:27:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A03983858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674930441; bh=opO85461MAvqJrv9go5nLMqBCfBfHRK3QEFHuJu/AS0=; h=From:To:Subject:Date:From; b=W1PuHfpT9jOXyubJmJbk0J9O/WywSyioQLUMwGhzHuddM5r2+LV/Zn3bAoeSdQkUC oCycQKdfgOtmwCa5Tu1/UK0MjggramqOg0CJoa6Khae2o4oJ/B8rCgQqog3ujHqfut xIfyQefo25UGwspCIOzwVNGsJyU2kxclHX2KhLek= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5477] doc: Fix markup X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 09349c07e0cb261f13a5941edff22d57c047ff57 X-Git-Newrev: 679f75167b1294fe6c3a281fe5bbafc734777407 Message-Id: <20230128182721.A03983858D28@sourceware.org> Date: Sat, 28 Jan 2023 18:27:21 +0000 (GMT) List-Id: https://gcc.gnu.org/g:679f75167b1294fe6c3a281fe5bbafc734777407 commit r13-5477-g679f75167b1294fe6c3a281fe5bbafc734777407 Author: Gerald Pfeifer Date: Sat Jan 28 19:26:46 2023 +0100 doc: Fix markup gcc/ChangeLog: * doc/standards.texi (Standards): Fix markup. Diff: --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 5ea724f5657..2bcb664eb6b 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