]> diplodocus.org Git - nmh/blobdiff - man/mh-folders.man
Fix invalid pointer arithmetic.
[nmh] / man / mh-folders.man
index d2fb3ff595cd3180089e57b82be29c0be3da4767..a3ed3f0989be1edc423006ba83e923edef37f673 100644 (file)
@@ -1,9 +1,9 @@
 .TH MH-FOLDERS %manext5% 2016-02-25 "%nmhversion%"
-.\"
+.
 .\" %nmhwarning%
-.\"
+.
 .SH NAME
-mh-folders \- specification of storage format used by nmh message system
+mh-folders \- storage format used by nmh message system
 .SH DESCRIPTION
 .B nmh
 stores messages in the files and directories of the host filesystem
@@ -22,7 +22,7 @@ names beyond those of the host filesystem.
 The file name is a positive integer.  Other files containing metadata or
 arbitrary names can exist in a folder; while the preference is that non-message
 files begin with \*(lq.\*(rq, all files that are not positive integers
-.B must
+.I must
 be ignored by an
 .BR MH \-compatible
 implementation.  However, implementations are free to indicate to the user
@@ -35,7 +35,7 @@ message in the folder; its full path can be accessed by the pseudo-sequence
 .B mhpath
 .IR new ).
 New messages are
-.B only
+.I only
 permitted to be added to a folder at the end of the message number range.
 .PP
 To add a new message to a folder, the recommended sequence is:
@@ -80,7 +80,7 @@ is a message number or range of message numbers in the sequence.
 There is one sequences file in each
 .B nmh
 folder.  Its default name is
-.IR \&.mh\(rusequences ,
+.IR \&.mh_sequences ,
 but this can be overridden by the \*(lqmh\-sequences\*(rq profile entry.
 .B sequences
 has the following format:
@@ -133,7 +133,7 @@ the
 profile entry.
 .PP
 A second, possibly different, locking method is used by
-.BR inc (1)
+.IR inc (1)
 when accessing the user's mail spool file or by
 .B nmh
 programs that open any mbox file.  This locking method can be overridden
@@ -162,13 +162,13 @@ slower, and introduce usage ambiguities.
 .SH FILES
 .PD 0
 .TP 20
-<mh\-dir>/context
+<mh-dir>/context
 The user's context.
 .TP 20
 $MHCONTEXT
 Overrides the above context.
 .TP 20
-<folder>/\&.mh\-sequences
+<folder>/.mh\-sequences
 Public sequences for <folder>.
 .SH "SEE ALSO"
 .IR flist (1),