1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

restore 'test --man --' oddness (re: fa6a180f)

Following a community objection to its removal, the inline 'test'
manual page along with its strange method of invocation is
restored. I've taken the opportunity to correct several mistakes,
add some missing info, do some copy-editing, and document the way
to get these docs in the main (k)sh.1 manual.

Discussion:
fa6a180f (commitcomment-41897553)
This commit is contained in:
Martijn Dekker 2020-08-31 23:43:22 +01:00
parent fa6a180fdd
commit 77beec1e0d
4 changed files with 132 additions and 1 deletions

View file

@ -61,6 +61,7 @@ extern int test_unop(Shell_t*,int, const char*);
extern int test_inode(const char*, const char*);
extern int test_binop(Shell_t*,int, const char*, const char*);
extern const char sh_opttest[];
extern const char test_opchars[];
extern const char e_argument[];
extern const char e_missing[];