diff -Naur screen/src/doc/screen.1 screen.modified/src/doc/screen.1
--- screen/src/doc/screen.1	2009-07-09 22:00:06.000000000 -0600
+++ screen.modified/src/doc/screen.1	2009-07-09 22:29:43.000000000 -0600
@@ -509,7 +509,7 @@
 .PD
 Send a control-s to the current window.
 .IP "\fBC-a S\fP	(split)"
-Split the current region into two new ones.
+Split the current region horizontally into two new ones.
 See also \fIonly, remove, focus\fP.
 .IP "\fBC-a t\fP"
 .PD 0
@@ -582,6 +582,8 @@
 comes from, where it went to and why you can use it.
 .IP "\fBC-a _\fP	(silence)"
 Start/stop monitoring the current window for inactivity.
+.IP "\fBC-a |\fP	(split -v)"
+Split the current region vertically into two new ones.
 .IP "\fBC-a *\fP	(displays)"
 Show a listing of all currently attached displays.
 
@@ -2729,12 +2731,13 @@
 .sp
 .ne 3
 .B split
+.RB [ -v ]
 .PP
 Split the current region into two new ones. All regions on the
 display are resized to make room for the new region. The blank
-window is displayed on the new region. Use the \*Qremove\*U or the
-\*Qonly\*U command to delete regions.
-Use \*Qfocus\*U to toggle between regions.
+window is displayed on the new region. Splits are made horizontally
+unless -v is used. Use the \*Qremove\*U or the \*Qonly\*U command
+to delete regions. Use \*Qfocus\*U to toggle between regions.
 .sp
 .ne 3
 .B "startup_message on\fP|\fBoff"
diff -Naur screen/src/doc/screen.texinfo screen.modified/src/doc/screen.texinfo
--- screen/src/doc/screen.texinfo	2009-07-09 22:00:06.000000000 -0600
+++ screen.modified/src/doc/screen.texinfo	2009-07-09 22:19:13.000000000 -0600
@@ -705,7 +705,7 @@
 
 @item @kbd{C-a S}
 (split)@*
-Split the current region into two new ones.  @xref{Regions}.
+Split the current region horizontally into two new ones.  @xref{Regions}.
 
 @item @kbd{C-a t}
 @itemx @kbd{C-a C-t}
@@ -799,6 +799,10 @@
 (silence)@*
 Start/stop monitoring the current window for inactivity. @xref{Silence},
 
+@item @kbd{C-a |}
+(split -v)@*
+Split the current region vertically into two new ones.  @xref{Regions}.
+
 @item @kbd{C-a ,}
 (license)@*
 Show the copyright page.
@@ -1808,11 +1812,20 @@
 @node Split, Focus,  , Regions
 @section Split
 @kindex S
-@deffn Command split
-(@kbd{C-a S})@*
+@kindex |
+@deffn Command split [-v]
+(@kbd{C-a S}, @kbd{C-a |})@*
 Split the current region into two new ones. All regions on the
 display are resized to make room for the new region. The blank
-window is displayed on the new region.
+window is displayed on the new region. The default is to create
+a horizontal split, putting the new regions on the top and
+bottom of each other. Using -v will create a vertical split,
+causing the new regions to appear side by side of each other.
+
+With this current implementation of @code{screen}, scrolling data
+will appear much slower in a vertically splited region than one
+that is not. This should be taken into consideration if you need
+to use system commands such as @code{cat} or @code{tail -f}.
 @end deffn
 
 @node Focus, Only, Split, Regions
