diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2022-02-22 13:09:33 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2022-02-22 13:11:02 +0000 |
| commit | 45182eb4d447a6fbf5f76538326e1a944880ea52 (patch) | |
| tree | 9e6337a13ef5c65b047bd47b1625fe6d625e0922 /Src/string.c | |
| parent | 49672: document "tied" in output from ${(t)...} (diff) | |
| download | zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.tar zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.tar.gz zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.tar.bz2 zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.tar.lz zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.tar.xz zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.tar.zst zsh-45182eb4d447a6fbf5f76538326e1a944880ea52.zip | |
unposted: Fix some typos and markup.
Diffstat (limited to 'Src/string.c')
| -rw-r--r-- | Src/string.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/string.c b/Src/string.c index 9e14ef949..5f439926e 100644 --- a/Src/string.c +++ b/Src/string.c @@ -103,7 +103,10 @@ wcs_ztrdup(const wchar_t *s) #endif /* MULTIBYTE_SUPPORT */ -/* concatenate s1, s2, and s3 in dynamically allocated buffer */ +/* Concatenate s1, s2, and s3 into dynamically allocated buffer. + * + * To concatenate four or more strings, see zjoin(). + */ /**/ mod_export char * |
