30 lines
625 B
Plaintext
30 lines
625 B
Plaintext
|
|
DOMAIN_EXISTS(1) DOMAIN_EXISTS(1)
|
|
|
|
NAME
|
|
domain_exists() - returns true if the given string is a
|
|
valid domain
|
|
|
|
SYNOPSIS
|
|
int domain_exists(string dmn)
|
|
|
|
DESCRIPTION
|
|
Given any string, this function will return true if the
|
|
string is the name of a valid domain.
|
|
|
|
EXAMPLES
|
|
domain_exists("Praxis") returns true if there is a
|
|
directory called "/domains/Praxis"
|
|
|
|
LOCATION
|
|
/secure/sefun/domain_exists.c
|
|
|
|
SEE ALSO
|
|
domain(), domain_master()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|