Sponsored Content
Full Discussion: Moving to development
Top Forums UNIX for Dummies Questions & Answers Moving to development Post 302371142 by prasad1990 on Friday 13th of November 2009 12:56:12 PM
Old 11-13-2009
Power Moving to development

Hey someone tell me how to participate in the development of bsd unix.......

Last edited by prasad1990; 11-13-2009 at 01:57 PM.. Reason: spelling mistake
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

moving between vi files

would any one please tell me which keys we used between opened vi files backward and forward Thanks Ayah (2 Replies)
Discussion started by: aya_r
2 Replies

2. UNIX for Advanced & Expert Users

help in moving

can any one help i have a file with this content file name hsnvalue.op containing HSN=0,tool=123 HSN=0,tool=123 HSN=0,tool=123 HSN=0,tool=123 HSN=0,tool=123 HSN=0,tool=123 i want to print only one value to another file final.out :confused: (5 Replies)
Discussion started by: shafique
5 Replies

3. UNIX for Dummies Questions & Answers

Help moving directory

Hi, I need to move directories around due to space issues. For example: cd /home/usr /home/usr TO /usr I am doing this now tar -cvf /home/usr.tar usr This creates huge tar file under /home. I then cd to /usr to extract it. cd /usr tar -xvf /home/usr.tar ... (2 Replies)
Discussion started by: samnyc
2 Replies

4. Shell Programming and Scripting

not moving !!

Hi I have written the following piece of code to move all files with name *.sh to *.bak the o/p i am getting is *.sh.bak Pls help cat filename | while read line do mv $line $line.sh done filename file conatins file.sh file1.sh file2.sh expected o/p is file.bak (2 Replies)
Discussion started by: ultimatix
2 Replies

5. Red Hat

Moving folders

I'm new at this, so bare with me. I'm looking to move some folders, but keep the tree intact. Example: I have hundreds of folders in one directory (parent directory). In each folder there is a one folder called "source" and about 10 files. I want to move all the "Source" directories... (4 Replies)
Discussion started by: gnpower
4 Replies

6. Shell Programming and Scripting

Moving columns around

This is a mysql night mare that I cant seem to wrap my head around. Any shell based answers is appreciated as I dont know Perl and all I would do would be blindly copy & paste ! FILE CONTENTS - 1389685 INSERT INTO Opera_ShirtCatlog(col1,col2) VALUES (1,'TEST1'),(2,'TEST2'); 1389675 INSERT... (10 Replies)
Discussion started by: ManoharMa
10 Replies

7. Solaris

Moving to RAID1

Is there an easy, safe way to move the system to RAID1 on sparc solaris 10? (without reinstalling). thanks. (6 Replies)
Discussion started by: orange47
6 Replies

8. Linux

Help moving site

Hi there. I am completely new to SSH commands. I basically have a website on a shared server (wordpress site). Due to traffic on this site, I need to move it to a dedicated server. I have a free trial on a centOS6 dedicated server, and can access it using Putty and SSH. I can enable... (2 Replies)
Discussion started by: CS10
2 Replies
DMXQueryVersion(3)					     Library Functions Manual						DMXQueryVersion(3)

NAME
DMXQueryVersion - determine DMX extension version SYNOPSIS
#include <X11/extensions/dmxext.h> Bool DMXQueryVersion(Display *dpy, int *major_version, int *minor_version, int *patch_version); DESCRIPTION
DMXQueryVersion() returns version information about the DMX protocol extension. Any incompatible changes to the protocol will be indicated by a change in major_version. Small, upward-compatible changes will be indi- cated by a change in minor_version. In general, patch_version is for informational purposes and will encode the date of the last protocol revision (e.g., 20040604). RETURN VALUE
If the DMX protocol extension is available, major_version, minor_version, and patch_version will be set, and True will be returned. Other- wise, False will be returned. NOTES
At the time of this writing, the DMX protocol is at version 2.2. Version 2.2 was the final development version, and code supporting this version was submitted to upstream X server repositories in the sum- mer of 2004. Version 1.5 was the last of the 1.x series, which was used for development before screen and input addition and removal were supported. Version 2.0 and 2.1 were development versions that partially supported screen and input addition and removal. Since we do not expect development versions to be widely used, we recommend that any software that uses the DMX protocol extension to sup- port only versions 2.2 and above (although they should detect earlier versions and either reduce functionality or fail gracefully). SEE ALSO
DMXQueryExtension(3), DMX(3), Xdmx(1) X Version 11 libdmx 1.1.2 DMXQueryVersion(3)
All times are GMT -4. The time now is 01:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy