Fossil SCM
more pedantic language adj
Commit
ee96785db6e16255a89ba2b8057e95ddb6d0098c
Parent
2a53f5109e6ad95…
1 file changed
+4
-4
+4
-4
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -819,16 +819,16 @@ | ||
| 819 | 819 | @ </pre> |
| 820 | 820 | style_footer(); |
| 821 | 821 | } |
| 822 | 822 | |
| 823 | 823 | /* |
| 824 | -** COMMAND: annotate | |
| 824 | +** COMMAND: annotated | |
| 825 | 825 | ** |
| 826 | -** %fossil annotate FILENAME | |
| 826 | +** %fossil annotated FILENAME | |
| 827 | 827 | ** |
| 828 | -** Output the text of a file with markings to show when each line of | |
| 829 | -** the file was last modified. | |
| 828 | +** Output annotated text of a file showing when each line of the file | |
| 829 | +** was last modified. | |
| 830 | 830 | */ |
| 831 | 831 | void annotate_cmd(void){ |
| 832 | 832 | int fnid; /* Filename ID */ |
| 833 | 833 | int fid; /* File instance ID */ |
| 834 | 834 | int mid; /* Manifest where file was checked in */ |
| 835 | 835 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -819,16 +819,16 @@ | |
| 819 | @ </pre> |
| 820 | style_footer(); |
| 821 | } |
| 822 | |
| 823 | /* |
| 824 | ** COMMAND: annotate |
| 825 | ** |
| 826 | ** %fossil annotate FILENAME |
| 827 | ** |
| 828 | ** Output the text of a file with markings to show when each line of |
| 829 | ** the file was last modified. |
| 830 | */ |
| 831 | void annotate_cmd(void){ |
| 832 | int fnid; /* Filename ID */ |
| 833 | int fid; /* File instance ID */ |
| 834 | int mid; /* Manifest where file was checked in */ |
| 835 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -819,16 +819,16 @@ | |
| 819 | @ </pre> |
| 820 | style_footer(); |
| 821 | } |
| 822 | |
| 823 | /* |
| 824 | ** COMMAND: annotated |
| 825 | ** |
| 826 | ** %fossil annotated FILENAME |
| 827 | ** |
| 828 | ** Output annotated text of a file showing when each line of the file |
| 829 | ** was last modified. |
| 830 | */ |
| 831 | void annotate_cmd(void){ |
| 832 | int fnid; /* Filename ID */ |
| 833 | int fid; /* File instance ID */ |
| 834 | int mid; /* Manifest where file was checked in */ |
| 835 |