diff --git a/src/doc/screen.1 b/src/doc/screen.1
index 80c6483..7c6fe98 100644
--- a/src/doc/screen.1
+++ b/src/doc/screen.1
@@ -2721,11 +2721,7 @@ default screenrc files to have an effect.
 .B sorendition
 .RB [ "\fIattr\fR " [ \fIcolor ]]
 .PP
-Change the way 
-.I screen 
-does highlighting for text marking and printing messages.
-See the \*QSTRING ESCAPES\*U chapter for the syntax of the modifiers.
-The default is currently \*Q=s dd\*U (standout, default colors).
+This command is depreciated. See "rendition so" instead.
 .sp
 .ne 3
 .B split
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index 1acabe2..b348807 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -1104,7 +1104,7 @@ Slow down pasting in windows.  @xref{Paste}.
 @item source @var{file}
 Run commands from a file.  @xref{Source}.
 @item sorendition [@var{attr} [@var{color}]]
-Change text highlighting.  @xref{Sorendition}.
+Depreciated. Use @code{rendition so} instead. @xref{Rendition}.
 @item split
 Split region into two parts.  @xref{Regions}.
 @item startup_message @var{state}
@@ -4595,12 +4595,7 @@ active colors).
 @section Sorendition
 @deffn Command sorendition [@var{attr} [@var{color}]]
 (none)@*
-Change the way screen does highlighting for text marking and printing
-messages.
-See the chapter
-about string escapes (@pxref{String Escapes}) for the syntax of
-the modifiers. The default is currently @samp{=s dd} (standout,
-default colors).
+This command has been depreciated. Use @code{rendition so} instead. 
 @end deffn
 
 @node Attrcolor, Setsid, Sorendition, Miscellaneous
