970N/AFrom b79cac135ca7b788892ff199231be2bfce62a4a3 Mon Sep 17 00:00:00 2001
970N/AFrom: Alan Coopersmith <alan.coopersmith@oracle.com>
970N/ADate: Sat, 3 May 2014 00:21:27 -0700
970N/ASubject: [PATCH:xedit] Fix man page tbl markup
1072N/A
970N/A'\" t is needed to work with Solaris man/nroff commands
970N/AOther changes fix issues found on all platforms
970N/A
970N/ASigned-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
970N/A---
970N/A man/xedit.man | 12 ++++++------
970N/A 1 file changed, 6 insertions(+), 6 deletions(-)
970N/A
970N/Adiff --git a/man/xedit.man b/man/xedit.man
970N/Aindex 197a782..07cbf7e 100644
970N/A--- a/man/xedit.man
970N/A+++ b/man/xedit.man
970N/A@@ -1,4 +1,4 @@
970N/A-.\" t
970N/A+'\" t
970N/A .\" $XConsortium: xedit.man,v 1.23 94/04/17 20:43:39 matt Exp $
970N/A .\" Copyright (c) 1994 X Consortium
970N/A .\"
970N/A@@ -95,8 +95,8 @@ Ctrl-k Kill To End Of Line
970N/A Meta-d Delete Next Word
970N/A Ctrl-l Redraw Display
970N/A Meta-D Kill Word
970N/A-Ctrl-m Newline Meta-h
970N/A-Delete Previous Word
970N/A+Ctrl-m Newline
970N/A+Meta-h Delete Previous Word
970N/A Ctrl-n Next Line
970N/A Meta-H Backward Kill Word
970N/A Ctrl-o Newline And Backup
970N/A@@ -114,8 +114,8 @@ Ctrl-v Next Page
970N/A Meta-Shift Delete Kill Previous Word
970N/A Ctrl-w Kill Selection
970N/A Meta-Backspace Delete Previous Word
970N/A-Ctrl-y Unkill Meta-Shift Backspace
970N/A-Kill Previous Word
970N/A+Ctrl-y Unkill
970N/A+Meta-Shift Backspace Kill Previous Word
970N/A Ctrl-z Scroll One Line Up
1105N/A Meta-z Scroll One Line Down
970N/A Ctrl-_ Undo
970N/A@@ -134,7 +134,7 @@ Button 2 Down Insert Current Selection (paste)
970N/A Button 3 Down Extend Current Selection
970N/A Button 3 Motion Adjust Selection
970N/A Button 3 Up End Selection (cut)
970N/A-.fi
970N/A+.TE
970N/A .sp
970N/A
970N/A .SH LINE EDIT MODE
970N/A--
970N/A1.7.9.2
970N/A
970N/A