formatting

This commit is contained in:
Malin Freeborn 2024-11-27 22:39:50 +01:00
parent f62e007d1f
commit 75cf02197e
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
2 changed files with 8 additions and 5 deletions

View File

@ -35,4 +35,4 @@ leftstring A7 = "Average"
let A7 = @avg(A1:A4) let A7 = @avg(A1:A4)
leftstring A10 = "Weight of Meal" leftstring A10 = "Weight of Meal"
let A10 = 0.3 let A10 = 0.3
goto B7 goto A0

View File

@ -13,11 +13,14 @@ The ordering of `/etc/fstab` is
5. dump 5. dump
6. pass 6. pass
E.g.:
> UUID=877f14e8-4738-46b0-884f-ba330dad1a7d /mnt/biggie ext4 nofail,rw,relatime 0 2 *Example:*
>
> UUID=B21648C416488AF5 /mnt/share ntfs nofail,rw,nosuid,nodev,user_id=0,group_id=0,allow_other,blksize=4096 0 0 ```
UUID=877f14e8-4738-46b0-884f-ba330dad1a7d /mnt/biggie ext4 nofail,rw,relatime 0 2
UUID=B21648C416488AF5 /mnt/share ntfs nofail,rw,nosuid,nodev,user_id=0,group_id=0,allow_other,blksize=4096 0 0
```
## 5: Dump ## 5: Dump