diff --git a/src/doc/screen.1 b/src/doc/screen.1
index 80c6483..301ced2 100644
--- a/src/doc/screen.1
+++ b/src/doc/screen.1
@@ -561,6 +561,8 @@ Enter command line mode.
 .IP "\fBC-a esc\fP	(copy)"
 .PD
 Enter copy/scrollback mode.
+.IP "\fBC-a C-]\fP"
+.PD 0
 .IP "\fBC-a ]\fP	(paste .)"
 .PD
 Write the contents of the paste buffer to the stdin queue of the
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index 1acabe2..2d1824b 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -620,7 +620,7 @@ Cycle flow among @samp{on}, @samp{off} or @samp{auto}.  @xref{Flow}.
 
 @item @kbd{C-a F}
 (fit)@*
-Resize the window to the current region size.  @xref{Window Size}.
+Resize the window to the current region size.  @xref{Fit}.
 
 @item @kbd{C-a C-g}
 (vbell)@*
@@ -797,15 +797,15 @@ Delete the screen-exchange file.  @xref{Screen Exchange}.
 
 @item @kbd{C-a _}
 (silence)@*
-Start/stop monitoring the current window for inactivity. @xref{Silence},
+Start/stop monitoring the current window for inactivity. @xref{Silence}.
 
 @item @kbd{C-a ,}
 (license)@*
-Show the copyright page.
+Show the copyright page. @xref{License}.
 
 @item @kbd{C-a *}
 (displays)@*
-Show the listing of attached displays.
+Show the listing of attached displays. @xref{Displays}.
 @end table
 
 @node Command Summary,  , Default Key Bindings, Commands
@@ -1423,8 +1423,10 @@ pressing space.)
 
 @kindex p
 @kindex C-p
+@kindex C-h
+@kindex BackSpace
 @deffn Command prev
-(@kbd{C-a p}, @kbd{C-a C-p})@*
+(@kbd{C-a p}, @kbd{C-a C-p}, @kbd{C-a C-h}, @kbd{C-a @key{BackSpace}})@*
 Switch to the previous window (the opposite of @kbd{C-a n}).
 @end deffn
 
@@ -2480,7 +2482,7 @@ Keypad enter         fe         stuff \015
 
 @kindex C-v
 @deffn Command digraph [preset]
-(none)@*
+(@kbd{C-a C-v})@*
 This command prompts the user for a digraph sequence. The next
 two characters typed are looked up in a builtin table and the
 resulting character is inserted in the input stream. For example,
@@ -3199,8 +3201,9 @@ See also
 @section History
 
 @kindex @{
+@kindex @}
 @deffn Command history
-(@kbd{C-a @{})@*
+(@kbd{C-a @{}, @kbd{C-a @}})@*
 Usually users work with a shell that allows easy access to previous
 commands.  For example, @code{csh} has the command @code{!!} to repeat
 the last command executed.  @code{screen} provides a primitive way of
@@ -4201,9 +4204,8 @@ This section describes the commands for keeping a record of your session.
 @node Hardcopy, Log,  , Logging
 @section hardcopy
 @kindex h
-@kindex C-h
 @deffn Command hardcopy [-h] [@var{file}]
-(@kbd{C-a h}, @kbd{C-a C-h})@*
+(@kbd{C-a h})@*
 Writes out the currently displayed image to the file @var{file}, or,
 if no filename is specified, to @file{hardcopy.@var{n}}
 in the default directory, where @var{n} is the number of the
@@ -4381,8 +4383,10 @@ work correctly under @code{at} looping over windows.
 
 @node Break, Debug, At, Miscellaneous
 @section Break
+@kindex b
+@kindex C-b
 @deffn Command break [duration]
-(none)@*
+(@kbd{C-a b}, @kbd{C-a C-b})@*
 Send a break signal for @var{duration}*0.25 seconds to this window.
 For non-Posix systems the time interval is rounded up to full seconds.
 Most useful if a character device is attached to the window rather than
@@ -4390,8 +4394,9 @@ a shell process (@pxref{Window Types}). The maximum duration of
 a break signal is limited to 15 seconds.
 @end deffn
 
+@kindex B
 @deffn Command pow_break
-(none)@*
+(@kbd{C-a B})@*
 Reopen the window's terminal line and send a break condition.
 @end deffn
 
@@ -4431,8 +4436,9 @@ be turned off once and forever.
 
 @node License, Nethack, Debug, Miscellaneous
 @section License
+@kindex ,
 @deffn Command license
-(none)@*
+(@kbd{C-a ,})@*
 Display the disclaimer page. This is done whenever @code{screen} is
 started without options, which should be often enough.
 @end deffn
@@ -4486,8 +4492,9 @@ amount specified.
 
 @node Silence, Time, Number, Miscellaneous
 @section Silence
+@kindex _
 @deffn Command silence [@var{state}|@var{sec}]
-(none)@*
+(@kbd{C-a _})@*
 Toggles silence monitoring of windows. When silence is turned on and an 
 affected window is switched into the background, you will receive the
 silence notification message in the status line after a specified period
