Raymond Toy pushed to branch issue-125-unix-stat-wrong at cmucl / cmucl
Commits: 164bd106 by Raymond Toy at 2022-08-20T15:18:05-07:00 Update pot file
The docstrings for unix-stat and friends have changed, so the pot file needs updating.
- - - - -
1 changed file:
- src/i18n/locale/cmucl-unix.pot
Changes:
===================================== src/i18n/locale/cmucl-unix.pot ===================================== @@ -556,27 +556,6 @@ msgid "" "" msgstr ""
-#: src/code/unix.lisp -msgid "" -"Unix-stat retrieves information about the specified\n" -" file returning them in the form of multiple values.\n" -" See the UNIX Programmer's Manual for a description\n" -" of the values returned. If the call fails, then NIL\n" -" and an error number is returned instead." -msgstr "" - -#: src/code/unix.lisp -msgid "" -"Unix-lstat is similar to unix-stat except the specified\n" -" file must be a symbolic link." -msgstr "" - -#: src/code/unix.lisp -msgid "" -"Unix-fstat is similar to unix-stat except the file is specified\n" -" by the file descriptor fd." -msgstr "" - #: src/code/unix.lisp msgid "The calling process." msgstr ""
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/164bd106c8aed710af34a30b...