2 spelling fixes...

Noticed by:	John E Hein <jhein@timing.com>
This commit is contained in:
Alexander Leidinger 2006-06-18 17:02:21 +00:00
parent f5a1fa6c19
commit 4d3976cebb

View File

@ -98,7 +98,7 @@ For this reason, it is common to execute the following commands
to prepare the system to correctly run Linux executables:
.Bd -literal -offset indent
if [ -x /compat/linux/sbin/ldconfig ]; then
/compat/linux/sbin/ldconfig -R /compat/linux
/compat/linux/sbin/ldconfig -r /compat/linux
fi
.Ed
.Pp
@ -118,7 +118,7 @@ or loaded as a module.
minimal Linux run-time environment
.It Pa /compat/linux/proc
limited Linux process file system
.It Pa /compar/linux/sys
.It Pa /compat/linux/sys
limited Linux system file system
.El
.Sh SEE ALSO