diff options
Diffstat (limited to 'usr/src/cmd/fs.d/pcfs/mount/mount.c')
-rw-r--r-- | usr/src/cmd/fs.d/pcfs/mount/mount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/fs.d/pcfs/mount/mount.c b/usr/src/cmd/fs.d/pcfs/mount/mount.c index 9936ebdc36..b47e608aac 100644 --- a/usr/src/cmd/fs.d/pcfs/mount/mount.c +++ b/usr/src/cmd/fs.d/pcfs/mount/mount.c @@ -18,7 +18,6 @@ * * CDDL HEADER END */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. @@ -195,7 +194,7 @@ main(int argc, char *argv[]) tzset(); /* * We perform this validation only in case the user of - * mount(1m) specified the "timezone=..." option. That's + * mount(8) specified the "timezone=..." option. That's * because we don't want PCFS mounts to fail due to a * botched $TZ environment variable. If the admin's * environment contains garbage, it'll just parse as |