mirror of
https://github.com/fluffos/fluffos
synced 2026-08-12 18:26:06 -04:00
* empty
* docs: validate "See Also" references, drop dead ones, document valid_ffi
Reviewed the "See Also" section of every doc and dropped man-page
cross-references whose target page does not exist (verified against the
driver source, not just the docs tree):
- errorp, each, opcprof, dump_socket_status, extract, shadowp,
destruct_env_of, move, inventory_visible, inventory_accessible
These name efuns/applies that no longer exist in FluffOS. keys/values now
point at the `for` construct in place of the defunct `each` efun.
valid_ffi was the one "referenced but undocumented" case: it is a real
master apply (APPLY_VALID_FFI) gating every ffi_load/symbol/prepare/
callback, so it gets a proper apply page rather than having its references
removed. Sidebar regenerated to include it.
The 13 modern markdown-link "See Also" sections were already clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| cache_stats.md | ||
| check_memory.md | ||
| clear_debug_level.md | ||
| debug_info.md | ||
| debug_levels.md | ||
| debugmalloc.md | ||
| destructed_objects.md | ||
| dump_file_descriptors.md | ||
| dump_jemalloc.md | ||
| dump_prog.md | ||
| dump_stralloc.md | ||
| dump_trace.md | ||
| dumpallobj.md | ||
| get_config.md | ||
| malloc_status.md | ||
| memory_info.md | ||
| moncontrol.md | ||
| mud_status.md | ||
| query_load_average.md | ||
| refs.md | ||
| rusage.md | ||
| set_config.md | ||
| set_debug_level.md | ||
| set_malloc_mask.md | ||
| time_expression.md | ||
| trace.md | ||
| traceprefix.md | ||