Fix losetup so that it A) actually works again, B) has much better error
authorRob Landley <rob@landley.net>
Tue, 29 Nov 2005 23:47:10 +0000 (23:47 -0000)
committerRob Landley <rob@landley.net>
Tue, 29 Nov 2005 23:47:10 +0000 (23:47 -0000)
commit1d589b2e2d6e9e0af719b481c7ef333bc73e2a7a
tree4a6c23fb08ab9c8fa2e3ad68c9425f65a3fe6a21
parent70678bc5b65a62176a6b41b4481e7f4f274a9c93
Fix losetup so that it A) actually works again, B) has much better error
messages, C) can show the current association (if any) when called
with only one argument.  Update the documentation a lot too.

Remind me to add a test suite for this thing.  I think I've figured out
how to handle root-only testsuites...
include/libbb.h
include/usage.h
libbb/loop.c
util-linux/losetup.c