From d34ce3fba8d649ebbc371861c7f1126de97295ef Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Mon, 20 Aug 2018 15:56:48 +0200 Subject: stdlib: Fix specs of filename:basedir/2,2 See also https://bugs.erlang.org/browse/ERL-667. --- lib/stdlib/doc/src/filename.xml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'lib/stdlib/doc/src/filename.xml') diff --git a/lib/stdlib/doc/src/filename.xml b/lib/stdlib/doc/src/filename.xml index ce19f70df0..36254c2d00 100644 --- a/lib/stdlib/doc/src/filename.xml +++ b/lib/stdlib/doc/src/filename.xml @@ -84,11 +84,6 @@ reject such filenames.

- - - - - @@ -149,18 +144,37 @@ - - Equivalent to basedir(Type,Application,#{}). + + + Equivalent to basedir(PathType, + Application,#{}) or + basedir(PathsType, Application,#{}). + + + + + +

- Equivalent to - basedir(Type, Application, #{}). + Equivalent to + basedir(PathType, Application, #{}) + or +basedir(PathsType, Application, #{}).

- + + + + + + + + +

Returns a suitable path, or paths, for a given type. If -- cgit v1.2.3