Bill Rushmore wrote:
On Thu, 31 Aug 2006, Martin Man wrote:

Hi Sara,

could be just me being too busy, but was there any open decision making process that led to this logo being chosen?

I like it, I'm just curious who was involved and what was the process.

thanx,
Martin

Also, what does it all mean? Granted, I might be a little thick but what is the significance of (2)?


The open system call is documented in section 2 of the manual.



$ man -s 2 open

System Calls                                              open(2)



NAME
     open, openat - open a file

SYNOPSIS
     #include <sys/types.h>
     #include <sys/stat.h>
     #include <fcntl.h>

     int open(const char *path, int oflag, /* mode_t mode */);

     int openat(int fildes,  const  char  *path,  int  oflag,  /*
     mode_t mode */);



cheers,
James C. McPherson
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to