Merge branch 'master' into autotools-conversion
This commit is contained in:
@@ -44,14 +44,6 @@
|
||||
#include "ttdbck.h"
|
||||
#include "tt_db_server_consts.h"
|
||||
|
||||
#if !defined(OPT_STRERROR)
|
||||
// No strerror(), fake it
|
||||
char *
|
||||
strerror(int e)
|
||||
{
|
||||
return ((e<sys_nerr) ? sys_errlist[e] : "unknown");
|
||||
}
|
||||
#endif
|
||||
|
||||
Spec::
|
||||
Spec()
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
.\" not be used in advertising or otherwise to promote the sale, use or
|
||||
.\" other dealings in this Software without prior written authorization
|
||||
.\" from The Open Group.
|
||||
.TH TTAUTH 1 "Release 2.3.1a" "CDE"
|
||||
.TH TTAUTH 1 "Release 2.3.2a" "CDE"
|
||||
.SH NAME
|
||||
ttauth \- ToolTalk authority file utility
|
||||
.SH SYNOPSIS
|
||||
|
||||
Reference in New Issue
Block a user