Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Refer to X11 rather than "X windows" #11411

Closed
p5pRT opened this issue Jun 4, 2011 · 5 comments
Closed

[PATCH] Refer to X11 rather than "X windows" #11411

p5pRT opened this issue Jun 4, 2011 · 5 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 4, 2011

Migrated from rt.perl.org#92230 (status was 'resolved')

Searchable as RT92230$

@p5pRT
Copy link
Author

p5pRT commented Jun 4, 2011

From @jmdh

This was originally reported as
<http​://bugs.debian.org/cgi-bin/bugreport.cgi?bug=233214>

"X windows" is technically incorrect terminology; it should be referred
to a the X Window System, or X11.

--
Dominic Hargreaves | http​://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)

@p5pRT
Copy link
Author

p5pRT commented Jun 4, 2011

From @jmdh

0001-Refer-to-X11-rather-than-X-windows.patch
From bbd4dab746977fb0985123588bcd08d74d73a2e7 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Sat, 4 Jun 2011 23:45:45 +0100
Subject: [PATCH] Refer to X11 rather than "X windows"

---
 lib/perl5db.pl   |    6 +++---
 pod/perlcall.pod |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index d6df665..77a5f35 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -1475,7 +1475,7 @@ if ( defined $ENV{PERLDB_OPTS} ) {
 
 The last thing we do during initialization is determine which subroutine is
 to be used to obtain a new terminal when a new debugger is started. Right now,
-the debugger only handles TCP sockets, X Windows, OS/2, amd Mac OS X
+the debugger only handles TCP sockets, X11, OS/2, amd Mac OS X
 (darwin).
 
 =cut
@@ -6124,7 +6124,7 @@ TTY (and probably another window) and to direct the new debugger to read and
 write there.
 
 The debugger provides C<get_fork_TTY> functions which work for TCP
-socket servers, X Windows, OS/2, and Mac OS X. Other systems are not
+socket servers, X11, OS/2, and Mac OS X. Other systems are not
 supported. You are encouraged to write C<get_fork_TTY> functions which
 work for I<your> platform and contribute them.
 
@@ -6157,7 +6157,7 @@ sub socket_get_fork_TTY {
 
 =head3 C<xterm_get_fork_TTY>
 
-This function provides the C<get_fork_TTY> function for X windows. If a 
+This function provides the C<get_fork_TTY> function for X11. If a 
 program running under the debugger forks, a new <xterm> window is opened and
 the subsidiary debugger is directed there.
 
diff --git a/pod/perlcall.pod b/pod/perlcall.pod
index df03ed6..61649e8 100644
--- a/pod/perlcall.pod
+++ b/pod/perlcall.pod
@@ -28,7 +28,7 @@ called instead.
 =item * An Event-Driven Program
 
 The classic example of where callbacks are used is when writing an
-event driven program, such as for an X windows application.  In this case
+event driven program, such as for an X11 application.  In this case
 you register functions to be called whenever specific events occur,
 e.g., a mouse button is pressed, the cursor moves into a window or a
 menu item is selected.
-- 
1.7.2.5

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

From @cpansprout

On Sat Jun 04 15​:50​:32 2011, dom wrote​:

This was originally reported as
<http​://bugs.debian.org/cgi-bin/bugreport.cgi?bug=233214>

"X windows" is technically incorrect terminology; it should be referred
to a the X Window System, or X11.

Thank you. Applied as b0b54b5.

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

@cpansprout - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant