]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow mknod(8) to be only invoked with a pathname as an argument.
authorEd Schouten <ed@FreeBSD.org>
Sun, 31 Jan 2010 11:48:25 +0000 (11:48 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sun, 31 Jan 2010 11:48:25 +0000 (11:48 +0000)
commit04e532d50b658797601c8fc07dfc5a374ed9c6e6
treec7d98933a2f1d73a42370fdc8efc96f22dbf24af
parentc2a5f1a57a5aed41a7d3b813e8e6e0bff98b7abe
Allow mknod(8) to be only invoked with a pathname as an argument.

In 99% of the cases people just want to recreate device nodes they
removed from /dev. There is no reason to pass the additional "c 0 0"
anymore.

Also slightly improve the manpage. Remove references to non-existent
device names and platforms.
sbin/mknod/mknod.8
sbin/mknod/mknod.c