On Thu, May 24, 2012 at 8:16 AM, Kenneth R Westerback
wrote:
> Calling mib_carpget() seems a tad over complex. Wouldn't the diff
> below make it cleaner? Untested except by gcc.
>
> And doesn't the socket 's' leak too, or does SIOCGVH returning -1
> mean 's' was closed?
Ken,
Your diff looks goo
* Miod Vallat [2012-05-24 09:30:37]:
> >We typically prefer shorter names. tcpcib might not be such a bad name.
>
> Come on. It obviously has to be "yapcib" since it's yet another pcib.
Third time lucky, I've renamed the driver to tcpcib, (as much as I'd
love to call it yapcib ;-).
Theo sugges
the size of ftp's synopsis is making it very ugly. any objections to
shortening it? i.e. this diff is cosmetic.
jmc
Index: ftp.1
===
RCS file: /cvs/src/usr.bin/ftp/ftp.1,v
retrieving revision 1.82
diff -u -r1.82 ftp.1
--- ftp.1
Move the windows section in the tutorial to a more sensible place
(next to buffers) and move the mg history into the README file which
seems a more sensible place as well.
ok?
-lum
Index: README
===
RCS file: /cvs/src/usr.bin/mg/REA
When you page down a document and get to the last page, mg doesn't
stop, it keeps going until the last line is at the top of the window.
This diff makes mg stop paging down when the end of the text is
visible.
Comments/ok?
-lum
ps some whitespace for readability added.
Index: basic.c
=