Fossil SCM
fixed a misspelled closing tag :/.
Commit
df60acb6910271513f161ae144e6a0adbb81b914
Parent
04764ae2eac0e38…
1 file changed
+2
-2
+2
-2
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -741,11 +741,11 @@ | ||
| 741 | 741 | This section contains additional information which may be useful when |
| 742 | 742 | implementing algorithms described above. |
| 743 | 743 | |
| 744 | 744 | <h3>R Card Hash Calculation</h3> |
| 745 | 745 | |
| 746 | -Given a manifest file named <tt>MF</tt> the following Bash shell code | |
| 746 | +Given a manifest file named <tt>MF</tt>, the following Bash shell code | |
| 747 | 747 | demonstrates how to compute the value of the R card in that manifest. |
| 748 | 748 | This example uses manifest [28987096ac]. Lines starting with <tt>#</tt> are |
| 749 | 749 | shell input and other lines are output. This demonstration assumes that the |
| 750 | 750 | file versions represented by the input manifest are checked out |
| 751 | 751 | under the current directory. |
| @@ -767,6 +767,6 @@ | ||
| 767 | 767 | # for i in $(awk '/^F /{print $2}' MF); do \ |
| 768 | 768 | echo $i $(stat -c '%s' $i); \ |
| 769 | 769 | cat $i; \ |
| 770 | 770 | done | md5sum |
| 771 | 771 | c0788982781981c96a0d81465fec7192 - |
| 772 | -</pre></nowik> | |
| 772 | +</pre></nowiki> | |
| 773 | 773 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -741,11 +741,11 @@ | |
| 741 | This section contains additional information which may be useful when |
| 742 | implementing algorithms described above. |
| 743 | |
| 744 | <h3>R Card Hash Calculation</h3> |
| 745 | |
| 746 | Given a manifest file named <tt>MF</tt> the following Bash shell code |
| 747 | demonstrates how to compute the value of the R card in that manifest. |
| 748 | This example uses manifest [28987096ac]. Lines starting with <tt>#</tt> are |
| 749 | shell input and other lines are output. This demonstration assumes that the |
| 750 | file versions represented by the input manifest are checked out |
| 751 | under the current directory. |
| @@ -767,6 +767,6 @@ | |
| 767 | # for i in $(awk '/^F /{print $2}' MF); do \ |
| 768 | echo $i $(stat -c '%s' $i); \ |
| 769 | cat $i; \ |
| 770 | done | md5sum |
| 771 | c0788982781981c96a0d81465fec7192 - |
| 772 | </pre></nowik> |
| 773 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -741,11 +741,11 @@ | |
| 741 | This section contains additional information which may be useful when |
| 742 | implementing algorithms described above. |
| 743 | |
| 744 | <h3>R Card Hash Calculation</h3> |
| 745 | |
| 746 | Given a manifest file named <tt>MF</tt>, the following Bash shell code |
| 747 | demonstrates how to compute the value of the R card in that manifest. |
| 748 | This example uses manifest [28987096ac]. Lines starting with <tt>#</tt> are |
| 749 | shell input and other lines are output. This demonstration assumes that the |
| 750 | file versions represented by the input manifest are checked out |
| 751 | under the current directory. |
| @@ -767,6 +767,6 @@ | |
| 767 | # for i in $(awk '/^F /{print $2}' MF); do \ |
| 768 | echo $i $(stat -c '%s' $i); \ |
| 769 | cat $i; \ |
| 770 | done | md5sum |
| 771 | c0788982781981c96a0d81465fec7192 - |
| 772 | </pre></nowiki> |
| 773 |