Fix documentation for the 'name' metadata field
authorMichael Vrable <vrable@cs.hmc.edu>
Wed, 16 Jul 2025 04:14:30 +0000 (21:14 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 16 Jul 2025 04:14:30 +0000 (21:14 -0700)
commitc6ed77191026935655d8e1b40bbb1088a3ac8351
tree6c2b36d721ea6d357199e6f987423308a1dd2e2a
parentc33339f4330891c37c4927dd7686550d7c0e6b43
Fix documentation for the 'name' metadata field

The metadata field for a file path is "name", but the format
documentation incorrectly says it is "path".

Original versions of Cumulus used "name".  Commit 6c94114148c4 renamed
this to "path" (and updated the documentation), but the naming change
was later reverted in commit 03e760560aa7 (since the benefits weren't
deemed worth the potential complexity of supporting both names).  This
happened between the v0.5.1 and v0.6 releases but was never in any
released code.

The naming revert updated code but forgot to revert the documentation
change.  Fix that.
doc/format.txt