aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-11 19:12:42 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-11 19:12:42 +0000
commit96a290992c064723163cbc2e9fde743283991385 (patch)
tree965cfec486a48756d47107cade1d77a32dde9a02 /libdiskfs/diskfs.h
parente0c5be6ae6dcbd0b9dc97611cb8d90d50f3cad0b (diff)
downloadhurd-96a290992c064723163cbc2e9fde743283991385.tar.gz
hurd-96a290992c064723163cbc2e9fde743283991385.tar.bz2
hurd-96a290992c064723163cbc2e9fde743283991385.zip
2001-11-20 Neal H Walfield <neal@cs.uml.edu>
* diskfs.h (diskfs_boot_filesystem): Documentation fix.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index 42c63549..aaae96a5 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -149,9 +149,11 @@ extern mach_port_t diskfs_fsys_identity;
file systems, to give the procserver. */
extern char **diskfs_argv;
-/* When this is a bootstrap filesystem, the multiboot kernel command line
- passed from the kernel. If not a bootstrap filesystem, it is 0, so it
- can be used to distinguish between the two cases. */
+/* When this is a bootstrap filesystem, the multiboot kernel command
+ line passed from the kernel. If not a bootstrap filesystem, it is
+ 0. As such, it can be used to distinguish between the two cases.
+ Note: this is only valid after the arguments have been parsed by,
+ for example, diskfs_init_main. */
extern const char *diskfs_boot_command_line;
#define diskfs_boot_filesystem() (diskfs_boot_command_line != 0)