fix documentation on environ
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@803 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
bf3c147f53
commit
0418e54be4
@ -5445,13 +5445,14 @@ Operating System functionality:
|
|||||||
@cnindex cd/1
|
@cnindex cd/1
|
||||||
Changes the current directory (on UNIX environments).
|
Changes the current directory (on UNIX environments).
|
||||||
|
|
||||||
@item environ(?@var{E},-@var{S})
|
@item environ(+@var{E},-@var{S})
|
||||||
@findex environ/2
|
@findex environ/2
|
||||||
@syindex environ/2
|
@syindex environ/2
|
||||||
@cnindex environ/2
|
@cnindex environ/2
|
||||||
This backtrackable predicate unifies the first argument with an
|
@comment This backtrackable predicate unifies the first argument with an
|
||||||
environment variable @var{E}, and the second with its value @var{S}. It
|
@comment environment variable @var{E}, and the second with its value @var{S}. It
|
||||||
can used to detect all environment variables.
|
@comment can used to detect all environment variables.
|
||||||
|
Given an enviromment variable @var{E} this predicate unifies the second argument @var{S} with its value.
|
||||||
|
|
||||||
@item getcwd(-@var{D})
|
@item getcwd(-@var{D})
|
||||||
@findex getcwd/1
|
@findex getcwd/1
|
||||||
|
Reference in New Issue
Block a user