Lines Matching refs:man
7 const man = {}
12 man[`man${num}`] = {}
16 man[`man${num}`][`${name}.${section}`] = `.TH "${name.toUpperCase()}" "${num}"`
26 // man directory name is hardcoded in the command
27 return { fixtures: { man }, pages: [...resPages.values()] }
31 man = {
44 viewer: browser ? 'browser' : woman ? 'woman' : 'man',
57 const manPages = genManPages(man)
109 t.equal(spawnBin, 'man', 'calls man by default')
151 t.equal(spawnBin, 'man', 'calls man by default')
175 t.equal(spawnBin, 'man', 'calls man by default')
182 man: {
192 t.equal(spawnBin, 'man', 'calls man by default')
197 t.test('npm help - works in the presence of strange man pages', async t => {
199 man: {
208 t.equal(spawnBin, 'man', 'calls man by default')