[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Amusement



I noticed this Linux manual page and my comment is at the end.  Bob

> READDIR(2)          Linux Programmer's Manual          READDIR(2)

> NAME
>    readdir - read directory entry

> SYNOPSIS
>    #include <unistd.h>
>    #include <linux/dirent.h>
>    #include <linux/unistd.h>

>    _syscall3(int, readdir, uint, fd, struct dirent *, dirp, uint, count);

>    int readdir(unsigned int fd, struct dirent *dirp, unsigned int count);

> DESCRIPTION
>    This  is  not the function you are interested in. ...

These are not the droids you're looking for!