From nobody@FreeBSD.org  Tue Dec  4 22:16:43 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 63532BB6
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Dec 2012 22:16:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4606B8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Dec 2012 22:16:43 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB4MGhvo019706
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 4 Dec 2012 22:16:43 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qB4MGh8M019705;
	Tue, 4 Dec 2012 22:16:43 GMT
	(envelope-from nobody)
Message-Id: <201212042216.qB4MGh8M019705@red.freebsd.org>
Date: Tue, 4 Dec 2012 22:16:43 GMT
From: Bas Smeelen <b.smeelen@ose.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] faq: #text-mode-cut-paste
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174134
>Category:       docs
>Synopsis:       [patch] faq: #text-mode-cut-paste
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 04 22:20:00 UTC 2012
>Closed-Date:    Sat Dec 08 19:03:35 UTC 2012
>Last-Modified:  Sat Dec 08 19:03:35 UTC 2012
>Originator:     Bas Smeelen
>Release:        9.1
>Organization:
>Environment:
FreeBSD cfd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243853: Tue Dec  4 08:00:50 CET 2012     root@cfd:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
small update copy and paste on console with the mouse buttons is actually cut and paste
>How-To-Repeat:

>Fix:
cfd:/usr/doc/head/en_US.ISO8859-1/books/faq % svn diff
Index: book.xml
===================================================================
--- book.xml	(revision 40267)
+++ book.xml	(working copy)
@@ -2235,13 +2241,14 @@
 	  </question>
 
 	  <answer>
-	    <para>Once you get the mouse daemon running (see the <link
-		linkend="moused">previous section</link>), hold down the
-	      button 1 (left button) and move the mouse to select a region
-	      of text.  Then, press the button 2 (middle button) to paste
-	      it at the text cursor.  Pressing button 3 (right button)
-	      will <quote>extend</quote> the selected region of
-	      text.</para>
+	    <para>Cut and paste is not supported. It is in fact a copy
+		and paste operation. Once you get the mouse daemon running 
+		(see the <link linkend="moused">previous section</link>),
+		hold down the button 1 (left button) and move the mouse to
+		select a region of text.  Then, press the button 2 (middle button)
+		to paste it at the text cursor.  Pressing button 3 (right button)
+		will <quote>extend</quote> the selected region of
+		text.</para>
 
 	    <para>If your mouse does not have a middle button, you may
 	      wish to emulate one or remap buttons using mouse daemon


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Tue Dec 4 23:46:52 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174134 

From: Eitan Adler <lists@eitanadler.com>
To: Bas Smeelen <b.smeelen@ose.nl>
Cc: bug-followup@freebsd.org
Subject: Re: docs/174134: [patch] faq: #text-mode-cut-paste
Date: Tue, 4 Dec 2012 19:03:00 -0500

 On 4 December 2012 17:16, Bas Smeelen <b.smeelen@ose.nl> wrote:
 
 >>Description:
 > small update copy and paste on console with the mouse buttons is actually cut and paste
 
 We generally try to avoid making whitespace changes and content
 changes at the same time in order to help the translators see what
 changed.
 
 How does this verison look?
 
 commit 92451f989a4e9b3fe5d3dc52ece8a3fffcf6407b
 Author: Eitan Adler <lists@eitanadler.com>
 Date:   Tue Dec 4 19:00:54 2012 -0500
 
     Update and clarify text-mode-cut-paste: make it clear that this is
     copy-and-paste not cut-and-paste.
 
     PR:		docs/174134
     Submitted by:	Bas Smeelen <b.smeelen@ose.nl>
     Approved by:	??? (mentor)
 
 diff --git a/en_US.ISO8859-1/books/faq/book.xml
 b/en_US.ISO8859-1/books/faq/book.xml
 index f5581e7..90e4156 100644
 --- a/en_US.ISO8859-1/books/faq/book.xml
 +++ b/en_US.ISO8859-1/books/faq/book.xml
 @@ -2238,10 +2238,14 @@
  	  </question>
 
  	  <answer>
 -	    <para>Once you get the mouse daemon running (see the <link
 -		linkend="moused">previous section</link>), hold down the
 +	    <para>It is not possible to remove data using the mouse.
 +	      However, it is possible to <quote>copy and
 +		paste</quote>.
 +	      Once you get the mouse daemon running (see the
 +	      <link linkend="moused">previous question</link>)
 +	      hold down
  	      button 1 (left button) and move the mouse to select a region
 -	      of text.  Then, press the button 2 (middle button) to paste
 +	      of text.  Then, press button 2 (middle button) to paste
  	      it at the text cursor.  Pressing button 3 (right button)
  	      will <quote>extend</quote> the selected region of
  	      text.</para>
 
 
 
 -- 
 Eitan Adler
State-Changed-From-To: open->analyzed 
State-Changed-By: eadler 
State-Changed-When: Fri Dec 7 04:35:02 UTC 2012 
State-Changed-Why:  
awaiting approval or review prior to commit (no action needed from 
submitter) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174134 
State-Changed-From-To: analyzed->closed 
State-Changed-By: eadler 
State-Changed-When: Sat Dec 8 19:03:33 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174134 
>Unformatted:
