Standards, the kernel, and Postfix
Posted Aug 21, 2008 9:10 UTC (Thu) by
tomgj (guest, #50537)
Parent article:
Standards, the kernel, and Postfix
The examples for link(2) and symlink(2) currently both
have
the arguments the wrong
way round. You have
link("/link/to/foo", "/path/to/foo");
but it should be
link("/path/to/foo", "/link/to/foo")
(
Log in to post comments)