From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/filename.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 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 e4cca2074a..ae42846c6b 100644 --- a/lib/stdlib/doc/src/filename.xml +++ b/lib/stdlib/doc/src/filename.xml @@ -28,7 +28,7 @@ 1997-11-13 B - filename + filename Filename manipulation functions.

This module provides functions @@ -87,7 +87,7 @@ - + Convert a filename to an absolute name, relative the working directory. @@ -119,7 +119,7 @@ - + Convert a filename to an absolute name, relative a specified directory. @@ -130,7 +130,7 @@ - + Join an absolute directory with a relative filename.

Joins an absolute directory with a relative filename. Similar to @@ -314,7 +314,7 @@ true - + Return the last component of a filename.

Returns the last component of Filename, or @@ -332,7 +332,7 @@ true - + Return the last component of a filename, stripped of the specified extension. @@ -357,7 +357,7 @@ true - + Return the directory part of a path name.

Returns the directory part of Filename.

@@ -374,7 +374,7 @@ true - + Return the file extension.

Returns the file extension of Filename, @@ -390,8 +390,8 @@ true - - + + Find the filename and compiler options for a module.

Finds the source filename and compiler options for a module. @@ -438,7 +438,7 @@ true - + Convert a filename to a flat string.

Converts a possibly deep list filename consisting of @@ -448,7 +448,7 @@ true - + Join a list of filename components with directory separators. @@ -476,7 +476,7 @@ true - + Join two filename components with directory separators. @@ -487,7 +487,7 @@ true - + Return the native form of a file path.

Converts Path to a form accepted by the command @@ -506,7 +506,7 @@ true - + Return the path type.

Returns the path type, which is one of the following:

@@ -536,8 +536,8 @@ true
- - + + Remove a filename extension.

Removes a filename extension. rootname/2 works as @@ -584,7 +584,7 @@ unsafe - + Split a filename into its path components.

Returns a list whose elements are the path components of -- cgit v1.2.3