commit 98deccf380592f8c5576d1e10d518cd181a2a2c0 from: rsc date: Tue Jul 19 11:04:21 2005 UTC use plan 9 rc commit - fff4d1f20a8d3014789f38c9b5846e9288345531 commit + 98deccf380592f8c5576d1e10d518cd181a2a2c0 blob - 20081d5af354c602c2b6db42e2f40e159ef15a8f blob + 947888dcb5acb516dd4e7fe1952654d4fe3c8dc0 --- dist/checkman.awk +++ dist/checkman.awk @@ -89,6 +89,7 @@ BEGIN { Omitman["signal(7)"] = 1 Omitman["cron(8)"] = 1 + Omitman["mount(8)"] = 1 # don't need documentation for these in bin Omitted[".cvsignore"] = 1 @@ -113,6 +114,7 @@ BEGIN { Omitted["unutf"] = 1 Omitted["volume"] = 1 Omitted["vtdump"] = 1 + Omitted["netfilelib.rc"] = 1 # not for users Omittedlib["creadimage"] = 1 blob - e2e81c0f794a879648da82d0178921419c8e07c0 blob + 28cf31ce6f3943372e2c0c2ff49a6d0d16327ab5 --- dist/mkfile +++ dist/mkfile @@ -6,7 +6,7 @@ check.out:V: 9 awk -f dist/checkman.awk man/man*/*.[0-9]* >dist/check.out man:V: - rc ./manweb + 9 rc ./manweb push:V: rsync -r -e ssh -t --delete $PLAN9/man/ swtch.com:www/swtch.com/plan9port/man