diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-28 17:40:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-31 13:27:57 -0700 |
commit | 6f9fce03609351b5ffcf394797e975b6fd47ab0c (patch) | |
tree | f34935d1d2dc5700d58d97f3ef3666ce16f7d814 /hw/xquartz | |
parent | 9554f1f208ed936371036e3054bcded4a71316b8 (diff) |
Replace "the the" with a single "the" in docs & comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/man/Xquartz.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xquartz/man/Xquartz.man b/hw/xquartz/man/Xquartz.man index 643bea9df..9b01bbaf3 100644 --- a/hw/xquartz/man/Xquartz.man +++ b/hw/xquartz/man/Xquartz.man @@ -73,10 +73,10 @@ Enable syncing between the OSX pasteboard and clipboard/primary selection buffer Update the X11 CLIPBOARD when the OSX NSPasteboard is updated. .TP 8 .B defaults write @bundle_id_prefix@.X11 sync_pasteboard_to_primary -boolean true -Update the the X11 PRIMARY buffer when the OSX NSPasteboard is updated. +Update the X11 PRIMARY buffer when the OSX NSPasteboard is updated. .TP 8 .B defaults write @bundle_id_prefix@.X11 sync_clipboard_to_pasteboard -boolean true -Update the the OSX NSPasteboard when the X11 CLIPBOARD is updated. Note that enabling this option causes the clipboard synchronization to act as a clipboard manager in X11. This makes it impossible to use xclipboard, klipper, or any other such clipboard managers. If you want to use any of these programs, you must disable this option. +Update the OSX NSPasteboard when the X11 CLIPBOARD is updated. Note that enabling this option causes the clipboard synchronization to act as a clipboard manager in X11. This makes it impossible to use xclipboard, klipper, or any other such clipboard managers. If you want to use any of these programs, you must disable this option. .TP 8 .B defaults write @bundle_id_prefix@.X11 sync_primary_on_select -boolean true This option defaults to false and is provided only "for experts." It updates the NSPasteboard whenever a new X11 selection is made (rather than requiring you to hit cmd-c to copy the selection to the NSPasteboard). Since the X11 protocol does not require applications to send notification when they change selection, this might not work in all cases (if you run into this problem, try selecting text in another application first, then selecting the text you want). |