Summary: | [PATCH] man fcntl(2): опечатки | ||||||
---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Slava Semushin <php-coder> | ||||
Component: | man-pages-ru | Assignee: | Andrey Cherepanov <cas> | ||||
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||
Severity: | minor | ||||||
Priority: | P2 | CC: | asy, cas | ||||
Version: | unstable | Keywords: | patch | ||||
Hardware: | all | ||||||
OS: | Linux | ||||||
Attachments: |
|
man-pages-ru-0.98-alt14 -> sisyphus: * Sat Apr 11 2009 Slava Semushin <php-coder@altlinux> 0.98-alt14 - NMU - ln.1: fixed typo in parameter name (Closes: #16350) - sudo.8: fixed typo (Closes: #18542) - fcntl.2: fixed typos (Closes: #18624) - accept.2: fixed typo and formatting (Closes: #18625) - shutdown.2: updated (Closes: #18626) |
Created attachment 3251 [details] Исправление опечаток man-pages-ru-0.98-alt13 В man fcntl заметил следующие опечатки: - /* PID процесса блокирующего нашу блокировку (F_GETLK only) */ Здесь only не переведено. - "Поле l_type может быть использовано для указания типа блокировки: чтение (F_RDLCK) или запись (F_WDLCK)." Режима F_WDLCK нет, это опечатка, нужно заменить на F_WRLCK - "Если устнаовлен F_SETLK, но для файла удерживается конфликтующая блокировка, то происходит ожидание снятия блокировки." Опечатка: s/устнаовлен/установлен/