I remember back in '99 when Justin Georgeson wrote:
> I'm trying to do an ftp install of RH5.2 using an SMC Ultra, card is
> there fine, but after trying to select a network configuration method
> (static, bootp, dhcp), each one tells me the above resource is
> temporarily unavailable. Tried a man -k on SIOCSFFLAGS and came up with
> nothing. 

I'm not sure what your large problem is, but I can give you a general
tip.  Man -k usually will not catch things like constants, which I
assume is what SIOCSFFLAGS is.  Two places to look:

- /usr/man/man[23] (system and library routines).  
- /usr/include/* (and subdirs)

Just do a 
grep SIOCSFFLAGS /usr/man/man[23] 
for the first and 
find /usr/include | xargs grep SIOCSFFLAGS 
for the second.

This could at least get you some points.  Also, a dejanews search on
the string can turn up stuff..

                Matt

-- 
/* Matt Sayler -- [EMAIL PROTECTED] -- atwork?astronomy:cs
   http://www.cs.utexas.edu/users/mpsayler   -- (512)471-7450
   Have you ever imagined a world with no hypothetical situations? */
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to