slitaz-base-files rev 42

man: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 16 10:30:37 2008 +0000 (2008-07-16)
parents 8764174b881f
children e0d5c358ac75
files rootfs/etc/profile
line diff
     1.1 --- a/rootfs/etc/profile	Wed Jul 16 10:09:42 2008 +0000
     1.2 +++ b/rootfs/etc/profile	Wed Jul 16 10:30:37 2008 +0000
     1.3 @@ -66,7 +66,7 @@
     1.4  		return
     1.5  	fi
     1.6  	if [ -f $i/$TOPIC.html]; then
     1.7 -		retawq --dump=file:///$i/$TOPIC.html | less -M
     1.8 +		retawq --dump=file://$i/$TOPIC.html | less -M
     1.9  		return
    1.10  	fi
    1.11  done