Manpage fixes. Contributed by S. Aurely
This commit is contained in:
parent
b8bb16f124
commit
b750b9ed5c
|
@ -27,7 +27,7 @@ Name of the instance in the which the reference is to be searched for
|
||||||
.TP
|
.TP
|
||||||
\fIrefname\fP
|
\fIrefname\fP
|
||||||
Name of the reference
|
Name of the reference
|
||||||
SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBGET_REF_X\fP looks for
|
\fBGET_REF_X\fP looks for
|
||||||
the reference, \fIrefname\fP, in the instance called \fIinsname\fP.
|
the reference, \fIrefname\fP, in the instance called \fIinsname\fP.
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
|
|
|
@ -141,7 +141,7 @@ example below.
|
||||||
setenv RDS_TECHNO_NAME /labo/etc/prol15.rds
|
setenv RDS_TECHNO_NAME /labo/etc/prol15.rds
|
||||||
setenv RDS_IN gds
|
setenv RDS_IN gds
|
||||||
setenv RDS_OUT gds
|
setenv RDS_OUT gds
|
||||||
s2r -c na2_y
|
s2r \-c na2_y
|
||||||
.fi
|
.fi
|
||||||
.ft R
|
.ft R
|
||||||
.RS
|
.RS
|
||||||
|
|
|
@ -96,7 +96,6 @@ else
|
||||||
echo Lock ${lckfile} already held by `cat ${lckfile}`
|
echo Lock ${lckfile} already held by `cat ${lckfile}`
|
||||||
endif
|
endif
|
||||||
.Ed
|
.Ed
|
||||||
|
|
||||||
.Pp
|
.Pp
|
||||||
The examples assume that the filesystem where the lock file is to
|
The examples assume that the filesystem where the lock file is to
|
||||||
be created is writeable by the user, and has space available.
|
be created is writeable by the user, and has space available.
|
||||||
|
|
Loading…
Reference in New Issue