plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 11f10a6cb911ab328337aa06f9f051c77f1ecf55
parent 0156f05f498d4685dba5dcc815d3092b8c38be01
Author: rsc <devnull@localhost>
Date:   Sat,  7 May 2005 22:32:24 +0000

ignore sftp(1)

Diffstat:
Mdist/checkman.awk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dist/checkman.awk b/dist/checkman.awk @@ -43,6 +43,7 @@ BEGIN { Omitman["prof(1)"] = 1 Omitman["pwd(1)"] = 1 Omitman["qiv(1)"] = 1 + Omitman["sftp(1)"] = 1 Omitman["sh(1)"] = 1 Omitman["ssh(1)"] = 1 Omitman["stty(1)"] = 1