Replace an obsolete company name.
authorPaul Robinson <paul.robinson@sony.com>
Mon, 15 Aug 2016 18:45:52 +0000 (18:45 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Mon, 15 Aug 2016 18:45:52 +0000 (18:45 +0000)
llvm-svn: 278710

clang/docs/UsersManual.rst

index eb023f0..be7518b 100644 (file)
@@ -2,6 +2,8 @@
 Clang Compiler User's Manual
 ============================
 
+.. include:: <isonum.txt>
+
 .. 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.)