Opened 19 years ago
Closed 19 years ago
#1811 closed defect (fixed)
"man vi" is not translated
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The book contains:
ln -sv vim.1 /usr/share/man/man1/vi.1
Should be:
for L in "" fr it pl ru ; do
ln -sv vim.1 /usr/share/man/$L/man1/vi.1
done
Change History (2)
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r7656.