diff options
Diffstat (limited to 'usr/src/cmd/lofiadm/main.c')
| -rw-r--r-- | usr/src/cmd/lofiadm/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/lofiadm/main.c b/usr/src/cmd/lofiadm/main.c index 6ed5b49050..f1c360ec6f 100644 --- a/usr/src/cmd/lofiadm/main.c +++ b/usr/src/cmd/lofiadm/main.c @@ -29,7 +29,7 @@ */ /* - * lofiadm - administer lofi(7d). Very simple, add and remove file<->device + * lofiadm - administer lofi(4D). Very simple, add and remove file<->device * associations, and display status. All the ioctls are private between * lofi and lofiadm, and so are very simple - device information is * communicated via a minor number. @@ -1753,7 +1753,7 @@ lofi_compress(int *lfd, const char *filename, int compress_index, /* * Round up the compressed file size to be a multiple of - * DEV_BSIZE. lofi(7D) likes it that way. + * DEV_BSIZE. lofi(4D) likes it that way. */ if ((offset = statbuf.st_size % DEV_BSIZE) > 0) { |
