Opened 18 years ago

Closed 18 years ago

#1811 closed defect (fixed)

"man vi" is not translated

Reported by: alexander@… Owned by: dnicholson@…
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 dnicholson@…, 18 years ago

Owner: changed from lfs-book@… to dnicholson@…
Status: newassigned

comment:2 by dnicholson@…, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r7656.

Note: See TracTickets for help on using tickets.