diff options
Diffstat (limited to 'doc/libunixonacid/unix-transactional.html')
| -rw-r--r-- | doc/libunixonacid/unix-transactional.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libunixonacid/unix-transactional.html b/doc/libunixonacid/unix-transactional.html index 6c44634..505f4c9 100644 --- a/doc/libunixonacid/unix-transactional.html +++ b/doc/libunixonacid/unix-transactional.html @@ -129,10 +129,10 @@ The difference between these two functions is the same as that between <tt>rm_rf</tt> and <tt>rm_rf_tmp</tt> in <tt>djbunix</tt>. </p> -<h3> Atomic symbolic link creation <h3> +<h3> Atomic symbolic link creation </h3> <p> -<code> int atomic_symlink4 (char const *target, char const *name, char *buf, size_t len) </code> +<code> int atomic_symlink4 (char const *target, char const *name, char *buf, size_t len) </code> <br> Atomically makes a symlink named <em>name</em> pointing to <em>target</em>. If <em>name</em> designated an existing file, it is unlinked. Does not work if <em>name</em> is an existing directory (but <em>will</em> work if it is a |
