freebsd-dev/sbin/tunefs
Ian Dowse 47f07d95ba Don't require that the special/filesystem argument translates into
a block or character device; the rest of tunefs works just fine on
filesystem images in regular files. Instead, if getfsfile() failed
and if the specified filesystem is a directory then print a more
useful "unknown file system" error.

Also, _PATH_DEV already contains a trailing slash, so don't add
another one when constructing a device path, and use errx() instead
of err() in a case where errno is meangingless.
2001-09-30 14:57:08 +00:00
..
Makefile Constify, de-register-ify, and set WARNS=2. 2001-07-15 05:47:47 +00:00
tunefs.8 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 11:04:34 +00:00
tunefs.c Don't require that the special/filesystem argument translates into 2001-09-30 14:57:08 +00:00