diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-16 14:54:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-16 15:00:17 -0400 |
commit | 3890d79b222709c940330209ff392944e6df860c (patch) | |
tree | 6d922e79a1ac991a452000e3d3175390c7dfbce2 /main.c | |
parent | 83abce042d02274b7de0a2d6ebddd1c56fc44fd8 (diff) | |
download | bfs-3890d79b222709c940330209ff392944e6df860c.tar.xz |
main: Update comment for fsade
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,8 +37,8 @@ * - color.[ch] (for pretty terminal colors) * - diag.[ch] (formats diagnostic messages) * - dstring.[ch] (a dynamic string library) + * - fsade.[ch] (a facade over non-standard filesystem features) * - mtab.[ch] (parses the system's mount table) - * - posix1e.[ch] (wraps POSIX.1e functionality, if present) * - spawn.[ch] (spawns processes) * - stat.[ch] (wraps stat(), or statx() on Linux) * - trie.[ch] (a trie set/map implementation) |