diff options
| author | Egon Schmid <eschmid@php.net> | 2000-07-15 14:35:41 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-07-15 14:35:41 +0000 |
| commit | 23b56e3c643fc7771cc4add5eb02d7f7392b33b2 (patch) | |
| tree | bc71b3f7cdbd12851fe056b8d0eea2b322308625 | |
| parent | 31dae9e367d38e0ddecc0967952d18736a6ef48b (diff) | |
| download | php-git-23b56e3c643fc7771cc4add5eb02d7f7392b33b2.tar.gz | |
Some cosmetic changes.
| -rw-r--r-- | ext/posix/php_posix.h | 2 | ||||
| -rw-r--r-- | ext/posix/posix.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index 33cf2d48df..b10da3c0c4 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -23,7 +23,7 @@ | If you did not, or have any questions about PHP licensing, please | | contact core@php.net. | +----------------------------------------------------------------------+ - | Authors: Kristian Koehntopp (kris@koehntopp.de) | + | Authors: Kristian Koehntopp <kris@koehntopp.de> | +----------------------------------------------------------------------+ */ diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 99c3a4b2d1..b4320b892d 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -23,7 +23,7 @@ | If you did not, or have any questions about PHP licensing, please | | contact core@php.net. | +----------------------------------------------------------------------+ - | Authors: Kristian Koehntopp (kris@koehntopp.de) | + | Authors: Kristian Koehntopp <kris@koehntopp.de> | +----------------------------------------------------------------------+ */ @@ -564,7 +564,7 @@ PHP_FUNCTION(posix_isatty) already supported by PHP */ -/* {{{ proto string posix_getcwd() +/* {{{ proto string posix_getcwd(void) Get working directory pathname (POSIX.1, 5.2.2) */ PHP_FUNCTION(posix_getcwd) { @@ -588,7 +588,7 @@ PHP_FUNCTION(posix_getcwd) already supported by PHP. */ -/* {{{ proto string posix_mkfifo() +/* {{{ proto string posix_mkfifo(void) Make a FIFO special file (POSIX.1, 5.4.2) */ PHP_FUNCTION(posix_mkfifo) { |
