From: Paul Robinson Date: Mon, 15 Aug 2016 18:45:52 +0000 (+0000) Subject: Replace an obsolete company name. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0545f01df0bae759357416c7a9c9c6b32642e473;p=clang Replace an obsolete company name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278710 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index eb023f0a6d..be7518bb07 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -2,6 +2,8 @@ Clang Compiler User's Manual ============================ +.. include:: + .. contents:: :local: @@ -1650,7 +1652,7 @@ features. You can "tune" the debug info for one of several different debuggers. .. option:: -ggdb, -glldb, -gsce - Tune the debug info for the ``gdb``, ``lldb``, or Sony Computer Entertainment + Tune the debug info for the ``gdb``, ``lldb``, or Sony PlayStation\ |reg| debugger, respectively. Each of these options implies **-g**. (Therefore, if you want both **-gline-tables-only** and debugger tuning, the tuning option must come first.)