]> granicus.if.org Git - php/commitdiff
Some cosmetic changes.
authorEgon Schmid <eschmid@php.net>
Sat, 15 Jul 2000 14:35:41 +0000 (14:35 +0000)
committerEgon Schmid <eschmid@php.net>
Sat, 15 Jul 2000 14:35:41 +0000 (14:35 +0000)
ext/posix/php_posix.h
ext/posix/posix.c

index 33cf2d48df78d12a4e6c6bba8dc9d7813e76ea95..b10da3c0c44c36c7b497f3035c65511b663cbe81 100644 (file)
@@ -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>                      |
    +----------------------------------------------------------------------+
  */
 
index 99c3a4b2d1a0fc6a044f78d8dbe6275ba48a0cb5..b4320b892db79d97153dc454c25891af4969affb 100644 (file)
@@ -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)
 {