This commit is contained in:
Raven Scott
2026-04-03 20:19:08 -04:00
parent 58d1571627
commit ae6b7f8652
18 changed files with 903 additions and 72 deletions
@@ -11,7 +11,7 @@ import { COREUTILS_COMMANDS, MAN_EXTRA_PAGES } from '../lib/commands.mjs'
const __dirname = dirname(fileURLToPath(import.meta.url))
const pagesDir = join(__dirname, '../man/pages')
const STUB = new Set(['chgrp', 'chown', 'mkfifo'])
const STUB = new Set(['chgrp', 'chown'])
const POSIX_TITLE = {
awk: 'pattern scanning and processing language',