Skip to content

Commit 7fb4ca1

Browse files
fix docs refs
1 parent 8b3cec1 commit 7fb4ca1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

stdlib/FileWatching/docs/src/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FileWatching.unwatch_folder
1111
# Pidfile
1212

1313
```@meta
14-
CurrentModule = Pidfile
14+
CurrentModule = FileWatching.Pidfile
1515
```
1616

1717
A simple utility tool for creating advisory pidfiles (lock files).
@@ -27,11 +27,11 @@ close
2727
## Helper Functions
2828

2929
```@docs
30-
Pidfile.open_exclusive
31-
Pidfile.tryopen_exclusive
32-
Pidfile.write_pidfile
33-
Pidfile.parse_pidfile
34-
Pidfile.stale_pidfile
35-
Pidfile.isvalidpid
36-
Base.touch(::Pidfile.LockMonitor)
30+
FileWatching.Pidfile.open_exclusive
31+
FileWatching.Pidfile.tryopen_exclusive
32+
FileWatching.Pidfile.write_pidfile
33+
FileWatching.Pidfile.parse_pidfile
34+
FileWatching.Pidfile.stale_pidfile
35+
FileWatching.Pidfile.isvalidpid
36+
Base.touch(::FileWatching.Pidfile.LockMonitor)
3737
```

0 commit comments

Comments
 (0)