lint formatting fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
##### Project:
|
||||
::PROJECTNAME
|
||||
##### Project
|
||||
::PROJECT-NAME
|
||||
|
||||
##### Internal Release Number:
|
||||
##### Internal Release Number
|
||||
::X.Y.Z
|
||||
|
||||
##### Related Documents:
|
||||
##### Related Documents
|
||||
- [Design](Design) > Design Persistence
|
||||
- ::LINKS TO RELEVANT STANDARDS
|
||||
- ::LINKS TO OTHER DOCUMENTS
|
||||
@@ -99,8 +99,12 @@ attachments are written to files on the server hard disk.
|
||||
::N/A
|
||||
|
||||
::Files are stored on the server as
|
||||
|
||||
```/var/data/attachments/msgNNNN-MMM.dat```
|
||||
|
||||
```bash
|
||||
|
||||
/var/data/attachments/msgNNNN-MMM.dat
|
||||
|
||||
```
|
||||
|
||||
::Users store files anywhere on their computer, with the filename
|
||||
extension ```.TST```.
|
||||
@@ -111,7 +115,7 @@ extension ```.TST```.
|
||||
|
||||
::Files for message attachments are only readable and writable by the
|
||||
mailing list archiving process that runs as operating system
|
||||
user "archdaemon".
|
||||
user "daemon".
|
||||
|
||||
::Users can use whatever file permissions they like.
|
||||
|
||||
@@ -151,7 +155,6 @@ kept indefinitely.
|
||||
|
||||
### Persistence Mechanisms Checklist
|
||||
|
||||
|
||||
#### Expressiveness: To what extent has this been achieved?
|
||||
|
||||
::2-4 SENTENCES
|
||||
|
Reference in New Issue
Block a user