Skip to content

Commit 3c56c84

Browse files
jrngitster
authored andcommitted
Documentation: avoid stray backslash in user manual
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 70676e6 commit 3c56c84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/user-manual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4251,9 +4251,9 @@ Two things are interesting here:
42514251
negative numbers in case of different errors--and 0 on success.
42524252

42534253
- the variable `sha1` in the function signature of `get_sha1()` is `unsigned
4254-
char \*`, but is actually expected to be a pointer to `unsigned
4254+
char {asterisk}`, but is actually expected to be a pointer to `unsigned
42554255
char[20]`. This variable will contain the 160-bit SHA-1 of the given
4256-
commit. Note that whenever a SHA-1 is passed as `unsigned char \*`, it
4256+
commit. Note that whenever a SHA-1 is passed as `unsigned char {asterisk}`, it
42574257
is the binary representation, as opposed to the ASCII representation in
42584258
hex characters, which is passed as `char *`.
42594259

0 commit comments

Comments
 (0)