# HG changeset patch # User Alan Coopersmith # Date 1423188222 28800 # Node ID 0ed3a403cd274c500ee5c007d4438de0079844a7 # Parent 18bb97646f5d0edbe22b63a579c6b9e54aa04d0f 20356547 Announce EOF of xlswins [PSARC/2014/386] diff -r 18bb97646f5d -r 0ed3a403cd27 open-src/app/xlswins/Makefile --- a/open-src/app/xlswins/Makefile Thu Jan 22 10:09:38 2015 -0800 +++ b/open-src/app/xlswins/Makefile Thu Feb 05 18:03:42 2015 -0800 @@ -2,7 +2,7 @@ # # xlswins - utility to list windows displayed on an X server # -# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -52,6 +52,8 @@ # ARC cases that covered this module # PSARC/1992/173 - Update MIT-based Clients to X11R5 Level MODULE_ARC_CASES = PSARC/1992/173 +# PSARC/2014/386 - EOF of xlswins +MODULE_ARC_CASES += PSARC/2014/386 # No configure script to run, but need to make build dirs CONFIGURE_TARGETS = $(BUILD_DIR) diff -r 18bb97646f5d -r 0ed3a403cd27 open-src/app/xlswins/sun-src/xlswins.1 --- a/open-src/app/xlswins/sun-src/xlswins.1 Thu Jan 22 10:09:38 2015 -0800 +++ b/open-src/app/xlswins/sun-src/xlswins.1 Thu Feb 05 18:03:42 2015 -0800 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1989, 2008, Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1989, 2015, Oracle and/or its affiliates. All rights reserved. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -18,7 +18,7 @@ .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" DEALINGS IN THE SOFTWARE. -.TH xlswins 1 "23 March 1992" +.TH xlswins 1 "14 January 2015" .IX "xlswins" "" "\f3xlswins\f1(1) \(em X window listing utility" "" .IX "window" "list" "window" "listing utility \(em \f3xlswins\f1(1)" "" .SH NAME @@ -59,8 +59,18 @@ .TP 8 .B DISPLAY to get the default host and display to use. -.SH BUGS -This should be integrated with xwininfo somehow. +.SH NOTES +.PP +.B xlswins +might not be included in future releases of __distroname__. +Users should instead use the \fB\-tree\fP option of the +.BR xwininfo (1) +command to print the window tree. +.PP +\fBxwininfo \-tree \-root\fP replaces \fBxlswins\fP with no +window id arguments. \fBxwininfo \-tree \-id\fP \fIwindowid\fP +limits the tree to windows under the given \fIwindowid\fP, +as \fBxlswins\fP does when given a window id argument. .SH COPYRIGHT Copyright 1988, Massachusetts Institute of Technology. .br