diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-09 18:07:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-09 18:07:15 +0000 |
commit | 4c78249d06de46901afafab3ff32b858b8c739ed (patch) | |
tree | 3c45281ff11bd3d0c584ff8382b24a5cdf13d281 /manual/startup.texi | |
parent | eacde9d0818dac743bc5c2562e35f0a6e949327e (diff) | |
download | glibc-4c78249d06de46901afafab3ff32b858b8c739ed.tar glibc-4c78249d06de46901afafab3ff32b858b8c739ed.tar.gz glibc-4c78249d06de46901afafab3ff32b858b8c739ed.tar.bz2 glibc-4c78249d06de46901afafab3ff32b858b8c739ed.zip |
Update.
2001-04-09 Ulrich Drepper <drepper@redhat.com>
* Makefile (distribute): Add scripts/documented.sh.
* scripts/documented.sh: New file.
Diffstat (limited to 'manual/startup.texi')
-rw-r--r-- | manual/startup.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/startup.texi b/manual/startup.texi index 66c4a88fd5..90f6a69ac2 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -625,7 +625,7 @@ anyway. @comment unistd.h @comment ??? -@deftypefun long int syscall (long int @var{sysno}, ...) +@deftypefun {long int} syscall (long int @var{sysno}, ...) @code{syscall} performs a generic system call. |