diff --git a/build/proto b/build/proto index 866a7ac..d8419c3 100644 --- a/build/proto +++ b/build/proto @@ -1,9 +1,9 @@ # Prototype file for PDP-7 Unix filesystem layout # # Entries are one of: -# filename f[r-][w-][r-][r-] uid local_file_to_insert -# dirname d[r-][w-][r-][r-] uid [inumber] -# device i[r-][w-][r-][r-] uid inumber +# filename f[r-][w-][r-][w-] uid local_file_to_insert +# dirname d[r-][w-][r-][w-] uid [inumber] +# device i[r-][w-][r-][w-] uid inumber # link l---- inumber # # The top directory's name is ignored @@ -37,8 +37,8 @@ dd drw-- -1 2 mv frwr- -1 ../bin/mv stat frwr- -1 ../bin/stat ken drwr- 10 - system l---- 3 - $ + system l---- 3 + $ dmr drwr- 12 - system l---- 3 - $ + system l---- 3 + $ diff --git a/tools/mkfs7 b/tools/mkfs7 index 9c269a7..4a80b45 100755 --- a/tools/mkfs7 +++ b/tools/mkfs7 @@ -84,7 +84,7 @@ sub init_freelist { # Set up a block with nine free block numbers in it, # plus a pointer to the next block in the free list. # Return the block number of this block with nine free block numbers -# or 0 if we did not set up out a block. +# or 0 if we did not set up a block. # The argument is only used to make the debug output pleasing sub write_freelist { no warnings 'recursion';