diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:29:07 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:29:07 +0000 |
| commit | e5370bd7fea519cd9716c9c78ff7b1d06a52dac4 (patch) | |
| tree | df4d58dbb04d4c3caaef0cd6a8c16a453481faf5 /lib/libdisk/rules.c | |
| parent | 9b2e535452929d6f2f798a2c01b23b1f547a0b0f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/rules.c')
| -rw-r--r-- | lib/libdisk/rules.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libdisk/rules.c b/lib/libdisk/rules.c index 2c21eb471469..73a321cb85dd 100644 --- a/lib/libdisk/rules.c +++ b/lib/libdisk/rules.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: rules.c,v 1.8 1995/05/06 03:28:31 phk Exp $ + * $Id: rules.c,v 1.9 1995/05/08 01:34:31 phk Exp $ * */ @@ -100,7 +100,7 @@ Rule_000(struct disk *d, struct chunk *c, char *msg) "Too many active children of 'whole'"); } -/* +/* * Rule#1: * All children of 'whole' and 'extended' must be track-aligned. * Exception: the end can be unaligned if it matches the end of 'whole' @@ -130,7 +130,7 @@ Rule_001(struct disk *d, struct chunk *c, char *msg) } } -/* +/* * Rule#2: * Max one 'fat' as child of 'whole' */ @@ -153,7 +153,7 @@ Rule_002(struct disk *d, struct chunk *c, char *msg) } } -/* +/* * Rule#3: * Max one extended as child of 'whole' */ @@ -176,7 +176,7 @@ Rule_003(struct disk *d, struct chunk *c, char *msg) } } -/* +/* * Rule#4: * Max seven 'part' as children of 'freebsd' * Max one FS_SWAP child per 'freebsd' |
