Archive for August, 2009
execve – execute program
USAGE
#include <unistd.h>
int execve(const char *filename, char *const argv[],
char *const envp[]);
DESCRIPTION
execve() executes the program [...]
epoll_wait – wait for an I/O event on an epoll file descriptor
USAGE
#include <sys/epoll.h>
int epoll_wait(int epfd, struct epoll_event * events,
int [...]
epoll_ctl – control interface for an epoll descriptor
USAGE
#include <sys/epoll.h>
int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
DESCRIPTION
Control an epoll descriptor, epfd, by requesting that the operation op
[...]
epoll_create – open an epoll file descriptor
USAGE
#include <sys/epoll.h>
int epoll_create(int size)
DESCRIPTION
Open an epoll file descriptor by requesting the kernel allocate an
event backing store [...]
expr – evaluate expressions
USAGE
expr EXPRESSION
expr OPTION
DESCRIPTION
–help display this help and exit
–version
output version information [...]
expand – convert tabs to spaces
USAGE
expand [OPTION]… [FILE]…
DESCRIPTION
Convert tabs in each FILE to spaces, writing to standard output. With
no FILE, or when FILE is -, read standard input.
[...]
vim – Vi IMproved, a programmers text editor
USAGE
vim [options] [file ..]
vim [options] -
vim [options] -t tag
vim [options] -q [errorfile]
ex
[...]
etags, ctags – generate tag file for Emacs, vi
USAGE
etags [-aCDGImRVh] [-i file] [-l language]
[-o tagfile] [-r regexp]
[--append] [--no-defines] [--no-globals] [--include=file]
[--ignore-indentation] [--language=language] [--members]
[...]
espdiff – apply the appropriate transformation to a set of patches
USAGE
espdiff [--deep-brainwave-mode] [--recurse] [--compare] [file...]
espdiff {–help | –version}
DESCRIPTION
espdiff applies the appropriate transformation to a patch or set of
[...]
