diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-16 21:22:13 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-16 21:22:13 +0000 |
| commit | 3c808054fa31047ece7ccd3244f31455fd2feaa4 (patch) | |
| tree | 88dd8b840b852c548cba59e6957314aae9535304 | |
| parent | 0e9d9498fe021843159e18c4905063598c4fc790 (diff) | |
| download | skalibs-3c808054fa31047ece7ccd3244f31455fd2feaa4.tar.gz | |
Doc formatting fix
| -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 |
