Documentation updates

Minor Linux specific documentation updates to the comments and
man pages.
This commit is contained in:
Brian Behlendorf
2010-12-16 15:43:37 -08:00
parent c5d915f423
commit 9a616b5d17
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ parse_pathname(const char *inpath, char *dataset, char *relpath,
}
if ((fp = fopen(MNTTAB, "r")) == NULL) {
(void) fprintf(stderr, "cannot open /etc/mnttab\n");
(void) fprintf(stderr, "cannot open /etc/mtab\n");
return (-1);
}