From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/getsnarf.html | 73 -------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 man/man3/getsnarf.html (limited to 'man/man3/getsnarf.html') diff --git a/man/man3/getsnarf.html b/man/man3/getsnarf.html deleted file mode 100644 index 3f3e7512..00000000 --- a/man/man3/getsnarf.html +++ /dev/null @@ -1,73 +0,0 @@ - -getsnarf(3) - Plan 9 from User Space - - - - -
-
-
GETSNARF(3)GETSNARF(3) -
-
-

NAME
- -
- - getsnarf, putsnarf – window system snarf (cut and paste) buffer
- -
-

SYNOPSIS
- -
- - #include <draw.h> -
-
- char *getsnarf(void) -
-
- void putsnarf(char *text)
-
-
-

DESCRIPTION
- -
- - Getsnarf and putsnarf access the window system’s snarf (cut and - paste) buffer. -
- - Getsnarf returns a copy of the current buffer; the returned pointer - should be freed with free (see malloc(3)) when no longer needed. - -
- - Putsnarf sets the buffer to the text string text. -
- - Callers should assume that the snarf buffer is UTF. If the window - system does not keep the buffer in UTF, getsnarf and putsnarf - will convert as necessary.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/libdraw/x11−itrans.c
-
-
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3