calcurse.1.txt: Update details on note file names

Since 5c6a00e (Use hash-bashed file names in edit_note(), 2011-08-02),
the file name of notes is no longer generated by mkstemp.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2015-02-11 10:11:49 +01:00
parent 6a88bdf7cd
commit ad90792ff4

View File

@ -465,8 +465,7 @@ $HOME/.calcurse/
The 'notes' subdirectory contains descriptions of the notes which are attached The 'notes' subdirectory contains descriptions of the notes which are attached
to appointments, events or todos. One text file is created per note, whose name to appointments, events or todos. One text file is created per note, whose name
is built using mkstemp(3) and should be unique, but with no relation with the is the SHA1 message digest of the note itself.
corresponding item's description.
The 'conf' file contains the user configuration. The 'keys' file contains the The 'conf' file contains the user configuration. The 'keys' file contains the
user-defined key bindings. The 'apts' file contains all of the user's user-defined key bindings. The 'apts' file contains all of the user's