hhyoon      2005/01/30 22:42:26

  Modified:    man3     abort.3
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +54 -52    man-pages-ko/man3/abort.3
  
  Index: abort.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/abort.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- abort.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ abort.3	30 Jan 2005 13:42:25 -0000	1.2
  @@ -1,52 +1,54 @@
  -.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\"
  -.\" References consulted:
  -.\"     Linux libc source code
  -.\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
  -.\"     386BSD man pages
  -.\" Modified Sat Jul 24 21:46:21 1993 by Rik Faith (faith@cs.unc.edu)
  -.\"
  -.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  -.\"
  -.TH ABORT 3  "April 12, 1993" "GNU" "Linux Programmer's Manual"
  -.SH ̸
  -abort \-  α׷  ߻
  -.SH 
  -.nf
  -.B #include <stdlib.h>
  -.sp
  -.B void abort(void);
  -.fi
  -.SH 
  -\fBabort()\fP Լ SIGABORT ñ׳θ  ϰų ñ׳ ڵ鷯 ȯǸ  α׷  Ű ̴.
  -
  -\fBabort()\fP Լ α׷ Ű ִ  Ʈ .
  -.PP
  -SIGABORT  ų õǸ, \fBabort()\fP
  -Լ  ̰ Ѵ.
  -.SH "ȯ "
  -\fBabort()\fP Լ ȯ ʴ´.
  -.SH ȣȯ
  -SVID 3, POSIX, BSD 4.3, ISO 9899
  -.SH " ׸"
  -.BR sigaction "(2), " exit (3)
  +.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\" References consulted:
  +.\"     Linux libc source code
  +.\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
  +.\"     386BSD man pages
  +.\" Modified Sat Jul 24 21:46:21 1993 by Rik Faith (faith@cs.unc.edu)
  +.\"
  +.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  +.\"
  +.TH ABORT 3  "April 12, 1993" "GNU" "Linux Programmer's Manual"
  +.SH ̸
  +abort \-  α׷  ߻
  +.SH 
  +.nf
  +.B #include <stdlib.h>
  +.sp
  +.B void abort(void);
  +.fi
  +.SH 
  +\fBabort()\fP Լ SIGABORT ñ׳θ  ϰų ñ׳ ڵ鷯 ȯǸ  α׷ Ű ̴.
  +
  +\fBabort()\fP Լ α׷ Ű ִ  Ʈ .
  +.PP
  +SIGABORT  ų õǸ, \fBabort()\fP
  +Լ  ̰ Ѵ.
  +.SH "ȯ"
  +\fBabort()\fP Լ ȯ ʴ´.
  +.SH ȣȯ
  +SVID 3, POSIX, BSD 4.3, ISO 9899
  +.SH " ׸"
  +.BR sigaction "(2), " exit (3)
  +.SH 
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 1 30
  
  
  


hhyoon      2005/01/30 23:06:49

  Modified:    man3     assert.3
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +72 -58    man-pages-ko/man3/assert.3
  
  Index: assert.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/assert.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- assert.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ assert.3	30 Jan 2005 14:05:56 -0000	1.2
  @@ -1,58 +1,72 @@
  -.\" (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\" License.
  -.\" Modified Sat Jul 24 21:42:42 1993 by Rik Faith <faith@cs.unc.edu>
  -.\" Modified Tue Oct 22 23:44:11 1996 by Eric S. Raymond <esr@thyrsus.com>
  -.\"
  -.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  -.\"
  -.TH ASSERT 3  "April 4, 1993" "GNU" "Linux Programmer's Manual"
  -.SH ̸
  -assert \- expression    α׷ 
  -.SH 
  -.nf
  -.B #include <assert.h>
  -.sp
  -.BI "void assert (int " "expression" ");"
  -.fi
  -.SH 
  -.B assert()
  -ǥ   ޽ ϰ 
  -.B abort()
  - ȣؼ α׷ .
  -
  -.B expression
  -Ʋȴٸ (i.e. 0  ). ̷  ũ
  -.B NDEBUG
  -  ʾ  ̴.
  -.SH ȯ
  -ȯ  ʴ´.
  -.SH ȣȯ
  -ISO9899 (ANSI C)
  -.SH 
  -.B assert()
  - ũμ  ־; ׽Ʈ  expression ۿ  ִٸ,
  -α׷ 
  -.B NDEBUG
  -  ǾĿ  ޶. ̰     Heisenbugs .
  -.SH  ׸
  -.BR exit "(3), " abort (3)
  +.\" (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\" License.
  +.\" Modified Sat Jul 24 21:42:42 1993 by Rik Faith <faith@cs.unc.edu>
  +.\" Modified Tue Oct 22 23:44:11 1996 by Eric S. Raymond <esr@thyrsus.com>
  +.\"
  +.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  +.\"
  +.TH ASSERT 3  "April 4, 1993" "GNU" "Linux Programmer's Manual"
  +.SH ̸
  +assert \- expression    α׷ 
  +.SH 
  +.nf
  +.B #include <assert.h>
  +.sp
  +.BI "void assert (int " "expression" ");"
  +.fi
  +.SH 
  +.B <assert.h>
  +  Ե 
  +ũ
  +.B NDEBUG
  + ǵǾ , ũ
  +.B assert()
  + ƹ ڵ嵵    ƹ ͵  ʴ´.
  +׷ʰ, (,
  +.B NDEBUG
  + ǵǾ ʰ)
  +.I expression
  + ̸, ũ
  +.B assert()
  +  ޽ ǥ  ϰ,
  +.B abort()
  + ȣϿ α׷ Ѵ.
  +.LP
  + ũδ α׷Ӱ ׸ µ δ.   "assertion failed in file foo.c, function
  +do_bar(), line 1287"   ޽ Ϲ ڿ ƹ ҿ .
  +.SH ȯ
  +ȯ  ʴ´.
  +.SH ȣȯ
  +ISO9899 (ANSI C)
  +.SH 
  +.B assert()
  + ũ ȴ.;
  +.B assert()
  + ˻ϴ expression ۿ ´ٸ,
  +α׷ 
  +.B NDEBUG
  +  Ǿ ִĿ  ޶. ̷    忡  Heisenbugs(Ȯ )   ִ.
  +.SH  ׸
  +.BR exit "(3), " abort (3)
  +.SH 
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 1 30
  
  
  


hhyoon      2005/01/31 12:56:22

  Modified:    man1     date.1
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +10 -14    man-pages-ko/man1/date.1
  
  Index: date.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/date.1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- date.1	18 Jul 2002 10:40:11 -0000	1.1
  +++ date.1	31 Jan 2005 03:56:22 -0000	1.2
  @@ -6,17 +6,16 @@
   [\-u] [\-d datestr] [\-s datestr] [\-\-utc] [\-\-universal]
   [\-\-date=datestr] [\-\-set=datestr] [\-\-help] [\-\-version]
   [+FORMAT] [MMDDhhmm[[CC]YY][.ss]]
  -
   .SH 
     GNU 
  -.BR date 
  +.BR date
    Ѵ.
   ƹ μ ϸ
   .B date
     ð ¥(Ʒ  `%c'  ´) Ѵ.
   `+' ϴ ɼ   ð ¥ ־ μ ϴ
  -´ Ѵ. ̴ `strftime' Լ ־  ڿ
  - ̴. `%' ϴ (directive) ϰ ڿ Ե
  + Ѵ. ̴ `strftime' Լ ־  ڿ
  + ̴. `%' ϴ (directive) ϰ ڿ Ե
    ڰ ״ µȴ.
   .PP
   ڿ   ͵ ִ:
  @@ -121,18 +120,18 @@
   .SS ɼ
   .TP
   .I "\-d datestr, \-\-date datestr"
  -.IR datestr 
  +.IR datestr
      ð ¥ Ѵ.
  - ´       ִ. 
  + ´       ִ.
    ⺻   ų `+'  ϴ μ  
  -.BR date 
  +.BR date
    μ ־  Ѵ.
   .TP
   .I "\-\-help"
   ǥ  ϰ  Ѵ.
   .TP
   .I "\-s datestr, \-\-set datestr"
  -ð ¥ 
  +ð ¥
   .IR datestr  ϸ         ִ.
    ̸, ð, `',`'    ִ.
   .TP
  @@ -169,10 +168,7 @@
   `\-' ڸ Ͽ ä ´.
   .IP
   date \-d 1-may '+%B %-d'
  -.SH 
  -.br
  -  
  -.B <geoman@nownuri.nowcom.co.kr>
  +.SH 
  +̸ <geoman@nownuri.nowcom.co.kr> <freeyong@soback.kornet.nm.kr>
   .br
  -.B "         <freeyong@soback.kornet.nm.kr>"
  -
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 1 30
  
  
  


hhyoon      2005/01/31 13:04:59

  Modified:    man1     diff.1
  Log:
  Updated manpage
  
  Revision  Changes    Path
  1.3       +28 -22    man-pages-ko/man1/diff.1
  
  Index: diff.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/diff.1,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- diff.1	15 Mar 2004 06:29:05 -0000	1.2
  +++ diff.1	31 Jan 2005 04:04:59 -0000	1.3
  @@ -7,6 +7,10 @@
   .\" ѱ : ASPLINUX <man@asp-linux.co.kr>    2000 7 29
   .\"   : ȣ <hhyoon@kldp.org> 2004-03-06
   .\"
  +.\" r1.10 2004-11-25 17:55:55 +2-3 202.232.87.164
  +.\" r1.9 2004-08-25 13:10:00 +7-7 xaos
  +.\" r1.8 2004-08-25 13:05:16 +20-18 xaos
  +.\" r1.7 2004-03-15 15:27:58 +9-2 ȣ
   .\" r1.6 2004-03-08 20:18:27 +13-13  
   .\" r1.5 2004-03-08 08:36:24 +1-1    218.147.230.216
   .\" r1.4 2004-03-08 08:25:07 +4-3    
  @@ -21,32 +25,34 @@
   .B diff
   [options] from-file to-file
   .SH 
  - ,
  +diffµΰ  Ͽ   Ѵ.  ܼ 쿡
   .I diff
   
   .I from-file
  -
  +
   .IR to-file
  -    Ѵ.
  +   Ѵ.
  +ϸ ſ
   .B \-
  - ϸ ǥ Էκ о鿩
  - Ÿ.
  +  , ǥ Է ϴ Ѵ.
   Ư ,
   .B "diff \- \-"
  - ڱ ڽ ǥ Է Ѵ.
  + ǥԷ ڱ ڽ Ѵ.
   
   .I from-file
  - 丮̰,
  + 丮,
   .I to-file
  - ƴ϶
  +  
   .I diff
  - 
  +
   .I to-file
   
   .I from-file
  -丮   ̸  Ѵ.
  +丮 ȿ ִ 
  +.I to-file 
  +  ̸  ã Ѵ.
   ݴ 쵵 ̴.
  -̶, 
  +̶,
   .B \-
   ʹ   .
   
  @@ -56,12 +62,12 @@
     丮,
   .I diff
    ĺ   丮 
  -ϴ  Ѵ;
  +ϴ  Ѵ.
   ̶
   .B \-r
   ̳
   .B \-\-recursive
  -ɼ ־    ʴ´.
  +ɼ ־  (Ʒ 丮  ٽ  )  ʴ´.
   .I diff
     ó 丮  Ե
    ü  ʴ´.
  @@ -90,7 +96,7 @@
   .I diff
    ̴  ɼǵ ̴.
   κ ɼ   ϴ  
  -̸ ´. ϳ 
  +̸ ´. ϳ
   .BR \-
    տ   ̰, ٸ ϳ
   .BR \-\-
  @@ -165,7 +171,7 @@
   .B \-d
    ׸ ȭ ã ˻
   ˰ ٲ۴.
  - ɼ 
  + ɼ
   .I diff
    ӵ   Ѵ.
   .TP
  @@ -186,7 +192,7 @@
   .TP
   .BI \-\-exclude= pattern
   丮  , ϰ  丮
  -basename 
  +basename
   .IR pattern
    ġϸ
   Ѵ.
  @@ -312,25 +318,25 @@
   .TP
   .BI \-\-new\-group\-format= format
   if-then-else Ŀ, ι° Ͽ  
  -׷   
  +׷  
   .I format
    Ѵ.
   .TP
   .BI \-\-new\-line\-format= format
   if-then-else Ŀ, ι° Ͽ  
  -  
  + 
   .I format
    Ѵ.
   .TP
   .BI \-\-old\-group\-format= format
   if-then-else Ŀ, ù° Ͽ  
  -׷   
  +׷  
   .I format
    Ѵ.
   .TP
   .BI \-\-old\-line\-format= format
   if-then-else Ŀ, ù° Ͽ  
  -  
  + 
   .I format
    Ѵ.
   .TP
  @@ -390,7 +396,7 @@
   .TP
   .BI \-\-show\-function\-line= regexp
   context İ unified  ¿,
  - ̰ ִ ܶ  
  + ̰ ִ ܶ 
   .IR regexp
    ġϴ    ش.
   .TP
  @@ -470,7 +476,7 @@
   .ns
   .TP
   .BI \-\-width= columns
  -side-by-side  Ŀ,   
  +side-by-side  Ŀ,  
   .I columns
   ŭ ̷ Ѵ.
   .TP
  
  
  


hhyoon      2005/01/31 13:25:21

  Modified:    man1     echo.1
  Log:
  Updated the manpage
  
  Revision  Changes    Path
  1.2       +37 -18    man-pages-ko/man1/echo.1
  
  Index: echo.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/echo.1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- echo.1	18 Jul 2002 10:40:11 -0000	1.1
  +++ echo.1	31 Jan 2005 04:25:21 -0000	1.2
  @@ -1,22 +1,38 @@
  -.TH ECHO 1L "GNU  ƿƼ" "FSF" \" -*- nroff -*-
  +.\" You may copy, distribute and modify under the terms of the LDP General
  +.\" Public License as specified in the LICENSE file that comes with the
  +.\" gnumaniak distribution
  +.\"
  +.\" The author kindly requests that no comments regarding the "better"
  +.\" suitability or up-to-date notices of any info documentation alternative
  +.\" is added without contacting him first.
  +.\"
  +.\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
  +.\"
  +.\"     GNU echo man page
  +.\"     man pages are NOT obsolete!
  +.\"     <ragnar@ragnar-hojland.com>
  +.\"
  +.\" ѱ 
  +.\" ȣ <hhyoon@kldp.org> GNU Shell Utilities 2.1 Ե  
  +.\"
  +.TH echo 1 "18 June 2002" "GNU Shell Utilities 2.1"
   .SH ̸
  -echo \-   ǥѴ
  +echo \- ȭ鿡   ڿ Ѵ
   .SH 
  -\fBecho\fP [\fB\-ne\fP] [\fIڿ\fP ...]
  -.br
  -.B echo
  -{\-\-help,\-\-version}
  +.BI "echo [-ne] [" ڿ... ]
  +.sp
  +.B echo [\-\-help] [\-\-version]
   .SH 
  -  GNU 
  -.BR echo 
  - ٷ.
  +.B echo
  + ־ \fIڿ\fP ڿ ̿ Ե 
  +  ๮ڸ Ͽ ǥ .
  +
  +.B -n
  +ɼ ־ٸ  ๮ڸ  ʴ´.
  +.PP
   κ   ̸,      ִٴ 
   ϱ ٶ.
  -.PP
  -.B echo
  - ־ \fIڿ\fP ̽ Ͽ ϰ Ǹ
  -๮ڸ Ѵ.
  -.SS ɼ
  +.SH ɼ
   .TP
   .I \-n
    ๮ڸ  ʴ´.
  @@ -53,18 +69,21 @@
   .B \e\e
   齽
   .TP
  -.B \ennn
  +.B \e nnn
   ASCII ڵ尡 \fInnn\fP (8) 
   .PD
   .RE
  -.SS ɼ
  +.SH ɼ
   GNU
   .B echo
  -    μ  Ǹ  ɼǵ νĵȴ:
  -is invoked with exactly one argument, the following options are recognized:
  +  ɼ     μ  ȴ.
   .TP
   .I "\-\-help"
   ǥ  ϰ  Ѵ.
   .TP
   .I "\-\-version"
   ǥ  ϰ  Ѵ.
  +.SH 
  +  bug-sh-utils@gnu.org  ϱ ٶ.   Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>  ŵǾ.
  +.SH 
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 1 31
  
  
  


hhyoon      2005/02/01 11:58:16

  Modified:    .        keyword2h.sh
  Log:
  
  
  Revision  Changes    Path
  1.5       +82 -60    man-pages-ko/keyword2h.sh
  
  Index: keyword2h.sh
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/keyword2h.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- keyword2h.sh	28 Jul 2002 07:10:25 -0000	1.4
  +++ keyword2h.sh	1 Feb 2005 02:58:16 -0000	1.5
  @@ -1,11 +1,11 @@
   #!/bin/sh
   # 
   # Manpage Keyword Translator
  -# ѱ  Ʈ <http://man.kldp.org>
  +# ѱ Manpage Ʈ <http://man.kldp.org>
   #
   # ȣ <hhyoon@kldp.org>
  -# v1.3, 2002-07-26
  -#   * GNU VERSION, GNU OPTIONS, GNU STANDARD OPTIONS Ű ߰
  +# v1.4, 2005-01-02, GNU manpages Ű ߰
  +# v1.3, 2002-07-26, GNU manpages Ű ߰
   #
   #  <hermes44@secsm.org>
   # v1.2, 2002-07-25
  @@ -13,101 +13,119 @@
   # v0.1.2, 2000 4 13, ο Ű ߰, -v ɼ ߰, Լ ȭ
   # v0.1, 2000 4 11, ó ۼ
   #
  +# $Id: keyword2h.sh,v 1.5 2005/02/01 02:58:16 hhyoon Exp $
   
  -
  +#----------------------------------------------------------------------------
   # ũ 
  +#----------------------------------------------------------------------------
   PROGRAM=`basename $0`
  -VERSION=0.1.2.1
  -TMP=/tmp/keyword2h$$
  +VERSION=1.4
  +TMP=/tmp/keyword2h_$$
   RM="rm -f"
   MV="mv -f"
   
   # ñ׳ ڵ鷯
  -trap "$RM ${TMP}.t*; exit 1" 1 2 13 15
  +trap "$RM ${TMP}; exit 1" 1 2 13 15
   
  -################################################################################
  +#----------------------------------------------------------------------------
   #  Լ
  -################################################################################
  +#----------------------------------------------------------------------------
   
  +#----------------------------------------------------------------------------
   #   Լ
   usage()
   {
   	echo Manpage Keyword Translator \<http://man.kldp.org\>
   	echo Usage: ${PROGRAM} [-h] [-v] filename [filename...]
  -	echo -h    print help 
  +	echo -h    print help
   	echo -v    print version
   }
   
  +#----------------------------------------------------------------------------
   #    Լ
   version()
   {
  -   	echo Manpage Keyword Translator \<http://man.kldp.org\>
  +	echo Manpage Keyword Translator \<http://man.kldp.org\>
   	echo version ${VERSION}
   }
   
  +#----------------------------------------------------------------------------
   # ȯ Լ
   translate()
   {
  -	sed "s/\.SH [\"]*ACKNOWLEDGEMENTS[S]*[\"]*/.SH /" $1 > ${TMP}.t0
  -	sed "s/\.SH [\"]*AUTHOR[S]*[\"]*/.SH /" ${TMP}.t0 > ${TMP}.t1
  -	sed "s/\.SH [\"]*INTRODUCTION[S]*[\"]*/.SH Ұ/" ${TMP}.t1 > ${TMP}.t2
  -	sed "s/\.SH [\"]*BUG REPORT[S]*[\"]*/.SH  Ʈ/" ${TMP}.t2 > ${TMP}.t3
  -	sed "s/\.SH [\"]*BUG[S]*[\"]*/.SH /" ${TMP}.t3 > ${TMP}.t4
  -	sed "s/\.SH [\"]*COMMAND LINE OPTION[S]*[\"]*/.SH  ɼ/" ${TMP}.t4 > ${TMP}.t5
  -	sed "s/\.SH [\"]*COPYING[\"]*/.SH ۱/" ${TMP}.t5 > ${TMP}.t6
  -	sed "s/\.SH [\"]*COPYRIGHT[\"]*/.SH ۱/" ${TMP}.t6 > ${TMP}.t7
  -	sed "s/\.SH [\"]*DESCRIPTION[\"]*/.SH /" ${TMP}.t7 > ${TMP}.t8
  -	sed "s/\.SH [\"]*ENVIRONMENT VARIABLE[S]*[\"]*/.SH ȯ /" ${TMP}.t8 > ${TMP}.t9
  -	sed "s/\.SH [\"]*ENVIRONMENT[S]*[\"]*/.SH ȯ/" ${TMP}.t9 > ${TMP}.t10
  -	sed "s/\.SH [\"]*ERROR[S]*[\"]*/.SH /" ${TMP}.t10 > ${TMP}.t11
  -	sed "s/\.SH [\"]*EXAMPLE[S]*[\"]*/.SH /" ${TMP}.t11 > ${TMP}.t12
  -	sed "s/\.SH [\"]*EXIT CODE[S]*[\"]*/.SH  ڵ/" ${TMP}.t12 > ${TMP}.t13
  -	sed "s/\.SH [\"]*EXTENSION[S]*[\"]*/.SH Ȯ/" ${TMP}.t13 > ${TMP}.t14
  -	sed "s/\.SH [\"]*FILE[S]*[\"]*/.SH /" ${TMP}.t14 > ${TMP}.t15
  -	sed "s/\.SH [\"]*FLAG[S]*[\"]*/.SH ÷/" ${TMP}.t15 > ${TMP}.t16
  -	sed "s/\.SH [\"]*HISTORY[\"]*/.SH /" ${TMP}.t16 > ${TMP}.t17
  -	sed "s/\.SH [\"]*KEYWORD[S]*[\"]*/.SH Ű/" ${TMP}.t17 > ${TMP}.t18
  -	sed "s/\.SH [\"]*NAME[\"]*/.SH ̸/" ${TMP}.t18 > ${TMP}.t19
  -	sed "s/\.SH [\"]*NOTE[S]*[\"]*/.SH /" ${TMP}.t19 > ${TMP}.t20
  -	sed "s/\.SH [\"]*OPTION[S]*[\"]*/.SH ɼ/" ${TMP}.t20 > ${TMP}.t21
  -	sed "s/\.SH [\"]*RETURN VALUE[S]*[\"]*/.SH ȯ/" ${TMP}.t21 > ${TMP}.t22
  -	sed "s/\.SH [\"]*SEE ALSO[\"]*/.SH  ׸/" ${TMP}.t22 > ${TMP}.t23
  -	sed "s/\.SH [\"]*SYNOPSIS[\"]*/.SH /" ${TMP}.t23 > ${TMP}.t24
  -	sed "s/\.SH [\"]*SYNTAX[\"]*/.SH /" ${TMP}.t24 > ${TMP}.t25
  -	sed "s/\.SH [\"]*VERSION[\"]*/.SH /" ${TMP}.t25 > ${TMP}.t26
  -	sed "s/\.SH [\"]*WARNING[S]*[\"]*/.SH /" ${TMP}.t26 > ${TMP}.t27
  -	sed "s/\.SH [\"]*DIAGNOSTIC[S]*[\"]*/.SH /" ${TMP}.t27 > ${TMP}.t28
  -	sed "s/\.SH [\"]*HINT[S]*[\"]*/.SH Ʈ/" ${TMP}.t28 > ${TMP}.t29
  -	sed "s/\.SH [\"]*ARGUMENT[S]*[\"]*/.SH /" ${TMP}.t29 > ${TMP}.t30
  -	sed "s/\.SH [\"]*USAGE[S]*[\"]*/.SH /" ${TMP}.t30 > ${TMP}.t31
  -	sed "s/\.SH [\"]*COMMAND[S]*[\"]*/.SH /" ${TMP}.t31 > ${TMP}.t32
  -	sed "s/\.SH [\"]*WARNING[S]*[\"]*/.SH /" ${TMP}.t32 > ${TMP}.t33
  -	sed "s/\.SH [\"]*CONFORMING TO[\"]*/.SH ȣȯ/" ${TMP}.t33 > ${TMP}.t34
  -	sed "s/\.SH [\"]*CONFORMS TO[\"]*/.SH ȣȯ/" ${TMP}.t34 > ${TMP}.t35
  -	sed "s/\.SH [\"]*COMPATIBILITY[\"]*/.SH ȣȯ/" ${TMP}.t35 > ${TMP}.t36
  -	sed "s/\.SH [\"]*STANDARD OPTION[S]*[\"]*/.SH ǥ ɼ/" ${TMP}.t36 > ${TMP}.t37
  -	sed "s/\.SH [\"]*GNU OPTION[S]*[\"]*/.SH GNU ɼ/" ${TMP}.t37 > ${TMP}.t38
  -	sed "s/\.SH [\"]*GNU STANDARD OPTION[S]*[\"]*/.SH GNU ǥ ɼ/" ${TMP}.t38 > ${TMP}.t39
  -	sed "s/\.SH [\"]*GNU VERSION[S]*[\"]*/.SH GNU /" ${TMP}.t39 > ${TMP}.t40
  -	sed "s/\.SH [\"]*REPORTING BUG[S]*[\"]*/.SH  Ʈ/" ${TMP}.t40 > ${TMP}.t41
  -
  -	sed "s/\.SH [\"]*STANDARD[S]*[\"]*/.SH ǥ/" ${TMP}.t41 > $1
  +	cat $1 | \
  +	sed -e "s/\.SH [\"]*ACKNOWLEDGEMENTS[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*AUTHOR[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*INTRODUCTION[S]*[\"]*/.SH Ұ/" \
  +		-e "s/\.SH [\"]*BUG REPORT[S]*[\"]*/.SH  Ʈ/" \
  +		-e "s/\.SH [\"]*BUG[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*COMMAND LINE OPTION[S]*[\"]*/.SH  ɼ/" \
  +		-e "s/\.SH [\"]*COPYING[\"]*/.SH ۱/" \
  +		-e "s/\.SH [\"]*COPYRIGHT[\"]*/.SH ۱/" \
  +		-e "s/\.SH [\"]*DESCRIPTION[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*ENVIRONMENT VARIABLE[S]*[\"]*/.SH ȯ /" \
  +		-e "s/\.SH [\"]*ENVIRONMENT[S]*[\"]*/.SH ȯ/" \
  +		-e "s/\.SH [\"]*ERROR[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*EXAMPLE[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*EXIT CODE[S]*[\"]*/.SH  ڵ/" \
  +		-e "s/\.SH [\"]*EXTENSION[S]*[\"]*/.SH Ȯ/" \
  +		-e "s/\.SH [\"]*FILE[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*FLAG[S]*[\"]*/.SH ÷/" \
  +		-e "s/\.SH [\"]*HISTORY[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*KEYWORD[S]*[\"]*/.SH Ű/" \
  +		-e "s/\.SH [\"]*NAME[\"]*/.SH ̸/" \
  +		-e "s/\.SH [\"]*NOTE[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*OPTION[S]*[\"]*/.SH ɼ/" \
  +		-e "s/\.SH [\"]*RETURN VALUE[S]*[\"]*/.SH ȯ/" \
  +		-e "s/\.SH [\"]*SEE ALSO[\"]*/.SH  ׸/" \
  +		-e "s/\.SH [\"]*SYNOPSIS[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*SYNTAX[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*VERSION[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*WARNING[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*DIAGNOSTIC[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*HINT[S]*[\"]*/.SH Ʈ/" \
  +		-e "s/\.SH [\"]*ARGUMENT[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*USAGE[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*COMMAND[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*WARNING[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*CONFORMING TO[\"]*/.SH ȣȯ/" \
  +		-e "s/\.SH [\"]*CONFORMS TO[\"]*/.SH ȣȯ/" \
  +		-e "s/\.SH [\"]*COMPATIBILITY[\"]*/.SH ȣȯ/" \
  +		-e "s/\.SH [\"]*STANDARD OPTION[S]*[\"]*/.SH ǥ ɼ/" \
  +		-e "s/\.SH [\"]*GNU OPTION[S]*[\"]*/.SH GNU ɼ/" \
  +		-e "s/\.SH [\"]*GNU STANDARD OPTION[S]*[\"]*/.SH GNU ǥ ɼ/" \
  +		-e "s/\.SH [\"]*GNU VERSION[S]*[\"]*/.SH GNU /" \
  +		-e "s/\.SH [\"]*REPORTING BUG[S]*[\"]*/.SH  Ʈ/" \
  +		-e "s/\.SH [\"]*OPERAND[S]*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*STDIN*[\"]*/.SH ǥ Է/" \
  +		-e "s/\.SH [\"]*INPUT FILE[S]*[\"]*/.SH Է /" \
  +		-e "s/\.SH [\"]*STDOUT*[\"]*/.SH ǥ /" \
  +		-e "s/\.SH [\"]*STDERR*[\"]*/.SH ǥ  /" \
  +		-e "s/\.SH [\"]*OUTPUT FILE[S]*[\"]*/.SH  /" \
  +		-e "s/\.SH [\"]*EXTENDED DESCRIPTION*[\"]*/.SH  /" \
  +		-e "s/\.SH [\"]*EXIT STATUS*[\"]*/.SH  /" \
  +		-e "s/\.SH [\"]*CONSEQUENCES OF ERROR[S]*[\"]*/.SH  /" \
  +		-e "s/\.SH [\"]*FUTURE DIRECTION[S]*[\"]*/.SH  /" \
  +		-e "s/\.SH [\"]*APPLICATION USAGE*[\"]*/.SH /" \
  +		-e "s/\.SH [\"]*ASYNCHRONOUS EVENT[S]*[\"]*/.SH 񵿱 ̺Ʈ/" \
  +		-e "s/\.SH [\"]*OUTPUT FORMAT[S]*[\"]*/.SH  /" \
  +		-e "s/\.SH [\"]*STANDARD[S]*[\"]*/.SH ǥ/" > ${TMP}
   
  -	# ӽ ϵ 
  -	${RM} ${TMP}.t*
  +	${MV} ${TMP} $1
   }
   
  -
  -################################################################################
  +#----------------------------------------------------------------------------
   # ũƮ 
  -################################################################################
  +#----------------------------------------------------------------------------
   
  +#----------------------------------------------------------------------------
   # ڰ 
   if [ $# -eq 0 ] ; then
   	usage
   	exit 1
   fi
   
  +#----------------------------------------------------------------------------
   #  ˻
   for arg
   do
  @@ -125,6 +143,7 @@
   	esac
   done
   
  +#----------------------------------------------------------------------------
   # ȯ
   for arg
   do
  @@ -138,3 +157,6 @@
   done
   
   exit 0
  +
  +# vim:ts=4
  +
  
  
  


hhyoon      2005/02/01 12:00:51

  Modified:    .        keyword2h.sh
  Log:
  Updated keywords
  
  Revision  Changes    Path
  1.6       +2 -1      man-pages-ko/keyword2h.sh
  
  Index: keyword2h.sh
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/keyword2h.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- keyword2h.sh	1 Feb 2005 02:58:16 -0000	1.5
  +++ keyword2h.sh	1 Feb 2005 03:00:51 -0000	1.6
  @@ -4,6 +4,7 @@
   # ѱ Manpage Ʈ <http://man.kldp.org>
   #
   # ȣ <hhyoon@kldp.org>
  +# v1.5, 2005-01-02, GNU manpages Ű ߰
   # v1.4, 2005-01-02, GNU manpages Ű ߰
   # v1.3, 2002-07-26, GNU manpages Ű ߰
   #
  @@ -13,7 +14,7 @@
   # v0.1.2, 2000 4 13, ο Ű ߰, -v ɼ ߰, Լ ȭ
   # v0.1, 2000 4 11, ó ۼ
   #
  -# $Id: keyword2h.sh,v 1.5 2005/02/01 02:58:16 hhyoon Exp $
  +# $Id: keyword2h.sh,v 1.6 2005/02/01 03:00:51 hhyoon Exp $
   
   #----------------------------------------------------------------------------
   # ũ 
  
  
  


hhyoon      2005/02/01 12:26:04

  Modified:    .        list.untranslated
  Log:
  Updated the list of untranslated manpages based on man-pages-1.66
  
  Revision  Changes    Path
  1.5       +1420 -116 man-pages-ko/list.untranslated
  
  Index: list.untranslated
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/list.untranslated,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- list.untranslated	29 Jul 2002 08:04:41 -0000	1.4
  +++ list.untranslated	1 Feb 2005 03:26:04 -0000	1.5
  @@ -1,15 +1,337 @@
  -DATE: 2002-07-28 12:07:31 KST
  -REFERENCE VERSION: man-pages-1.48
  +Date: Tue Feb 1 12:23:06 KST 2005
  +
  +[Section 0p]
  +Missing section 0p
   
   [Section 1]
  +cu.1
  +cut.1
  +ld.1
  +achfile.1
  +cvsup.1
  +acleandir.1
  +cvpasswd.1
  +addftinfo.1
  +addr2line.1
  +dbz.1
  +aecho.1
  +diskseekd.1
  +afile.1
  +diskd.1
  +afmtodit.1
  +dislocate.1
  +afppasswd.1
  +dnsquery.1
  +dnsdomainname.1
  +apple_cp.1
  +dnskeygen.1
  +apple_mv.1
  +domainname.1
  +apple_rm.1
  +approve.1
  +e2compress.1
  +apropos.1
  +getzones.1
  +ar.1
  +e2ratio.1
  +gpasswd.1
  +as.1
  +gprof.1
  +autoexpect.1
  +ed.1
  +lpq.1
  +bashbug.1
  +grep.1
  +eject.1
  +biff.1
  +lpr.1
  +bounce.1
  +eqn.1
  +builtins.1
  +expand.1
  +bzdiff.1
  +expect.1
  +bzgrep.1
  +expectk.1
  +expiry.1
  +bzmore.1
  +grn.1
  +captoinfo.1m
  +factor.1
  +cardinfo.1
  +grodvi.1
  +cat.1
  +cccp.1
  +cdda2wav.1
  +fdmount.1
  +fdrawcmd.1
  +cdrecord.1
  +fetchmail.1
  +chage.1
  +file.1
  +find.1
  +finger.1
  +flex.1
  +fmt.1
  +mt.1
  +floppycontrol.1
  +floppymeter.1
  +chroot.1
  +fold.1
  +groff.1
  +ci.1
  +formail.1
  +cksum.1
  +fort77.1
  +clear.1
  +grog.1
  +cmp.1
  +grohtml.1
  +co.1
  +grolbp.1
  +forward.1
  +ftp.1
  +comm.1
  +compile_et.1
  +grolj4.1
  +fuser.1
  +cpio.1
  +g++.1
  +nbp.1
  +g77.1
  +nl.1
  +cryptdir.1
  +gasp.1
  +csplit.1
  +grops.1
  +gawk.1
  +gcc.1
  +nm.1
  +decryptdir.1
  +grotty.1
  +gdb.1
  +od.1
  +gdbserver.1
  +dig.1
  +gencat.1
  +digest.1
  +gzexe.1
  +gendiff.1
  +getfdprm.1
  +install-info.1
  +gzip.1
  +head.1
  +hman.1
  +host.1
  +hostname.1
  +hpftodit.1
  +ident.1
  +igawk.1
  +indent.1
  +indxbib.1
  +infocmp.1m
  +infotocap.1m
  +pfbtops.1
  +pg.1
  +join.1
  +superformat.1
  +sum.1
  +kernelversion.1
  +pgrep.1
  +kibitz.1
  +pic.1
  +tac.1
  +pidof.1
  +pinky.1
  +pkill.1
  +less.1
  +pmap.1
  +lesskey.1
  +pppoe-wrapper.1
  +libtool.1
  +pr.1
  +tbl.1
  +libtoolize.1
  +line.1
  +lkbib.1
  +procmail.1
  +locate.1
  +ps.1
  +lockfile.1
  +psorder.1
  +pstree.1
  +ptx.1
  +top.1
  +tr.1
  +quota.1
  +lookbib.1
  +ranlib.1
  +lprm.1
  +rbash.1
  +lptest.1
  +rcp.1
  +rcs.1
  +mailq.1
  +rcsclean.1
  +make.1
  +passwd.1
  +uux.1
  +makefloppies.1
  +rcsdiff.1
  +makeinfo.1
  +rcsfreeze.1
  +rcsintro.1
  +manlint.1
  +rcsmerge.1
  +manpath.1
  +rdate.1
  +readcd.1
  +md5sum.1
  +megatron.1
  +refer.1
  +merge.1
  +rename.1
  +replay.1
  +mirrordir.1
  +resend.1
  +mk_cmds.1
  +reset.1
  +w.1
  +rexec.1
  +rlog.1
  +mkpasswd.1
  +rlogin.1
  +wc.1
  +mpg123.1
  +multixterm.1
  +rpcgen.1
  +rsh.1
  +ncftp.1
  +rssh.1
  +ncftpbatch.1
  +run.1
  +ncftpget.1
  +rup.1
  +ncftpls.1
  +ruptime.1
  +ncftpput.1
  +rusers.1
  +neqn.1
  +paste.1
  +netatalk-config.1
  +rwall.1
  +newaliases.1
  +rwho.1
  +scgcheck.1
  +patch.1
  +nisdomainname.1
  +screen.1
  +nlmconv.1
  +sdiff.1
  +nroff.1
  +secure-mcserv.1
  +objcopy.1
  +sed.1
  +objdump.1
  +seq.1
  +omshell.1
  +sg.1
  +pap.1
  +setfdprm.1
  +passmass.1
  +sha1sum.1
  +shar.1
  +shred.1
  +size.1
  +skill.1
  +slabtop.1
  +snice.1
  +snmpbulkget.1
  +snmpbulkwalk.1
  +snmpcmd.1
  +snmpconf.1
  +snmpd.1
  +snmpdelta.1
  +snmpdf.1
  +snmpget.1
  +snmpgetnext.1
  +snmpnetstat.1
  +snmpset.1
  +snmpstatus.1
  +snmptable.1
  +snmptest.1
  +snmptranslate.1
  +snmptrap.1
  +snmpusm.1
  +snmpwalk.1
  +soelim.1
  +split.1
  +strings.1
  +strip.1
  +ypwhich.1
  +sync.1
  +tail.1
  +zforce.1
  +tailf.1
  +zgrep.1
  +talk.1
  +zmore.1
  +tcpdump.1
  +znew.1
  +tcsh.1
  +zsoelim.1
  +texi2dvi.1
  +texindex.1
  +tfmtodit.1
  +tftp.1
  +tic.1m
  +timeout.1
  +tknewsbiff.1
  +tkpppoe.1
  +tload.1
  +toe.1m
  +tput.1
  +troff.1
  +tset.1
  +tsort.1
  +unbuffer.1
  +unexpand.1
  +uniq.1
  +unshar.1
  +updatedb.1
  +uptime.1
  +uucp.1
  +uudeview.1
  +uuencode.1
  +uuenview.1
  +uuidgen.1
  +uustat.1
  +vacation.1
  +volname.1
  +watch.1
  +xapm.1
  +xargs.1
  +xdeview.1
  +xdfcopy.1
  +xkibitz.1
  +ypcat.1
  +ypdomainname.1
  +ypmatch.1
  +yppasswd.1
  +
  +[Section 1p]
  +Missing section 1p
   
   [Section 2]
   _Exit.2
   _newselect.2
  -getcontext.2
  -getpriority.2
  +gettid.2
  +getxattr.2
   inb.2
  +alloc_hugepages.2
   inb_p.2
  +arch_prctl.2
  +init_module.2
   inl.2
   inl_p.2
   insb.2
  @@ -17,8 +339,37 @@
   insw.2
   inw.2
   inw_p.2
  +io_cancel.2
  +io_destroy.2
  +io_getevents.2
  +io_setup.2
  +io_submit.2
  +create_module.2
  +delete_module.2
  +epoll_create.2
  +epoll_ctl.2
  +epoll_wait.2
  +lgetxattr.2
  +fgetxattr.2
  +listxattr.2
  +flistxattr.2
  +llistxattr.2
  +free_hugepages.2
  +fremovexattr.2
  +fsetxattr.2
  +lookup_dcookie.2
  +lremovexattr.2
  +fstatvfs.2
  +lsetxattr.2
   madvise.2
  +futex.2
  +get_kernel_syms.2
  +get_thread_area.2
   mincore.2
  +getcontext.2
  +mmap2.2
  +getpmsg.2
  +getpriority.2
   msgrcv.2
   msgsnd.2
   outb_p.2
  @@ -29,125 +380,389 @@
   outsw.2
   outw.2
   outw_p.2
  +pciconfig_iobase.2
  +pciconfig_read.2
  +pciconfig_write.2
  +posix_fadvise.2
   pselect.2
  +putpmsg.2
  +query_module.2
  +readahead.2
  +remap_file_pages.2
  +removexattr.2
  +sched_getaffinity.2
   sched_getscheduler.2
  +sched_setaffinity.2
   sched_setscheduler.2
   sched_yield.2
  +security.2
   select_tut.2
  +semtimedop.2
  +set_thread_area.2
   setcontext.2
   setpriority.2
   setresgid.2
   setresuid.2
  +setxattr.2
   sgetmask.2
   shmat.2
   shmdt.2
   sigaltstack.2
  +sigqueue.2
  +sigtimedwait.2
  +sigwaitinfo.2
   ssetmask.2
  +sstk.2
  +statvfs.2
  +syscall.2
  +tkill.2
  +umount2.2
   
   [Section 3]
   CMSG_ALIGN.3
  +assert_perror.3
   CMSG_FIRSTHDR.3
  +authunix_create.3
   CMSG_NXTHDR.3
   CMSG_SPACE.3
  +basename.3
   __fbufsize.3
  +bindresvport.3
   __flbf.3
  +bitstring.3
   __fpending.3
   __fpurge.3
   __freadable.3
  +btree.3
   __freading.3
  +atalk_aton.3
   __fsetlocking.3
   __fwritable.3
   __fwriting.3
  +db.3
  +__malloc_hook.3
  +cabs.3
   __setfpucw.3
  +cabsf.3
   _flushlbf.3
  -addmntent.3
  -asctime.3
  -asprintf.3
  -atoll.3
  -atoq.3
  -auth_destroy.3
  -authnone_create.3
  -authunix_create.3
  -authunix_create_default.3
  -basename.3
  -bindresvport.3
  -btree.3
  +cabsl.3
  +a64l.3
  +cacos.3
  +cexp.3
  +cacosh.3
  +cacoshf.3
  +acosf.3
  +cacoshl.3
  +acoshf.3
   callrpc.3
  +acoshl.3
  +carg.3
  +acosl.3
  +cargf.3
  +addmntent.3
  +cargl.3
  +addseverity.3
  +casin.3
  +aio_cancel.3
  +casinf.3
  +aio_error.3
  +casinh.3
  +aio_fsync.3
  +casinhf.3
  +aio_read.3
  +casinhl.3
  +aio_return.3
  +casinl.3
  +aio_suspend.3
  +catan.3
  +aio_write.3
  +catanf.3
  +catanh.3
  +catanhf.3
  +argz_add.3
  +atan2f.3
  +div.3
  +argz_add_sep.3
  +catanhl.3
  +argz_append.3
  +catanl.3
  +argz_count.3
   catclose.3
  +argz_create.3
  +argz_create_sep.3
   catgets.3
  +argz_delete.3
  +authunix_create_default.3
  +argz_extract.3
   catopen.3
  +argz_insert.3
  +cbc_crypt.3
  +argz_next.3
  +atan2l.3
  +err.3
  +argz_replace.3
  +atanf.3
  +argz_stringify.3
  +asctime.3
  +cbrtf.3
  +asctime_r.3
  +cbrtl.3
  +ccos.3
  +asinf.3
  +ccosf.3
  +ccosh.3
  +asinhf.3
  +ccoshf.3
  +asinhl.3
  +ccoshl.3
  +asinl.3
  +ccosl.3
  +asprintf.3
  +atanhf.3
   ceilf.3
  +atanhl.3
   ceill.3
  +atanl.3
  +cerf.3
  +cerfc.3
  +cerfcf.3
  +cerfcl.3
  +cerff.3
  +atoll.3
  +cerfl.3
  +atoq.3
  +authnone_create.3
  +auth_destroy.3
  +clearerr_unlocked.3
  +cexp2.3
  +cexp2f.3
  +cexp2l.3
  +cexpf.3
  +cexpl.3
   cfgetispeed.3
   cfgetospeed.3
   cfmakeraw.3
  +cfree.3
   cfsetispeed.3
   cfsetospeed.3
  +cimag.3
  +cimagf.3
  +cimagl.3
   clearenv.3
  -clearerr_unlocked.3
  +csqrt.3
  +ffs.3
   clnt_broadcast.3
  +fma.3
  +curs_addstr.3x
   clnt_call.3
  +csinl.3
   clnt_control.3
  +curs_attr.3x
   clnt_create.3
  +csqrtf.3
  +fts.3
   clnt_destroy.3
  +csqrtl.3
  +ftw.3
   clnt_freeres.3
  +curs_beep.3x
   clnt_geterr.3
  +ctan.3
  +j0.3
   clnt_pcreateerror.3
  +curs_bkgd.3x
   clnt_perrno.3
  +curs_border.3x
   clnt_perror.3
  +ctanf.3
  +j0f.3
   clnt_spcreateerror.3
  +ctanh.3
  +j0l.3
   clnt_sperrno.3
  +ctanhf.3
  +j1.3
   clnt_sperror.3
  +ctanhl.3
  +j1f.3
   clntraw_create.3
  +ctanl.3
  +j1l.3
   clnttcp_create.3
  +ctermid.3
  +jn.3
   clntudp_bufcreate.3
  +ctime.3
  +jnf.3
   clntudp_create.3
  +curs_clear.3x
   clock.3
  +ctime_r.3
  +jnl.3
  +clock_getres.3
  +form_field_attributes.3x
  +clock_gettime.3
  +curs_addch.3x
  +clock_settime.3
  +curs_color.3x
  +clog.3
  +curs_delch.3x
  +clog10.3
  +curs_deleteln.3x
  +clog10f.3
  +curs_extend.3x
  +clog10l.3
  +curs_getch.3x
  +clog2.3
  +curs_getstr.3x
  +clog2f.3
  +curs_getyx.3x
  +clog2l.3
  +curs_inch.3x
  +clogf.3
  +curs_inchstr.3x
  +clogl.3
  +curs_initscr.3x
  +curs_inopts.3x
   closelog.3
  +curs_insch.3x
   cmsg.3
  +curs_insstr.3x
  +com_err.3
  +curs_instr.3x
   confstr.3
  +curs_kernel.3x
  +conj.3
  +curs_mouse.3x
  +conjf.3
  +curs_move.3x
  +conjl.3
  +curs_outopts.3x
   copysign.3
  -crypt.3
  -ctermid.3
  -ctime.3
  +curs_overlay.3x
  +copysignf.3
  +curs_pad.3x
  +copysignl.3
  +curs_print.3x
  +cosf.3
  +curs_printw.3x
  +curs_refresh.3x
  +coshf.3
  +curs_scanw.3x
  +coshl.3
  +curs_scr_dump.3x
  +cosl.3
  +curs_scroll.3x
  +cpow.3
  +curs_slk.3x
  +cpowf.3
  +curs_termattrs.3x
  +cpowl.3
  +curs_termcap.3x
  +cproj.3
  +curs_terminfo.3x
  +cprojf.3
  +curs_touch.3x
  +cprojl.3
  +curs_trace.3x
  +creal.3
  +curs_util.3x
  +crealf.3
  +curs_window.3x
  +creall.3
   cuserid.3
  +crypt.3
   daemon.3
  -db.3
  +csin.3
   dbopen.3
  +csinf.3
  +default_store.3
  +csinh.3
  +define_key.3x
  +csinhf.3
  +des_crypt.3
  +csinhl.3
  +curs_addchstr.3x
  +des_setparity.3
  +dft_fgbg.3x
  +dhcpctl.3
   difftime.3
   dirfd.3
   dirname.3
  -div.3
  +dladdr.3
   dlclose.3
   dlerror.3
   dlsym.3
  +dlvsym.3
   dn_comp.3
   dn_expand.3
   dprintf.3
   drand48.3
   drem.3
  +dremf.3
  +dreml.3
   dysize.3
  +ecb_crypt.3
   ecvt.3
  +ecvt_r.3
   encrypt.3
  +endaliasent.3
   endfsent.3
   endgrent.3
   endmntent.3
   endrpcent.3
  +endspent.3
  +endttyent.3
   endusershell.3
   endutent.3
   endutxent.3
  +envz_add.3
  +envz_entry.3
  +envz_get.3
  +envz_merge.3
  +envz_remove.3
  +envz_strip.3
   erand48.3
  +erfcf.3
  +erfcl.3
  +erff.3
  +erfl.3
   errno.3
  +errx.3
  +ether_aton.3
  +ether_aton_r.3
  +ether_hostton.3
  +ether_line.3
  +ether_ntoa.3
  +ether_ntoa_r.3
  +ether_ntohost.3
   exit.3
  +exp10.3
  +exp10f.3
  +exp10l.3
  +exp2.3
  +exp2f.3
  +exp2l.3
  +expf.3
  +expl.3
   expm1.3
  +expm1f.3
  +expm1l.3
   fabsf.3
   fabsl.3
   fclose.3
   fcloseall.3
   fcvt.3
  +fcvt_r.3
  +fdim.3
  +fdimf.3
  +fdiml.3
   fdopen.3
   feclearexcept.3
  +fedisableexcept.3
  +feenableexcept.3
   fegetenv.3
  +fegetexcept.3
   fegetexceptflag.3
   fegetround.3
   feholdexcept.3
  @@ -161,25 +776,66 @@
   fetestexcept.3
   feupdateenv.3
   fflush_unlocked.3
  -ffs.3
  +ffsl.3
  +ffsll.3
   fgetc_unlocked.3
   fgetgrent.3
  +fgetgrent_r.3
   fgetpwent.3
  +fgetpwent_r.3
   fgets_unlocked.3
  +fgetspent.3
  +fgetspent_r.3
   fgetwc.3
  -fgetwc_unlocked.3
   fgetws.3
  +fgetwc_unlocked.3
   fgetws_unlocked.3
   fileno_unlocked.3
   finite.3
   flockfile.3
   floorf.3
   floorl.3
  +fmaf.3
  +fmal.3
  +fmax.3
  +fmaxf.3
  +fmaxl.3
  +fmin.3
  +fminf.3
  +fminl.3
   fmod.3
  +fmodf.3
  +fmodl.3
  +fmtmsg.3
   fnmatch.3
   fopen.3
   forkpty.3
  +form.3x
  +form_cursor.3x
  +form_data.3x
  +form_driver.3x
  +form_field.3x
  +form_field_just.3x
  +form_field_buffer.3x
  +form_field_new.3x
  +form_field_info.3x
  +nanf.3
  +nan.3
  +form_field_opts.3x
  +form_field_userptr.3x
  +form_field_validation.3x
  +form_fieldtype.3x
  +form_hook.3x
  +form_new.3x
  +form_new_page.3x
  +form_opts.3x
  +form_page.3x
  +form_post.3x
  +form_requestname.3x
  +form_userptr.3x
  +form_win.3x
   fpathconf.3
  +fpclassify.3
   fprintf.3
   fpurge.3
   fputc.3
  @@ -200,22 +856,28 @@
   ftello.3
   ftime.3
   ftrylockfile.3
  -fts.3
   fts_children.3
   fts_close.3
   fts_open.3
   fts_read.3
   fts_set.3
  -ftw.3
   funlockfile.3
   fwide.3
   fwprintf.3
   fwrite_unlocked.3
   gai_strerror.3
  +gamma.3
  +gammaf.3
  +gammal.3
   gcvt.3
  +gdbm.3
   get_current_dir_name.3
   get_myaddress.3
   getaddrinfo.3
  +getaliasbyname.3
  +getaliasbyname_r.3
  +getaliasent.3
  +getaliasent_r.3
   getc_unlocked.3
   getchar_unlocked.3
   getcwd.3
  @@ -227,8 +889,12 @@
   getfsfile.3
   getfsspec.3
   getgrent.3
  +getgrent_r.3
   getgrgid.3
  +getgrgid_r.3
   getgrnam.3
  +getgrnam_r.3
  +getgrouplist.3
   gethostbyname2.3
   gethostbyname2_r.3
   gethostbyname_r.3
  @@ -237,20 +903,35 @@
   getline.3
   getloadavg.3
   getlogin.3
  +getlogin_r.3
   getmntent.3
   getnameinfo.3
   getopt.3
   getopt_long.3
   getopt_long_only.3
   getpass.3
  +getpt.3
  +getpwent_r.3
  +getpwnam_r.3
  +getpwuid_r.3
   getrpcbyname.3
   getrpcbynumber.3
   getrpcent.3
   getrpcport.3
  +getspent.3
  +getspent_r.3
  +getspnam.3
  +getspnam_r.3
  +getttyent.3
  +getttynam.3
  +getumask.3
   getusershell.3
   getutent.3
  +getutent_r.3
   getutid.3
  +getutid_r.3
   getutline.3
  +getutline_r.3
   getutxent.3
   getutxid.3
   getutxline.3
  @@ -263,32 +944,55 @@
   glob.3
   globfree.3
   gmtime.3
  +gmtime_r.3
  +grantpt.3
  +gsignal.3
   hash.3
   hasmntopt.3
   hcreate.3
   hcreate_r.3
   hdestroy.3
   hdestroy_r.3
  +hesiod.3
  +hosts_access.3
   hsearch.3
   hsearch_r.3
   htonl.3
   htons.3
   hypot.3
  +hypotf.3
  +hypotl.3
   iconv.3
   iconv_close.3
   iconv_open.3
   imaxabs.3
  +imaxdiv.3
   index.3
  +inet_cidr.3
   inet_ntop.3
   inet_pton.3
   infnan.3
   initgroups.3
   initstate.3
   insque.3
  +ipq_create_handle.3
  +ipq_errstr.3
  +ipq_message_type.3
  +ipq_read.3
  +ipq_set_mode.3
  +ipq_set_verdict.3
   iruserok.3
  +isfinite.3
  +isgreater.3
  +isgreaterequal.3
   isinf.3
  +isless.3
  +islessequal.3
  +islessgreater.3
   isnan.3
  +isnormal.3
   isprint.3
  +isunordered.3
   iswalnum.3
   iswalpha.3
   iswblank.3
  @@ -302,17 +1006,35 @@
   iswspace.3
   iswupper.3
   iswxdigit.3
  -j0.3
  -j1.3
  -jn.3
   jrand48.3
  +key_decryptsession.3
  +key_encryptsession.3
  +key_gendes.3
  +key_secretkey_is_set.3
  +key_setsecret.3
  +keybound.3x
  +keyok.3x
   killpg.3
   klogctl.3
  +l64a.3
  +lckpwdf.3
   lcong48.3
   ldexp.3
  +ldexpf.3
  +ldexpl.3
   ldiv.3
   lfind.3
   lgamma.3
  +lgamma_r.3
  +lgammaf.3
  +lgammaf_r.3
  +lgammal.3
  +lgammal_r.3
  +libblkid.3
  +libexpect.3
  +libipq.3
  +libmagic.3
  +libuuid.3
   llabs.3
   lldiv.3
   llrint.3
  @@ -323,9 +1045,21 @@
   llroundl.3
   localeconv.3
   localtime.3
  +localtime_r.3
   lockf.3
  +log10f.3
  +log10l.3
   log1p.3
  +log1pf.3
  +log1pl.3
  +log2.3
  +log2f.3
  +log2l.3
  +logf.3
  +login.3
   login_tty.3
  +logl.3
  +logout.3
   logwtmp.3
   lrand48.3
   lrint.3
  @@ -336,6 +1070,7 @@
   lroundl.3
   lsearch.3
   makecontext.3
  +malloc_hook.3
   mblen.3
   mbrlen.3
   mbrtowc.3
  @@ -346,218 +1081,372 @@
   mbtowc.3
   memalign.3
   memmove.3
  +mempcpy.3
   memrchr.3
  +menu.3x
  +menu_attribs.3x
  +menu_cursor.3x
  +menu_driver.3x
  +menu_format.3x
  +menu_hook.3x
  +menu_items.3x
  +menu_mark.3x
  +menu_new.3x
  +menu_opts.3x
  +menu_pattern.3x
  +menu_post.3x
  +menu_requestname.3x
  +menu_spacing.3x
  +menu_userptr.3x
  +menu_win.3x
  +mib_api.3
  +mitem_current.3x
  +mitem_name.3x
  +mitem_new.3x
  +mitem_opts.3x
   mkdtemp.3
  +mitem_userptr.3x
  +mitem_value.3x
  +mitem_visible.3x
   mkfifo.3
   mkstemp.3
   mktemp.3
   mktime.3
   modf.3
  +modff.3
  +modfl.3
   mpool.3
   mrand48.3
  +mtrace.3
  +muntrace.3
  +pthread_self.3
  +nanl.3
  +pthread_sigmask.3
  +nbp_name.3
  +putc.3
  +ncurses.3x
  +ptsname.3
   nearbyint.3
  +putgrent.3
   nearbyintf.3
  +putc_unlocked.3
   nearbyintl.3
  +putchar.3
   netlink.3
  +putchar_unlocked.3
  +nextafter.3
  +putenv.3
  +nextafterf.3
  +nextafterl.3
  +puts.3
  +nexttoward.3
  +putspent.3
  +nexttowardf.3
  +pututline.3
  +nexttowardl.3
  +pututxline.3
   nftw.3
  +putw.3
   nl_langinfo.3
  +putwc.3
   nrand48.3
  +qecvt.3
   ntohl.3
  +putwc_unlocked.3
   ntohs.3
  +putwchar.3
  +omapi.3
  +putwchar_unlocked.3
   on_exit.3
  +pw_auth.3
  +qecvt_r.3
   openlog.3
  +qfcvt.3
   openpty.3
  +qfcvt_r.3
  +panel.3x
  +qgcvt.3
  +passwd2des.3
  +qsort.3
   pathconf.3
  +queue.3
  +raise.3
   perror.3
  +pthread_create.3
   pmap_getmaps.3
  +pthread_detach.3
   pmap_getport.3
  +pthread_equal.3
   pmap_rmtcall.3
   pmap_set.3
  +rand_r.3
   pmap_unset.3
  -posix_memalign.3
  -printf.3
  -profil.3
  -psignal.3
  -putc.3
  -putc_unlocked.3
  -putchar.3
  -putchar_unlocked.3
  -putenv.3
  -puts.3
  -pututline.3
  -pututxline.3
  -putw.3
  -putwc.3
  -putwc_unlocked.3
  -putwchar.3
  -putwchar_unlocked.3
  -qsort.3
  -raise.3
   random.3
   rcmd.3
  +popt.3
  +pthread_exit.3
  +posix_memalign.3
  +regcomp.3
   re_comp.3
  +pow10.3
   re_exec.3
  -readv.3
  +pow10f.3
  +read_config.3
  +pow10l.3
  +powf.3
  +powl.3
   realpath.3
  +printf.3
   recno.3
  -regcomp.3
  +profil.3
  +res_querydomain.3
  +psignal.3
  +pthread_join.3
  +pthread_atfork.3
  +pthread_key_create.3
  +pthread_attr_init.3
  +pthread_mutex_init.3
  +pthread_cancel.3
  +pthread_condattr_init.3
  +pthread_cleanup_push.3
  +pthread_mutexattr_init.3
  +pthread_cond_init.3
  +pthread_setschedparam.3
  +pthread_once.3
  +pthread_kill_other_threads_np.3
   regerror.3
   regex.3
   regexec.3
   regfree.3
   registerrpc.3
  +remainder.3
  +remainderf.3
  +remainderl.3
   remove.3
   remque.3
   res_init.3
   res_mkquery.3
   res_query.3
  -res_querydomain.3
  +sinf.3
   res_search.3
   res_send.3
  +sinhf.3
  +resizeterm.3x
  +sinhl.3
   resolver.3
  +sinl.3
  +snmp_agent_api.3
   rindex.3
  +snmp_alarm.3
  +snmp_api.3
   rintf.3
  +snmp_sess_api.3
   rintl.3
  +snmp_trap_api.3
   round.3
  +snprintf.3
   roundf.3
  +sprintf.3
   roundl.3
  +strtoimax.3
   rpc.3
  +rquota.3
  +sqrtf.3
   rresvport.3
  +sqrtl.3
  +rtime.3
   rtnetlink.3
  -ruserok.3
  -scanf.3
  -seed48.3
  -setfsent.3
  -setgrent.3
  -setkey.3
  -setlocale.3
  -setlogmask.3
  -setmntent.3
  -setrpcent.3
  -setstate.3
  -setusershell.3
  -setutent.3
  -setutxent.3
  -siginterrupt.3
  -snprintf.3
  -sprintf.3
   srand48.3
  +ruserok.3
   srandom.3
   sscanf.3
  +scanf.3
  +ssignal.3
  +seed48.3
   stdarg.3
   stderr.3
  +sem_init.3
   stdin.3
  +setaliasent.3
   stdio.3
   stdio_ext.3
   stdout.3
   stpcpy.3
  +setfsent.3
   stpncpy.3
  +setgrent.3
  +setkey.3
  +setlocale.3
  +setlogmask.3
  +setmntent.3
  +sincos.3
  +setproctitle.3
   strdupa.3
   strerror_r.3
  +setrpcent.3
   strfmon.3
   strfry.3
  +setspent.3
   strftime.3
  +setstate.3
   string.3
  +setttyent.3
  +sincosf.3
  +vis.3
  +setusershell.3
  +setutent.3
  +setutxent.3
  +sgetspent.3
  +shadow.3
  +sgetspent_r.3
   strndup.3
   strndupa.3
  +shm_open.3
   strptime.3
  +sincosl.3
  +xdr.3
  +siginterrupt.3
   strsignal.3
  +signbit.3
   strtod.3
  +svc_freeargs.3
   strtof.3
   strtol.3
   strtold.3
   strtoll.3
  +strtoq.3
   strtoul.3
   strtoull.3
  +strtoumax.3
  +strtouq.3
   strverscmp.3
   strxfrm.3
   svc_destroy.3
  -svc_freeargs.3
  +updwtmp.3
   svc_getargs.3
  +tsearch.3
  +y0.3
   svc_getcaller.3
   svc_getreq.3
  +tsig.3
  +y0f.3
   svc_getreqset.3
  +y0l.3
   svc_register.3
  +utmpname.3
   svc_run.3
  +ttyname_r.3
  +y1.3
   svc_sendreply.3
  +ttyslot.3
  +y1f.3
   svc_unregister.3
  +uuid_clear.3
   svcerr_auth.3
  +twalk.3
  +y1l.3
   svcerr_decode.3
  +tzset.3
  +yn.3
   svcerr_noproc.3
  +ualarm.3
  +ynf.3
   svcerr_noprog.3
  +ulckpwdf.3
  +ynl.3
   svcerr_progvers.3
  +ulimit.3
   svcerr_systemerr.3
  +undocumented.3
   svcerr_weakauth.3
   svcfd_create.3
  +ungetwc.3
   svcraw_create.3
  +unlocked_stdio.3
   svctcp_create.3
  +unlockpt.3
   svcudp_bufcreate.3
  +unsetenv.3
   svcudp_create.3
  +uuid_compare.3
  +uuid_copy.3
   swapcontext.3
  +uuid_generate.3
   swprintf.3
  +uuid_is_null.3
   sysconf.3
  +uuid_parse.3
   syslog.3
  -tcdrain.3
  -tcflow.3
  -tcflush.3
  -tcgetattr.3
  -tcgetpgrp.3
  -tcsendbreak.3
  -tcsetattr.3
  -tcsetpgrp.3
  -tdelete.3
  -tempnam.3
  -termios.3
  -tfind.3
  -timegm.3
  -timelocal.3
  -tmpfile.3
  -tmpnam.3
  -toascii.3
  -towctrans.3
  -towlower.3
  -towupper.3
  -trunc.3
  -truncf.3
  -truncl.3
  -tsearch.3
  -twalk.3
  -tzset.3
  -ulimit.3
  -undocumented.3
  -ungetwc.3
  -unlocked_stdio.3
  -unsetenv.3
  -updwtmp.3
  -utmpname.3
  +uuid_time.3
  +uuid_unparse.3
  +tanf.3
   va_arg.3
  +va_copy.3
  +tanhf.3
   va_end.3
  +tanhl.3
   va_start.3
  +tanl.3
   valloc.3
  +tcdrain.3
   vasprintf.3
  +tcflow.3
   vdprintf.3
  +tcflush.3
  +verr.3
  +tcgetattr.3
  +verrx.3
  +tcgetpgrp.3
   versionsort.3
  +tcgetsid.3
   vfprintf.3
  +tcsendbreak.3
   vfscanf.3
  +tcsetattr.3
   vfwprintf.3
  +tcsetpgrp.3
   vprintf.3
  +tdelete.3
   vscanf.3
   vsnprintf.3
  +tempnam.3
   vsprintf.3
  +termios.3
   vsscanf.3
  +tfind.3
   vswprintf.3
  +tgamma.3
   vsyslog.3
  +tgammaf.3
  +vwarn.3
  +tgammal.3
  +vwarnx.3
  +timegm.3
   vwprintf.3
  +timelocal.3
  +warn.3
  +tmpfile.3
  +warnx.3
  +tmpnam.3
   wcpcpy.3
  +tmpnam_r.3
   wcpncpy.3
  +toascii.3
   wcrtomb.3
   wcscasecmp.3
   wcscat.3
  +towctrans.3
   wcschr.3
  +towlower.3
   wcscmp.3
  +towupper.3
   wcscpy.3
  +trunc.3
   wcscspn.3
  +truncf.3
   wcsdup.3
  +truncl.3
  +xdr_accepted_reply.3
   wcslen.3
   wcsncasecmp.3
   wcsncat.3
  @@ -570,8 +1459,10 @@
   wcsrtombs.3
   wcsspn.3
   wcsstr.3
  +wcstoimax.3
   wcstok.3
   wcstombs.3
  +wcstoumax.3
   wcswidth.3
   wctob.3
   wctomb.3
  @@ -582,11 +1473,14 @@
   wmemcmp.3
   wmemcpy.3
   wmemmove.3
  +wmempcpy.3
   wmemset.3
  +wordexp.3
  +wordfree.3
   wprintf.3
  -writev.3
  -xdr.3
  -xdr_accepted_reply.3
  +wresize.3x
  +xcrypt.3
  +xdecrypt.3
   xdr_array.3
   xdr_authunix_parms.3
   xdr_bool.3
  @@ -628,66 +1522,238 @@
   xdrrec_eof.3
   xdrrec_skiprecord.3
   xdrstdio_create.3
  +xencrypt.3
   xprt_register.3
   xprt_unregister.3
  -y0.3
  -y1.3
  -yn.3
  +
  +[Section 3p]
  +Missing section 3p
   
   [Section 4]
  +aha152x_cs.4
  +airo.4
  +airo_cs.4
  +atalk.4
  +dummy_cs.4
  +epoll.4
  +fmvj18x_cs.4
  +ftl_cs.4
  +futex.4
  +i82365.4
  +ibmtr_cs.4
  +iflash2+_mtd.4
  +iflash2_mtd.4
  +ipfw.4
  +magic.4
  +makefiles.4
  +makerules.4
  +memory_cb.4
  +memory_cs.4
  +netwave_cs.4
  +pcmcia_core.4
  +pcnet_cs.4
  +ptmx.4
  +pts.4
  +ray_cs.4
  +serial_cs.4
  +sk98lin.4
  +smc91c92_cs.4
   st.4
  +tc574_cs.4
  +tc575_cb.4
  +tc589_cs.4
  +tcic.4
  +ttyS.4
  +tty_ioctl.4
  +wavelan_cs.4
  +wvlan_cs.4
  +xirc2ps_cs.4
   
   [Section 5]
  +porttime.5
  +AppleVolumes.default.5
  +resolver.5
  +afpd.conf.5
  +rssh.conf.5
  +aliases.5
  +atalkd.conf.5
  +auto.master.5
  +shadow.5
  +autofs.5
  +bootparams.5
  +slabinfo.5
  +snmp.conf.5
  +complex.5
  +snmp_config.5
  +netgroup.5
  +dhclient.conf.5
  +pppoe.conf.5
  +dhclient.leases.5
  +snmpd.conf.5
  +dhcp-eval.5
  +printcap.5
  +dhcp-options.5
  +snmptrapd.conf.5
  +dhcpd.conf.5
  +proc.5
  +dhcpd.leases.5
  +stab.5
  +suauth.5
  +dm.conf.5
  +elf.5
  +sudoers.5
   environ.5
  +sysctl.conf.5
  +ethers.5
  +syslog.conf.5
  +exports.5
  +term.5
  +faillog.5
  +terminfo.5
  +procmailex.5
  +texinfo.5
   ftpusers.5
  +groff_font.5
  +uuencode.5
  +groff_out.5
  +variables.5
  +groff_tmac.5
  +vsftpd.conf.5
   hosts.5
  +xinetd.conf.5
  +procmailrc.5
  +hosts_access.5
  +procmailsc.5
  +hosts_options.5
  +xinetd.log.5
  +info.5
  +yp.conf.5
  +ypserv.conf.5
  +irs.conf.5
  +limits.5
   locale.5
  +locatedb.5
  +login.access.5
  +login.defs.5
  +magic.5
  +man.conf.5
  +manpath.5
  +rcsfile.5
  +modules.conf.5
  +named.conf.5
  +netatalk.conf.5
  +netrc.5
  +nicknames.5
   nscd.conf.5
  -proc.5
   resolv.conf.5
  -resolver.5
  -slabinfo.5
  +papd.conf.5
  +pcmcia.5
   
   [Section 6]
  +adventure.6
  +arithmetic.6
  +atc.6
  +backgammon.6
  +battlestar.6
  +bcd.6
  +boggle.6
  +bs.6
  +caesar.6
  +canfield.6
  +countmail.6
  +cribbage.6
  +factor.6
  +fish.6
  +fortune.6
  +gomoku.6
  +hangman.6
  +hunt.6
  +huntd.6
  +mille.6
  +monop.6
  +number.6
  +phantasia.6
  +pig.6
  +pom.6
  +quiz.6
  +rain.6
  +random.6
  +robots.6
  +rogue.6
  +sail.6
  +snake.6
  +tetris.6
  +trek.6
  +wargames.6
  +worm.6
  +worms.6
  +wtf.6
  +wump.6
   
   [Section 7]
   LDP.7
   arp.7
  +suffixes.7
  +tcp.7
  +boot.7
   bootparam.7
  +capabilities.7
   charsets.7
   ddp.7
   glob.7
  +groff.7
  +groff_char.7
  +groff_man.7
  +groff_mdoc.7
  +groff_me.7
  +groff_mm.7
  +groff_mmse.7
  +groff_ms.7
  +groff_mwww.7
   hier.7
  +hostname.7
   icmp.7
   ip.7
   ipv6.7
   iso-8859-1.7
   iso-8859-15.7
  +iso-8859-16.7
   iso-8859-2.7
   iso-8859-7.7
  +iso-8859-9.7
   iso_8859-15.7
  +iso_8859-16.7
   iso_8859-2.7
  +iso_8859-9.7
   iso_8859_1.7
   iso_8859_15.7
  +iso_8859_16.7
   iso_8859_2.7
   iso_8859_7.7
  +iso_8859_9.7
   koi8-r.7
   latin1.7
  +latin10.7
   latin2.7
  +latin5.7
  +latin9.7
   locale.7
   mailaddr.7
   man.7
   mdoc.7
   mdoc.samples.7
  +mmroff.7
   netdevice.7
   netlink.7
  +operator.7
   packet.7
  +socket.7
  +posixoptions.7
   raw.7
   regex.7
  +roff.7
   rtnetlink.7
  -socket.7
  -suffixes.7
  -tcp.7
  +term.7
   udp.7
   unicode.7
   units.7
  @@ -699,11 +1765,249 @@
   x25.7
   
   [Section 8]
  +adduser.8
  +netstat.8
  +ndc.8
  +adsl-connect.8
  +ifconfig.8
  +adsl-setup.8
  +ifport.8
  +adsl-start.8
  +ifuser.8
  +adsl-status.8
  +inetd.8
  +adsl-stop.8
  +afpd.8
  +initctl.8
  +agetty.8
  +insmod.8
  +apmd.8
  +ftl_format.8
  +pac.8
  +apple_driver.8
  +arp.8
  +atalkd.8
  +modinfo.8
  +ip6tables-restore.8
  +ip6tables-save.8
  +autofs.8
  +ip6tables.8
  +automount.8
  +ipchains-restore.8
  +ipchains-save.8
  +blkid.8
  +ipchains.8
  +blockdev.8
  +bootparamd.8
  +cardctl.8
  +ipfwadm-wrapper.8
  +cardmgr.8
  +catman.8
  +iptables-restore.8
  +cfdisk.8
  +iptables-save.8
  +chat.8
  +iptables.8
  +chpasswd.8
  +isoinfo.8
  +comsat.8
  +isosize.8
  +cron.8
  +itox.8
  +kallsyms.8
  +cvsupd.8
  +kdstat.8
  +cytune.8
  +kerneld.8
  +psf.8
  +debugreiserfs.8
  +depmod.8
  +raw.8
  +dhclient-script.8
  +klogd.8
  +dhclient.8
  +ksyms.8
  +dhcpcd.8
  +lastlog.8
  +dhcpd.8
   ld.so.8
  +dhcrelay.8
  +modprobe.8
  +dm.8
   ldconfig.8
  +lidsadm.8
  +domainname.8
  +lidsconf.8
  +dpasswd.8
  +dump_cis.8
  +lockd.8
  +logoutd.8
  +logsave.8
  +e2image.8
  +e2label.8
  +lpc.8
  +editmap.8
  +lpd.8
  +sln.8
  +edquota.8
  +lsdev.8
  +elvtune.8
  +lsmod.8
  +exportfs.8
  +lspci.8
  +faillog.8
  +lspnp.8
  +fastboot.8
  +mail.local.8
  +fasthalt.8
  +mailstats.8
  +majordomo.8
  +makedbm.8
  +findfs.8
  +makemap.8
  +fingerd.8
  +makewhatis.8
  +mandb.8
  +mii-tool.8
  +ftl_check.8
  +genksyms.8
  +groupadd.8
  +groupdel.8
  +mkfs.bfs.8
  +groupmod.8
  +grpck.8
  +mkisofs.8
  +grpconv.8
  +grpunconv.8
  +mknetid.8
  +mkpasswd.8
  +hwclock.8
  +mkreiserfs.8
  +ide_info.8
  +mkrescue.8
  +mountd.8
  +named-bootconf.8
  +named-xfer.8
  +named.8
  +nameif.8
  +setpci.8
  +newusers.8
  +setpnp.8
  +nfsd.8
  +setquota.8
  +nfsstat.8
  +setserial.8
  +nhfsgraph.8
  +nhfsnums.8
  +sfdisk.8
  +nhfsrun.8
  +shadowconfig.8
  +nhfsstone.8
  +showmount.8
   nscd.8
  +nslookup.8
  +simpleinit.8
  +nsupdate.8
  +slattach.8
  +pack_cis.8
  +smrsh.8
  +papd.8
  +snmptrapd.8
  +papstatus.8
  +socklist.8
  +pcinitrd.8
  +statd.8
  +strfile.8
  +ping.8
  +sudo.8
  +pivot_root.8
  +plipconfig.8
  +pppdump.8
  +pppgetpass.8
  +sysctl.8
  +pppoe-relay.8
  +rwhod.8
   zic.8
  +pppoe-server.8
  +sysklogd.8
  +pppoe-sniff.8
  +syslogd.8
  +pppoe.8
  +talkd.8
  +pppstats.8
  +tcpd.8
  +praliases.8
  +tcpdchk.8
  +procinfo.8
  +tcpdmatch.8
  +pwauth.8
  +telnetd.8
  +pwck.8
  +telnetlogin.8
  +pwconv.8
  +tftpd.8
  +pwunconv.8
  +timed.8
  +pwupdate.8
  +timedc.8
  +qtool.8
  +timelord.8
  +quotacheck.8
  +quotaon.8
  +tunelp.8
  +rarp.8
  +ugidd.8
  +update-pciids.8
  +reiserfsck.8
  +scsi_info.8
  +reiserfstune.8
  +useradd.8
  +userdel.8
  +repquota.8
  +usermod.8
  +resize2fs.8
  +sendmail.8
  +resize_reiserfs.8
  +uucico.8
  +revnetgroup.8
  +uuxqt.8
  +rexecd.8
  +ripquery.8
  +vigr.8
  +rlogind.8
  +rmail.8
  +visudo.8
  +rmmod.8
  +vmstat.8
  +vsftpd.8
  +route.8
  +writed.8
  +routed.8
  +xconv.pl.8
  +rpc.rusersd.8
  +xinetd.8
  +rpc.rwalld.8
  +rpc.yppasswdd.8
  +ypbind.8
  +rpc.ypxfrd.8
  +yphelper.8
  +rpcinfo.8
  +ypinit.8
  +yppasswdd.8
  +rpmbuild.8
  +yppoll.8
  +rpmcache.8
  +yppush.8
  +rpmdeps.8
  +ypserv.8
  +rpmgraph.8
  +ypset.8
  +rquotad.8
  +yptest.8
  +rshd.8
  +ypxfr.8
  +ypxfrd.8
   
  -Total number of untranslated manpages: 690
  +[Section 9]
  +Missing section 9
   
  -$Id: list.untranslated,v 1.4 2002/07/29 08:04:41 hhyoon Exp $
  
  
  


hhyoon      2005/02/11 15:03:09

  Modified:    man2     wait.2
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +200 -191  man-pages-ko/man2/wait.2
  
  Index: wait.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/wait.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wait.2	18 Jul 2002 10:40:12 -0000	1.1
  +++ wait.2	11 Feb 2005 06:03:08 -0000	1.2
  @@ -1,191 +1,200 @@
  -.\" Hey Emacs! This file is -*- nroff -*- source.
  -.\"
  -.\" (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\" License.
  -.\"
  -.\" Modified Sat Jul 24 13:30:06 1993 by Rik Faith <faith@cs.unc.edu>
  -.\" Modified Sun Aug 21 17:42:42 1994 by Rik Faith <faith@cs.unc.edu>
  -.\"          (Thanks to Koen Holtman <koen@win.tue.nl>)
  -.\" Modified Wed May 17 15:54:12 1995 by Rik Faith <faith@cs.unc.edu>
  -.\"           To remove *'s from status in macros (Thanks to Michael Shields).
  -.\" Modified as suggested by Nick Duffek <nsd@bbc.com>, aeb, 960426
  -.\" Modified Mon Jun 23 14:09:52 1997 by aeb - add EINTR.
  -.\" Modified Thu Nov 26 02:12:45 1998 by aeb - add SIGCHLD stuff.
  -.\"
  -.TH WAIT 2  "1997 6 23" "Linux" " α׷ Ŵ"
  -.SH ̸
  -wait, waitpid \- μ Ḧ ٸ.
  -.SH 
  -.B #include <sys/types.h>
  -.br
  -.B #include <sys/wait.h>
  -.sp
  -.BI "pid_t wait(int *" "status" ")"
  -.br
  -.BI "pid_t waitpid(pid_t " pid ", int *" status ", int " options );
  -.SH 
  -.B wait
  -Լ ڽ ɶ   μ Űų ñ׳ ó
  -Լ ȣϴ ൿ ϴ ȣ ޵ɶ  μ  
  -Ͻ Ѵ.
  - ڽ ȣ ð ̹ Ǿٸ( μ), Լ  Ѵ.
  -ڽ  ý ڿ  Ǯ.
  -
  -.B waitpid
  -Լ 
  -.I pid
  -ڰ Ű ڽ ɶ  μ Űų ñ׳
  -ó Լ ȣϴ ൿ ϴ ȣ ޵ɶ  μ  
  -Ͻ ȴ.
  -
  -
  -.I pid
  -  ڽ ȣ ð ̹ Ǿٸ( μ), Լ 
  -Ѵ.
  -ڽ  ý ڿ  Ǯ.
  -
  -.I pid
  -   ϳ̴:
  -.IP "< \-1"
  -̰ μ ׷ ID 
  -.IR pid 
  -    ڽ μ ٸ ǹ̴.
  -.IP \-1
  -̰  ڽ μ ٸ ǹ̴; ̰ 
  -.B wait
  - Ÿ Ͱ  ൿ Ѵ.
  -.IP 0
  -̰ μ ׷ ID ȣ μ ID   ڽ μ 
  -ٸ ǹ̴.
  -.IP "> 0"
  -̰ μ ID 
  -.IR pid 
  -  ڽ ٸ ǹ̴.
  -.PP
  -.I options
  -  0 ̰ų   Ͱ OR ̴.
  -.TP
  -.B WNOHANG
  -̰  ڽĵ  ʾҴٸ  ϶ ǹ̴.
  -.TP
  -.B WUNTRACED
  -̰ ߰ų °   ڽĵ   ϶ ǹ̴.
  -.PP
  -
  -.I status
  - 
  -.BR NULL 
  -ƴ϶
  -.B wait
  -Ǵ 
  -.B waitpid
  - 
  -.IR status 
  -Ű ġ   Ѵ.
  -
  - ´  ũε 򰡵ȴ.(̵ ũδ ڷν stat 
  -(\fBint\fR)  ִ. -- ۿ  Ͱ ƴϴ!)
  -.TP
  -.BI WIFEXITED( status )
  -ڽ  Ǿٸ non\-zero ̴.
  -.TP
  -.BI WEXITSTATUS( status )
  -.B exit()
  - ȣϱ  ڳ  α׷ 
  -.B return
  -  ڷν ǰ  ڽ ȯ ڵ  8Ʈ 
  -Ѵ.
  - ũδ 
  -.B WIFEXITED
  - non\-zero  ȯҶ 򰡵ȴ.
  -.TP
  -.BI WIFSIGNALED( status )
  - ڽ μ   ȣ Ǿٸ  ȯѴ.
  -.TP
  -.BI WTERMSIG( status )
  -ڽ μ ϵ ߱ ȣ ڸ ȯѴ.
  - ũδ 
  -.B WIFSIGNALED
  - non\-zero  ȯ 츸 򰡵ȴ.
  -.TP
  -.BI WIFSTOPPED( status )
  -ȯ   ڽ μ  Ǿ ִٸ  ȯѴ.;
  -̰  Լ 
  -.BR WUNTRACED 
  - ϴ.
  -.TP
  -.BI WSTOPSIG( status )
  -ڽ ϵ ߱ ȣ ڸ ȯѴ.
  - ũδ 
  -.B WIFSTOPPED
  - non\-zero  ȯ 츸 򰡵ȴ.
  -.SH ȯ
  - ڽ μ ID ϶ \-1 ̰ų 
  -.B WNOHANG
  - ǰ  ڽĵ ̿Ҽ ٸ 0 ȯѴ.
  -( , 
  -.I errno
  -   ȴ.)
  -.SH 
  -.TP
  -.B ECHILD
  -
  -.I pid
  -  μ  ʰų ȣ μ ڽ ƴ 
  -̴.(̰ SIGCHLD   ൿ SIG_IGN  Ǿٸ ڽ
  -ڽ  Ͼ ִ.)
  -.TP
  -.B EINVAL
  -.I options
  -ڰ ȿ  ̴.
  -.TP
  -.B ERESTARTSYS
  -
  -.B WNOHANG
  -  ʰ ȣ  ʾҰų 
  -.B SIGCHLD
  - ̴.   ý ݿ ȯȴ.
  -̺귯 ̽ 
  -.BR ERESTARTSYS 
  -ȯҶ  ʴ´. ׷ 
  -.BR EINTR 
  -ȯȴ.
  -.SH 
  - н  SA_NOCLDWAIT ÷װ Ǿ ְų SIGCHLD  
  -ൿ SIG_IGN(׷ POSIX  ʴ´.) Ǿ  쿡 
  - ÷(  ʴ´) Ѵ.
  -׸  ڽĵ   
  -.I wait()
  -Ǵ
  -.I waitpid()
  -Լ ȣ  ڽĵ ɶ ɰ̸ 
  -.I errno
  - ECHILD ϰ Ѵ.
  -.SH ȣȯ
  -SVr4, POSIX.1
  -.SH  ׸
  -.BR signal (2),
  -.BR wait4 (2),
  -.BR signal (7)
  -.SH 
  - <skyeyes@soback.kornet.net>, 2000 8 7
  +.\" Hey Emacs! This file is -*- nroff -*- source.
  +.\"
  +.\" (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\" License.
  +.\"
  +.\" Modified Sat Jul 24 13:30:06 1993 by Rik Faith <faith@cs.unc.edu>
  +.\" Modified Sun Aug 21 17:42:42 1994 by Rik Faith <faith@cs.unc.edu>
  +.\"          (Thanks to Koen Holtman <koen@win.tue.nl>)
  +.\" Modified Wed May 17 15:54:12 1995 by Rik Faith <faith@cs.unc.edu>
  +.\"           To remove *'s from status in macros (Thanks to Michael Shields).
  +.\" Modified as suggested by Nick Duffek <nsd@bbc.com>, aeb, 960426
  +.\" Modified Mon Jun 23 14:09:52 1997 by aeb - add EINTR.
  +.\" Modified Thu Nov 26 02:12:45 1998 by aeb - add SIGCHLD stuff.
  +.\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2000 8 7
  +.\"   : ȣ <hhyoon@kldp.org> 2005-02-11
  +.\"
  +.\" r1.2 2005-02-11 14:57:48 +11-10 ȣ
  +.\" r1.1 2004-08-09 09:48:00  xaos
  +.\"
  +.TH WAIT 2  "1997 6 23" "Linux" " α׷ Ŵ"
  +.SH ̸
  +wait, waitpid \- μ Ḧ ٸ.
  +.SH 
  +.B #include <sys/types.h>
  +.br
  +.B #include <sys/wait.h>
  +.sp
  +.BI "pid_t wait(int *" "status" ")"
  +.br
  +.BI "pid_t waitpid(pid_t " pid ", int *" status ", int " options );
  +.SH 
  +.B wait
  +Լ ڽ  , Ǵ  μ Űų ñ׳ ó
  +Լ ȣϴ ൿ ϴ ȣ ޵   μ 
  +Ͻ Ų.
  + ڽ ȣ ð ̹ Ǿٸ( μ), Լ  Ѵ.
  +ڽ  ý ڿ  Ǯ.
  +
  +.B waitpid
  +Լ
  +.I pid
  +ڰ Ű ڽ   , Ǵ  μ Űų ñ׳
  +ó Լ ȣϴ ൿ ϴ ȣ ޵ɶ  μ 
  +Ͻ Ų.
  +
  +
  +.I pid
  +  ڽ ȣ ð ̹ Ǿٸ( μ), Լ 
  +Ѵ.
  +ڽ  ý ڿ  Ǯ.
  +
  +.I pid
  +   ϳ̴:
  +.IP "< \-1"
  +̰ μ ׷ ID
  +.IR pid 
  +    ڽ μ ٸ ǹ̴.
  +.IP \-1
  +̰  ڽ μ ٸ ǹ̴; ̰
  +.B wait
  + Ÿ Ͱ  ൿ Ѵ.
  +.IP 0
  +̰ μ ׷ ID ȣ μ ID   ڽ μ
  +ٸ ǹ̴.
  +.IP "> 0"
  +̰ μ ID
  +.IR pid 
  +  ڽ ٸ ǹ̴.
  +.PP
  +.I options
  +  0 ̰ų   Ͱ OR ̴.
  +.TP
  +.B WNOHANG
  +̰  ڽĵ  ʾҴٸ  ϶ ǹ̴.
  +.TP
  +.B WUNTRACED
  +̰ ߰ų °   ڽĵ   ϶ ǹ̴.
  +.PP
  +
  +.I status
  +
  +.BR NULL 
  +ƴ϶
  +.B wait
  +Ǵ
  +.B waitpid
  +
  +.IR status 
  +Ű ġ   Ѵ.
  +
  + ´  ũε 򰡵ȴ.(̵ ũδ ڷν stat 
  +(\fBint\fR)  ִ. -- ۿ  Ͱ ƴϴ!)
  +.TP
  +.BI WIFEXITED( status )
  +ڽ  Ǿٸ non\-zero ̴.
  +.TP
  +.BI WEXITSTATUS( status )
  +.B exit()
  + ȣϱ  ڳ  α׷
  +.B return
  +  ڷν ǰ  ڽ ȯ ڵ  8Ʈ
  +Ѵ.
  + ũδ
  +.B WIFEXITED
  + non\-zero  ȯ  򰡵ȴ.
  +.TP
  +.BI WIFSIGNALED( status )
  + ڽ μ   ȣ Ǿٸ  ȯѴ.
  +.TP
  +.BI WTERMSIG( status )
  +ڽ μ ϵ ߱ ȣ ڸ ȯѴ.
  + ũδ 
  +.B WIFSIGNALED
  + non\-zero  ȯ 츸 򰡵ȴ.
  +.TP
  +.BI WIFSTOPPED( status )
  +ȯ   ڽ μ  Ǿ ִٸ  ȯѴ.;
  +̰  Լ
  +.BR WUNTRACED 
  +  ϴ.
  +.TP
  +.BI WSTOPSIG( status )
  +ڽ ϵ ߱ ȣ ڸ ȯѴ.
  + ũδ
  +.B WIFSTOPPED
  + non\-zero  ȯ 츸 򰡵ȴ.
  +.SH ȯ
  + ڽ μ ID ϶ \-1 ̰ų 
  +.B WNOHANG
  + ǰ  ڽĵ ̿  ٸ 0 ȯѴ.
  +( ,
  +.I errno
  +   ȴ.)
  +.SH 
  +.TP
  +.B ECHILD
  +
  +.I pid
  +  μ  ʰų ȣ μ ڽ ƴ 
  +̴. (̰ SIGCHLD   ൿ SIG_IGN  Ǿٸ ڽ
  +ڽ  Ͼ  ִ.)
  +.TP
  +.B EINVAL
  +.I options
  +ڰ ȿ  ̴.
  +.TP
  +.B ERESTARTSYS
  +
  +.B WNOHANG
  +  ʰ ȣ  ʾҰų
  +.B SIGCHLD
  +  ̴.   ý ݿ ȯȴ.
  +̺귯 ̽
  +.BR ERESTARTSYS 
  +ȯ   ʴ´. ׷
  +.BR EINTR 
  +ȯȴ.
  +.SH 
  + н  SA_NOCLDWAIT ÷װ Ǿ ְų SIGCHLD 
  +ൿ SIG_IGN(׷ POSIX  ʴ´.) Ǿ  쿡
  + ÷(  ʴ´) Ѵ.
  +׸  ڽĵ   
  +.I wait()
  +Ǵ
  +.I waitpid()
  +Լ ȣ  ڽĵ    ̸
  +.I errno
  + ECHILD ϰ Ѵ.
  +.SH ȣȯ
  +SVr4, POSIX.1
  +.SH  ׸
  +.BR signal (2),
  +.BR wait4 (2),
  +.BR signal (7)
  +.SH 
  + <skyeyes@soback.kornet.net> 2000 8 7
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 11
  
  
  


hhyoon      2005/02/11 15:16:55

  Modified:    man3     toupper.3
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +26 -19    man-pages-ko/man3/toupper.3
  
  Index: toupper.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/toupper.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- toupper.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ toupper.3	11 Feb 2005 06:16:42 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,12 +16,22 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\" License.
   .\" Modified Sat Jul 24 17:45:39 1993 by Rik Faith (faith@cs.unc.edu)
  -.\" Modified 2000-02-13 by Nicols Lichtmaier <nick@debian.org>
  +.\" Modified 2000-02-13 by Nicol&#65533;s Lichtmaier <nick@debian.org>
  +.\"
  +.\"
  +.\" ѱ 
  +.\"  <skyeyes@soback.kornet.net> 2001 2 25
  +.\"
  +.\" r1.4 2005-02-11 15:14:55 +12-1 ȣ
  +.\" r1.3 2004-07-10 20:56:36 +7-7 xaos
  +.\" r1.2 2004-07-10 20:52:40 +7-12 xaos
  +.\" r1.1 2004-07-03 14:47:09  147.46.208.54
  +.\"
   .TH TOUPPER 3  "1993 4 4" "GNU" " α׷ Ŵ"
   .SH ̸
   toupper, tolower \- ڸ 빮ڳ ҹڷ ٲ۴.
  @@ -34,37 +44,34 @@
   .BI "int tolower (int " "c" ");"
   .fi
   .SH 
  - ϴٸ,
   .B toupper()
  -  
  + ϴٸ 
   .I c
    빮ڷ ٲ۴.
   .PP
  - ϴٸ,
   .B tolower()
  - 
  + ϴٸ 
   .I c
    ҹڷ ٲ۴.
   .PP
  -
   .I c
  - unsigned char  ƴϰų EOF̸, Լ ൿ Ҽ .
  + unsigned char  ƴϰų EOF , Լ ൿ   .
   .SH ȯ
  -ȯǴ  ٲ ̰ų  ȯ  ʴٸ
  +ȯ   ٲ , ׸ ȯ Ұ   
   .I c
  - ȯѴ.
  + ȯȴ.
   .SH ȣȯ
   ANSI C, BSD 4.3
   .SH 
  -빮ڳ ҹڸ ϴ     Ͽ Ѵ.
  - , ⺻ 
  +빮ڿ ҹڸ ϴ    Ͽ Ѵ.
  + , ⺻
   .B """C"""
  - umlaut   Ѵ. ׷ װ͵鿡 ؼ  ȯ
  - Ѵ.
  + Ͼ 칰Ʈ  Ѵ. ׷ 칰Ʈ ڵ ȯ Ѵ.
   .PP
  -   Ͽ, 빮ڿ  ʴ ҹڵ ִ.; German sharp
  -  ̴.
  +   Ͽ 빮ڰ  ҹڵ ִ.; Ͼ üƮ  ̴.
   .SH  ׸
   .BR isalpha "(3), " setlocale "(3), " locale (7)
  -.SH 
  - <skyeyes@soback.kornet.net>, 2001 2 25
  +.SH 
  + <skyeyes@soback.kornet.net> 2001 2 25
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 11
  
  
  


hhyoon      2005/02/11 15:23:50

  Modified:    man3     strtok.3
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +25 -12    man-pages-ko/man3/strtok.3
  
  Index: strtok.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/strtok.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- strtok.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ strtok.3	11 Feb 2005 06:23:50 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,12 +16,22 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
   .\" Rewritten old page, 960210, aeb@cwi.nl
  -.\" Updated, added strtok_r. 2000-02-13 Nicols Lichtmaier <nick@debian.org>
  +.\" Updated, added strtok_r. 2000-02-13 Nicol&#65533;s Lichtmaier <nick@debian.org>
  +.\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2001 2 24
  +.\"  : ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 11
  +.\"
  +.\"
  +.\" r1.3 2005-02-11 15:21:22 +15-4 ȣ
  +.\" r1.2 2004-08-12 17:20:44 +4-3 xaos
  +.\" r1.1 2004-08-12 17:12:38  xaos 
  +.\"
   .TH STRTOK 3  "2000 2 13" "GNU" " α׷ Ŵ"
   .SH ̸
   strtok, strtok_r \- ڿ ū ̾Ƴ.
  @@ -34,20 +44,21 @@
   .BI "char *strtok_r(char *" s ", const char *" delim ", char **" ptrptr );
   .fi
   .SH 
  -`ū`̶ ڿ \fIdelim\fP  ڵ    ڿ̸ 
  +`ū`̶ ڿ \fIdelim\fP  ʴ ڵ ̷    ڿ̸
   \e0̳ \fIdelim\fP ִ ڰ ڵ.
   .PP
   \fBstrtok()\fP Լ ڿ \fIs\fP ū Ľϱ  ȴ.
  -\fBstrtok()\fP  ó ȣ ó ڷν \fIs\fP ߸ Ѵ.
  - ȣ ó ڸ NULL ؾ Ѵ.  ȣ  ū
  - ͸ ȯϰų ̻ ū ߰ߵ ʴ´ٸ NULL ȯѴ.
  +\fBstrtok()\fP ù° ڷ \fIs\fP ָ,  տ ִ ū ϰ,
  + ڿ  ū ϰ   ù° ڸ NULL Ͽ Ѵ.
  + ȣ  ū  ͸ ȯϰų ̻ ū ߰ߵ ʴ´ٸ 
  +NULL ȯѴ.
   .PP
   ū ڷ ٸ,  ڴ \e0    ڿ 
   Ͱ \fBstrtok()\fP   ȣ  ȴ.
    ڿ \fIdelim\fP  ȣ ٸ ִ.
   .PP
   .B strtok_r()
  -Լ 
  +Լ
   .B strtok()
    ϰ ۵Ѵ. ׷  ۸ ϴ ſ
    Լ char * ͷ Ҵ   ͸ Ѵ.
  @@ -55,7 +66,7 @@
   .I ptrptr
   Ķʹ  ڿ Ľϴ  ƾ߸ Ѵ.
   .SH 
  - Լ ؼ ȵȴ.   Ѵٸ,  ض:
  + Լ ؼ ȵȴ.  ؾ Ѵٸ,  ϶:
   .PP
   .RS
    Լ ó ڸ Ѵ.
  @@ -71,7 +82,7 @@
    ض.
   .RE
   .SH ȯ
  -\fBstrtok()\fP Լ  ū  ͸ ȯϰų  ̻
  +\fBstrtok()\fP Լ  ū  ͸ ȯϰų   ̻
   ū ٸ NULL ȯѴ.
   .SH ȣȯ
   .TP
  @@ -83,5 +94,7 @@
   .SH  ׸
   .BR index "(3), " memchr "(3), " rindex "(3), " strchr (3),
   .BR strpbrk "(3), " strsep "(3), " strspn "(3), " strstr (3)
  -.SH 
  - <skyeyes@soback.kornet.net>, 2001 2 24
  +.SH 
  + <skyeyes@soback.kornet.net> 2001 2 24
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 11
  
  
  


hhyoon      2005/02/11 15:29:54

  Modified:    .        keyword2h.sh
  Log:
  Fixed the version number
  
  Revision  Changes    Path
  1.7       +2 -2      man-pages-ko/keyword2h.sh
  
  Index: keyword2h.sh
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/keyword2h.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- keyword2h.sh	1 Feb 2005 03:00:51 -0000	1.6
  +++ keyword2h.sh	11 Feb 2005 06:29:54 -0000	1.7
  @@ -14,13 +14,13 @@
   # v0.1.2, 2000 4 13, ο Ű ߰, -v ɼ ߰, Լ ȭ
   # v0.1, 2000 4 11, ó ۼ
   #
  -# $Id: keyword2h.sh,v 1.6 2005/02/01 03:00:51 hhyoon Exp $
  +# $Id: keyword2h.sh,v 1.7 2005/02/11 06:29:54 hhyoon Exp $
   
   #----------------------------------------------------------------------------
   # ũ 
   #----------------------------------------------------------------------------
   PROGRAM=`basename $0`
  -VERSION=1.4
  +VERSION=1.5
   TMP=/tmp/keyword2h_$$
   RM="rm -f"
   MV="mv -f"
  
  
  


hhyoon      2005/02/13 15:39:24

  Modified:    man3     sigsetops.3
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +32 -33    man-pages-ko/man3/sigsetops.3
  
  Index: sigsetops.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/sigsetops.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sigsetops.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ sigsetops.3	13 Feb 2005 06:39:24 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,18 +16,22 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
   .\" Modified by aeb, 960721
   .\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2001 5 1
  +.\"
  +.\" r1.2 2005-02-13 15:37:53 +8-11 ȣ
  +.\" r1.1 2004-08-06 21:29:39  61.97.137.68
  +.\"
   .TH SIGSETOPS 3 "24 September 1994" "Linux 1.0" "Linux Programmer's Manual"
  -
   .SH ̸
   sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX
  -ñ׳  ۵
  -
  +ñ׳  
   .SH 
   .B #include <signal.h>
   .sp 2
  @@ -40,66 +44,61 @@
   .BI "int sigdelset(sigset_t *" set ", int " signum );
   .sp
   .BI "int sigismember(const sigset_t *" set ", int " signum );
  -
   .SH 
   .BR sigsetops (3)
   Լ POSIX ñ׳ յ  Ѵ.
   .PP
   .B sigemptyset
  - 
  +  ñ׳ 
   .I set
  - Ű ñ׳   ȣ ǵ ʱȭѴ.
  + .
   .PP
   .B sigfillset
  -
  +  ȣ ִ ñ׳ 
   .I set
  -  ȣ Եǵ ʱȭѴ.
  + .
   .PP
  -.B sigaddset 
  +.B sigaddset
   
   .B sigdelset
  -
  +  ñ׳ 
   .IR set 
   ñ׳
   .I signum
  - ߰ϰ .
  -
  -
  + ߰ϰų .
   .PP
   .B sigismember
  - 
  + ñ׳
   .I signum
  -
  + ñ׳ 
   .I set
    Ϻ ˻Ѵ.
  -
   .SH ȯ
   .BR sigemptyset ", " sigfullset ", " sigaddset
  -׸
  -.B sigdelset 
  -  0 ϰ  -1 Ѵ.
  +,
  +.B sigdelset
  +   0 ϰ  -1 Ѵ.
   .PP
  -
  + ñ׳
   .I signum
  -
  -.IR set 
  -Ϻζ 
  + ñ׳ 
  +.IR set 
  + Ϻζ
   .B sigismember
  - 1 ȯϰ, 
  + 1 ȯϰ, 
   .I signum
    Ϻΰ ƴ϶ 0 ȯϰ  -1 ȯѴ.
  -
   .SH 
   .TP
   .B EINVAL
   .I sig
  - ȿ ȣ ƴϴ.
  -
  + ȿ ñ׳ ƴϴ.
   .SH ȣȯ
   POSIX
  -
   .SH  ׸
  -.BR sigaction "(2), " sigpending "(2), " sigprocmask "(2), " 
  +.BR sigaction "(2), " sigpending "(2), " sigprocmask "(2), "
   .BR sigsuspend "(2)"
  -.SH 
  - <skyeyes@soback.kornet.net>, 2001 5 1
  +.SH 
  + <skyeyes@soback.kornet.net> 2001 5 1
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 13
  
  
  


hhyoon      2005/02/13 15:48:12

  Modified:    man2     sigaction.2
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +444 -377  man-pages-ko/man2/sigaction.2
  
  Index: sigaction.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/sigaction.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sigaction.2	18 Jul 2002 10:40:12 -0000	1.1
  +++ sigaction.2	13 Feb 2005 06:48:12 -0000	1.2
  @@ -1,377 +1,444 @@
  -'\" t
  -.\" Copyright (c) 1994,1995 Mike Battersby <mib@deakin.edu.au>
  -.\" based on work by faith@cs.unc.edu
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\"
  -.\" Modified, aeb, 960424
  -.\" Modified Fri Jan 31 17:31:20 1997 by Eric S. Raymond <esr@thyrsus.com>
  -.\" Modified Thu Nov 26 02:12:45 1998 by aeb - add SIGCHLD stuff.
  -.\" Modified Sat May  8 17:40:19 1999 by Matthew Wilcox - add POSIX.1b signals
  -.\"
  -.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  -.\"
  -.TH SIGACTION 2 "8 May 1999" "Linux 2.2" "Linux Programmer's Manual"
  -.SH ̸
  -sigaction, sigprocmask, sigpending, sigsuspend \- POSIX ñ׳ ó Լ 
  -.SH 
  -.B #include <signal.h>
  -.sp 2
  -.BI "int sigaction(int " signum ", const struct sigaction *" act ","
  -.BI "struct sigaction *" oldact );
  -.sp
  -.BI "int sigprocmask(int " how ", const sigset_t *" set ", "
  -.BI "sigset_t *" oldset );
  -.sp
  -.BI "int sigpending(sigset_t *" set );
  -.sp
  -.BI "int sigsuspend(const sigset_t *" mask );
  -.SH 
  -The
  -.B sigaction
  -ý ȣ Ư ñ׳  󿡼 μ   ׼ ϴµ ȴ. 
  -.PP
  -.I signum
  - ñ׳ ϰ, 
  -.B SIGKILL
  -׸
  -.BR SIGSTOP ϰ Ÿ ñ׳   ִ. 
  -.PP
  - 
  -.I act  \-null ƴ϶
  -ñ׳.I signum  ο ׼ .IR act ġȴ.
  - 
  -.I oldact
  - \-null ƴ϶,  ׼ .IR oldact ȴ.
  -.PP
  -.B sigaction
  -   ǵȴ.
  -.sp
  -.RS
  -.nf
  -struct sigaction {
  -    void (*sa_handler)(int);
  -    void (*sa_sigaction)(int, siginfo_t *, void *);
  -    sigset_t sa_mask;
  -    int sa_flags;
  -    void (*sa_restorer)(void);
  -}
  -.fi
  -.RE
  -.PP
  -.I sa_restorer
  -Ҵ  ̴ ̾, Ǿ ȵȴ. 
  -POSIX  .I sa_restorerҸ   . 
  -.PP
  -.I sa_handler
  - .I signum õ ׼ ϰ, Ʈ ׼ǿ  
  - ñ׳ ϱ 
  -.B SIG_DFL Ǵ
  -.B SIG_IGN ̰ų, ñ׳ ó Լ  ڰ   ִ.
  -.PP
  -.I sa_mask
  -gives a mask of signals which should be blocked during execution of
  -the signal handler.  In addition, the signal which triggered the handler
  -will be blocked, unless the
  - ñ׳ ó   ȭǾ ϴ ñ׳ ũ Ѵ. 
  -Դٰ, .B SA_NODEFER
  -Ǵ
  -.B SA_NOMASK  , ڵ鷯 õŰ ñ׳ ȭȴ. 
  -.PP
  -.I sa_flags
  - ñ׳ ó μ  ϴ Ϸ ÷׵ Ѵ. ̴ bitwise Ȥ 
  -zero Ȥ    ̻ ͵鿡  ȴ. 
  -.RS
  -.TP
  -.B SA_NOCLDSTOP
  - 
  -.I signum
  -.BR SIGCHLD ", "
  - ڽ μ Ǿ,    ϸ, 
  - ( , ڽ μ 
  -.BR SIGSTOP ", " SIGTSTP ", " SIGTTIN
  -Ǵ
  -.BR SIGTTOU  Ҷ) 
  -.TP
  -.BR SA_ONESHOT " Ǵ " SA_RESETHAND
  -ϴ ñ׳ óⰡ ȣǸ, Ʈ ¿  ñ׳ ׼ Ѵ.  
  -(̴ .BR signal (2) ȣ⿡  ⺻ ̴.)
  -.TP
  -.B SA_RESTART
  -Ϻ ý ȣ ñ׳    ֵ μ 
  -BSD ñ׳ ǹ̿ ȣȯǴ  Ѵ.
  -.TP
  -.BR SA_NOMASK " or " SA_NODEFER
  -ñ׳ ü ñ׳ óκ Ź ʵ Ѵ. 
  -.TP
  -.B SA_SIGINFO
  -The signal handler takes 3 arguments, not one.  In this case,
  -should be set instead of
  -ñ׳ ó ϳ ƴ, 3 μ Ѵ.  , 
  -.IR sa_handler ſ .I sa_sigaction Ǿ Ѵ. 
  -(sa_sigaction ʵ  2.1.86 ߰Ǿ.)
  -.RE
  -.PP
  -.I sa_sigaction  .I siginfo_t   ҵ  ü(struct)̴.
  -.sp
  -.RS
  -.nf
  -.ta 4 13 24
  -siginfo_t {
  -	int	si_signo;	/* ñ׳ ѹ */
  -	int	si_errno;	/* errno  */
  -	int	si_code;	/* ñ׳ ڵ */
  -	pid_t	si_pid;	/* μ ID  */
  -	uid_t	si_uid;	/* μ ϴ   ID */
  -	int	si_status;	/* Exit  Ǵ ñ׳ */
  -	clock_t	si_utime;	/* Ҹ  ð */
  -	clock_t	si_stime;	/* Ҹ ý ð */
  -	sigval_t	si_value;	/* ñ׳  */
  -	int	si_int;	/* POSIX.1b ñ׳ */
  -	void *	si_ptr;	/* POSIX.1b ñ׳ */
  -	void *	si_addr;	/* и ʷ ޸ ġ */
  -	int	si_band;	/*  ̺Ʈ */
  -	int	si_fd;	/*   */
  -}
  -.fi
  -.RE
  -
  -.IR si_signo ", " si_errno " ׸ " si_code  ñ׳ο  ǵǾ.
  -.BR kill (2),
  -POSIX.1b ñ׳ΰ SIGCHLD
  -.IR si_pid "  " si_uid ä.
  -.BR 
  -SIGCHLD  
  -.IR si_status ", " si_utime " ׸ " si_stime ä.
  -.IR si_int " ׸ " si_ptr POSIX.1b ñ׳ ۽ڿ  õȴ.
  - ڼ  , 
  -.\" .BR sigqueue (2) ϶. 
  -SIGILL, SIGFPE, SIGSEGV ׸ SIGBUS 
  -.I si_addr  ּҷ ä. 
  -SIGPOLL  
  -.IR si_band  si_fd ä.
  -
  -.I si_code
  -  ñ׳   Ѵ. ̴ bitmask, ƴ ̴. 
  - ñ׳ο     ̺ Ǿ ִ.   
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -\fIsi_code\fR
  -Value:Signal origin
  -SI_USER:kill, sigsend or raise
  -SI_KERNEL:The kernel
  -SI_QUEUE:sigqueue
  -SI_TIMER:timer expired
  -SI_MESGQ:mesq state changed
  -SI_ASYNCIO:AIO completed
  -SI_SIGIO:queued SIGIO
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGILL
  -ILL_ILLOPC:illegal opcode
  -ILL_ILLOPN:illegal operand
  -ILL_ILLADR:illegal addressing mode
  -ILL_ILLTRP:illegal trap
  -ILL_PRVOPC:privileged opcode
  -ILL_PRVREG:privileged register
  -ILL_COPROC:coprocessor error
  -ILL_BADSTK:internal stack error
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGFPE
  -FPE_INTDIV:integer divide by zero
  -FPE_INTOVF:integer overflow
  -FPE_FLTDIV:floating point divide by zero
  -FPE_FLTOVF:floating point overflow
  -FPE_FLTUND:floating point underflow
  -FPE_FLTRES:floating point inexact result
  -FPE_FLTINV:floating point invalid operation
  -FPE_FLTSUB:subscript out of range
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGSEGV
  -SEGV_MAPERR:address not mapped to object
  -SEGV_ACCERR:invalid permissions for mapped object
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGBUS
  -BUS_ADRALN:invalid address alignment
  -BUS_ADRERR:non-existant physical address
  -BUS_OBJERR:object specific hardware error
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGTRAP
  -TRAP_BRKPT:process breakpoint
  -TRAP_TRACE:process trace trap
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGCHLD
  -CLD_EXITED:child has exited
  -CLD_KILLED:child was killed
  -CLD_DUMPED:child terminated abnormally
  -CLD_TRAPPED:traced child has trapped
  -CLD_STOPPED:child has stopped
  -CLD_CONTINUED:stopped child has continued
  -.TE
  -
  -.TS
  -tab(:) allbox;
  -c s
  -l l.
  -SIGPOLL
  -POLL_IN:data input available
  -POLL_OUT:output buffers available
  -POLL_MSG:input message available
  -POLL_ERR:i/o error
  -POLL_PRI:high priority input available
  -POLL_HUP:device disconnected
  -.TE
  -
  -.PP
  -.B sigprocmask
  -ȣ  ȭ ñ׳ε Űµ ȴ. ȣ  
  - ϴ°   ̴. 
  -.RS
  -.TP
  -.B SIG_BLOCK
  -Ϸ ȭ ñ׳ε    .I set μ ̴. 
  -.TP
  -.B SIG_UNBLOCK
  -The signals in
  -.I set  ñ׳ε  Ϸ ȭ ñ׳ε鿡 ȴ. ȭ  ñ׳ο  
  -ȭ ʴ° Ÿϴ. 
  -.TP
  -.B SIG_SETMASK
  -ȭ ñ׳ε  μ .IR set  ȴ.
  -.RE
  -.PP
  -If
  -.I oldset
  - \-null ƴϰ, ñ׳ ũ   .IR oldset  ȴ.
  -.PP
  -The
  -.B sigpending
  -ȣ  ñ׳ε鿡  ˻縦 Ѵ.  ñ׳ε ñ׳ ũ 
  -.IR set  ȴ.
  -.PP
  -.B sigsuspend
  -ȣ Ͻ ñ׳ ũ  .I mask  ־ μ üϰ, 
  -ñ׳ ŵɶ μ Ų. 
  -.SH ȯ
  -.BR sigaction ,
  -.BR sigprocmask ,
  -.B sigpending
  -׸
  -.B sigsuspend
  - ϸ 0 ϸ -1 Ѵ. 
  -.SH 
  -.TP
  -.B EINVAL
  - ñ׳ Ǿ.  ʴ .BR SIGKILL " Ǵ " SIGSTOP  ׼ 
  -ϰ Ѵٸ, .B EINVAL   ̴. 
  -.TP
  -.B EFAULT
  -.IR act ", " oldact ", " set 
  -Ǵ  
  -.I oldset
  - μ ּ   Ÿ  κ ޸𸮸 Ų. 
  -.TP
  -.B EINTR
  -ý ȣ ͷƮǾ. 
  -.SH 
  -sigprocmask ȣ .BR SIGKILL " Ǵ " SIGSTOP ȭϴ  Ұϴ. 
  -̷ õ õȴ. 
  -
  -.PP
  -POSIX ϸ, μ  \fIkill()\fP Ǵ \fIraise()\fP Լ鿡   ʴ
  -GFPE, SIGILL, Ǵ SIGSEGV  Ŀ .
  -ο  (Integer)    ´. Ϻ ŰĿ, ̴ SIGFPE ñ׳ 
  - ̴. 
  -(  (integer) \-1  SIGFPE   ִ )
  - ñ׳ ϸ   ʷ  ִ.
  -.PP
  -The POSIX   .BR SA_NOCLDSTOP Ѵ .
  -ٸ
  -.I sa_flags  ̽ Ұϴ. 
  -.PP
  -.B SA_RESETHAND
  -÷״  ̸ SVr4 ÷׿ ȣȯϴ.
  -.PP
  -.B SA_NODEFER
  -÷״ Ŀ 1.3.9 ο Ͽ  ̸ SVr4 ÷׿ ȣȯϴ. 
  -.PP
  -
  -SVr4 ȣȯ  
  -.BR SA_RESETHAND "  " SA_NODEFER ̸  ̺귯  3.0.9
  -׸    Ѵ. 
  -.PP
  -.BR SA_SIGINFO
  -÷״ POSIX.1b ؼ õȴ. ̿    2.2 ߰Ǿ. 
  -.PP
  -.B sigaction
  - ñ׳ ó⿡  ϱ   ι° μ ȣ  ִ. ̸  ι° ׸
  -° μ ̸ ȣμ  ӽſ  ־ ñ׳ ŸѰ üũϴµ 
  -  ִ. 
  -.PP
  -ñ׳ ü ۿ  ڼ  , .BR sigsetops (3) ϶. 
  -.SH ȣȯ
  -POSIX, SVr4.  SVr4  EINTR ǿ    ʴ´. 
  -
  -.SH  ׸
  -.BR kill (1),
  -.BR kill (2),
  -.BR killpg (2),
  -.BR pause (2),
  -.BR raise (3),
  -.BR siginterrupt (3),
  -.BR signal (2),
  -.BR signal (7),
  -.BR sigsetops (3),
  -.BR sigvec (2) 
  -.SH 
  -ASPLINUX<man@asp-linux.co.kr>, 2000 7 29
  -
  +.\" Copyright (c) 1994,1995 Mike Battersby <mib@deakin.edu.au>
  +.\" based on work by faith@cs.unc.edu
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\" Modified, aeb, 960424
  +.\" Modified Fri Jan 31 17:31:20 1997 by Eric S. Raymond <esr@thyrsus.com>
  +.\" Modified Thu Nov 26 02:12:45 1998 by aeb - add SIGCHLD stuff.
  +.\" Modified Sat May  8 17:40:19 1999 by Matthew Wilcox - add POSIX.1b signals
  +.\"
  +.\"
  +.\" ѱ : ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.\"
  +.\" r1.7 2005-02-13 15:46:37 +12-31 ȣ
  +.\" r1.6 2004-07-24 14:54:10 +71-43 xaos
  +.\" r1.5 2004-07-24 12:50:34 +8-7 xaos
  +.\" r1.4 2004-07-24 12:04:46 +11-12 xaos
  +.\" r1.3 2004-07-24 11:49:46 +16-10 xaos
  +.\" r1.2 2004-07-24 11:28:33 +4-4 xaos
  +.\" r1.1 2004-06-16 01:34:05  xaos
  +.\"
  +.TH SIGACTION 2 "8 May 1999" "Linux 2.2" "Linux Programmer's Manual"
  +.SH ̸
  +sigaction, sigprocmask, sigpending, sigsuspend \- POSIX ñ׳ ó Լ
  +.SH 
  +.B #include <signal.h>
  +.sp 2
  +.BI "int sigaction(int " signum ", const struct sigaction *" act ","
  +.BI "struct sigaction *" oldact );
  +.sp
  +.BI "int sigprocmask(int " how ", const sigset_t *" set ", "
  +.BI "sigset_t *" oldset );
  +.sp
  +.BI "int sigpending(sigset_t *" set );
  +.sp
  +.BI "int sigsuspend(const sigset_t *" mask );
  +.SH 
  +.B sigaction
  +ý ȣ Ư ñ׳ ŵǾ , μ  ׼ ϴµ ȴ.
  +.PP
  +.I signum
  + ñ׳ Ű,
  +.B SIGKILL
  +
  +.BR SIGSTOP
  +   ñ׳    ִ.
  +.PP
  +.I act
  + null ƴ ,
  +ñ׳
  +.I signum
  +  ο ׼ 
  +.IR act
  + Ǹ,
  +.I oldact
  + null ƴ ,  ׼ 
  +.IR oldact
  + ȴ.
  +.PP
  +.B sigaction
  +   ǵȴ.
  +.sp
  +.RS
  +.nf
  +struct sigaction {
  +    void (*sa_handler)(int);
  +    void (*sa_sigaction)(int, siginfo_t *, void *);
  +    sigset_t sa_mask;
  +    int sa_flags;
  +    void (*sa_restorer)(void);
  +}
  +.fi
  +.RE
  +.PP
  +.\" Ʒ  ڽž. ȮκŹ.
  +ŰĿ  ü Ǿ ֱ⵵ ϹǷ,
  +.I sa_handler
  +
  +.I sa_sigaction
  +   .
  +.PP
  +.I sa_restorer
  +Ҵ  , Ǿ ȵȴ.
  +POSIX  
  +.I sa_restorer
  +Ҹ  ʴ´.
  +.PP
  +.I sa_handler
  + 
  +.I signum
  +ñ׳  Ǵ ׼ ϸ,
  +Ʈ ׼ ϶
  +.B SIG_DFL
  +, ñ׳ ϶
  +.B SIG_IGN 
  +, ñ׳ óϴ Ư Լ    ϳ   ִ.
  +°  ñ׳ ó Լ ñ׳ ȣ  μ ´.
  +.PP
  +.I sa_sigaction 
  +
  +.I signum
  +ñ׳ΰ  ׼ Ѵ. ó Լ ñ׳ ȣ ù° μ,
  +.I siginfo_t
  +  ͸ ι° μ,
  +׸ void ͷ ĳƮ
  +.I ucontext_t
  +  ͸ ° μ ´.
  +.PP
  +.I sa_mask
  + ñ׳ ڵ鷯   ȭǾ ϴ ñ׳ ũ Ѵ.
  +, 
  +.B SA_NODEFER
  +Ǵ
  +.B SA_NOMASK
  +  , ڵ鷯 õ״  ñ׳ε ȭȴ.
  +.PP
  +.I sa_flags
  + ñ׳ ó μ  Ű Ϸ ÷׵ Ѵ. ̴ bitwise Ȥ
  +÷״ Ʒ ÷  0 ̻ OR Ʈ  .
  +.RS
  +.TP
  +.B SA_NOCLDSTOP
  +.I signum
  +
  +.BR SIGCHLD
  +̸ ڽ μ Ǿ   ʴ´.
  +(, ڽ μ
  +.BR SIGSTOP ", " SIGTSTP ", " SIGTTIN
  +,
  +.BR SIGTTOU
  + ϳ  )
  +.TP
  +.BR SA_ONESHOT " Ǵ " SA_RESETHAND
  +.\" Ʒ  ڽž. ȮκŹ.
  +ñ׳ óⰡ ȣǾ ѹ  , ñ׳ ׼  Ʈ ׼ ǵ ´.
  +(̴ 
  +.BR signal (2)
  +ȣ⿡  ⺻ ̴.)
  +.TP
  +.B SA_RESTART
  +Ϻ ý ȣ ñ׳    ֵ μ
  +BSD ñ׳ΰ ȣȯ Ѵ.
  +.TP
  +.BR SA_NOMASK " or " SA_NODEFER
  + ñ׳ ó ۵  ñ׳ ڽ  ʴ´.
  +.TP
  +.B SA_SIGINFO
  +ñ׳ óⰡ   ƴ 3 μ Ѵ.  ,
  +.IR sa_handler 
  +ſ 
  +.I sa_sigaction
  + Ǿ Ѵ.
  +(sa_sigaction ʵ  2.1.86 ߰Ǿ.)
  +.RE
  +.PP
  +.I sa_sigaction
  +
  +.I siginfo_t 
  +  ҵ  ü(struct)̴.
  +.sp
  +.RS
  +.nf
  +.ta 4 13 24
  +siginfo_t {
  +	int	si_signo;	/* ñ׳ ѹ */
  +	int	si_errno;	/* errno  */
  +	int	si_code;	/* ñ׳ ڵ */
  +	pid_t	si_pid;	/* μ ID  */
  +	uid_t	si_uid;	/* μ ϴ   ID */
  +	int	si_status;	/* Exit  Ǵ ñ׳ */
  +	clock_t	si_utime;	/* Ҹ  ð */
  +	clock_t	si_stime;	/* Ҹ ý ð */
  +	sigval_t	si_value;	/* ñ׳  */
  +	int	si_int;	/* POSIX.1b ñ׳ */
  +	void *	si_ptr;	/* POSIX.1b ñ׳ */
  +	void *	si_addr;	/* и ʷ ޸ ġ */
  +	int	si_band;	/*  ̺Ʈ */
  +	int	si_fd;	/*   */
  +}
  +.fi
  +.RE
  +
  +.IR si_signo ", " si_errno " ׸ " si_code
  +  ñ׳ο  ǵǾ.
  +.BR kill (2),
  +POSIX.1b ñ׳ΰ SIGCHLD
  +.IR si_pid "  " si_uid
  + ä.
  +.BR SIGCHLD
  + 
  +.IR si_status ", " si_utime ", " si_stime
  + ä.
  +.IR si_int " ׸ " si_ptr
  + POSIX.1b ñ׳ ۽ڿ  õȴ.
  + ڼ  ,
  +.\" 
  +.BR sigqueue (2)
  + ϶.
  +SIGILL, SIGFPE, SIGSEGV ׸ SIGBUS
  +.I si_addr
  +  ּҷ ä.
  +SIGPOLL 
  +.IR si_band "" si_fd
  + ä.
  +.I si_code
  +  ñ׳   Ѵ. ̴ bitmask ƴ ̴.
  +  ִ  ñ׳   ̺ Ǿ ִ.
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +\fIsi_code\fR
  +Value:Signal origin
  +SI_USER:kill, sigsend or raise
  +SI_KERNEL:The kernel
  +SI_QUEUE:sigqueue
  +SI_TIMER:timer expired
  +SI_MESGQ:mesq state changed
  +SI_ASYNCIO:AIO completed
  +SI_SIGIO:queued SIGIO
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGILL
  +ILL_ILLOPC:illegal opcode
  +ILL_ILLOPN:illegal operand
  +ILL_ILLADR:illegal addressing mode
  +ILL_ILLTRP:illegal trap
  +ILL_PRVOPC:privileged opcode
  +ILL_PRVREG:privileged register
  +ILL_COPROC:coprocessor error
  +ILL_BADSTK:internal stack error
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGFPE
  +FPE_INTDIV:integer divide by zero
  +FPE_INTOVF:integer overflow
  +FPE_FLTDIV:floating point divide by zero
  +FPE_FLTOVF:floating point overflow
  +FPE_FLTUND:floating point underflow
  +FPE_FLTRES:floating point inexact result
  +FPE_FLTINV:floating point invalid operation
  +FPE_FLTSUB:subscript out of range
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGSEGV
  +SEGV_MAPERR:address not mapped to object
  +SEGV_ACCERR:invalid permissions for mapped object
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGBUS
  +BUS_ADRALN:invalid address alignment
  +BUS_ADRERR:non-existant physical address
  +BUS_OBJERR:object specific hardware error
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGTRAP
  +TRAP_BRKPT:process breakpoint
  +TRAP_TRACE:process trace trap
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGCHLD
  +CLD_EXITED:child has exited
  +CLD_KILLED:child was killed
  +CLD_DUMPED:child terminated abnormally
  +CLD_TRAPPED:traced child has trapped
  +CLD_STOPPED:child has stopped
  +CLD_CONTINUED:stopped child has continued
  +.TE
  +.TS
  +tab(:) allbox;
  +c s
  +l l.
  +SIGPOLL
  +POLL_IN:data input available
  +POLL_OUT:output buffers available
  +POLL_MSG:input message available
  +POLL_ERR:i/o error
  +POLL_PRI:high priority input available
  +POLL_HUP:device disconnected
  +.TE
  +.PP
  +.B sigprocmask
  +ȣ  ȭ ñ׳ε Űµ ȴ. ȣ 
  +.I how
  +  ٸ Ѵ.
  +.RS
  +.TP
  +.B SIG_BLOCK
  +.I set 
  +μ  ñ׳  Ͻų ñ׳ տ .
  +.TP
  +.B SIG_UNBLOCK
  +.I set 
  + Ե ñ׳ε Ͻų ñ׳ε տ ȴ.
  +ϰ   ñ׳ Ϸ ص .
  +.TP
  +.B SIG_SETMASK
  +ȭ ñ׳ 
  +.IR set 
  + Ѵ.
  +.RE
  +.PP
  +.I oldset
  + null ƴ ,  ũ ñ׳ 
  +.IR oldset 
  + ȴ.
  +.PP
  +.B sigpending
  +ȣ ȭ  ٸ ִ ñ׳ 캼  ֵ ش. 
  +ٸ ñ׳ε ñ׳ ũ
  +.IR set 
  + ȴ.
  +.\"    ڽž. ȮκŹ.
  +.PP
  +.B sigsuspend
  +ȣ μ  ִ ñ׳ ũ
  +
  +.I mask
  +  üϰ,  ñ׳ ŵ  μ Ų.
  +.SH ȯ
  +.BR sigaction 
  +,
  +.BR sigprocmask 
  +,
  +.B sigpending
  + ϸ 0 ϸ -1 Ѵ.
  +.B sigsuspend
  +׻ -1 Ѵ.
  +
  +
  +.B EINTR
  + Բ.
  +
  +.SH 
  +.TP
  +.B EINVAL
  + ñ׳ ϴ. Ȥ   
  +.BR SIGKILL " Ǵ " SIGSTOP
  +  ׼ Ϸ ߴ.
  +.TP
  +.B EFAULT
  +.IR act ", " oldact ", " set
  +Ǵ
  +.I oldset
  + μ ޸  ƴ  Ű ִ.
  +.TP
  +.B EINTR
  +ý ȣ ͷƮǾ.
  +.SH 
  +sigprocmask ȣ 
  +.BR SIGKILL " Ǵ " SIGSTOP
  + ȭ  . ̷  õȴ.
  +.PP
  +POSIX , μ 
  +\fIkill()\fP Ǵ \fIraise()\fP Լ    ƴ
  +GFPE, SIGILL, Ȥ SIGSEGV   μ  
  +ǵ ʴ´.
  + 0    ǵ ʴ´.
  +Ϻ ŰĿ 0 Ⱑ SIGFPE ñ׳   ̴.
  +(  ū   \-1  SIGFPE   ִ.)
  + ñ׳ ϸ   ʷ  ִ.
  +.PP
  +POSIX   
  +.BR SA_NOCLDSTOP
  + Ѵ .
  +ٸ
  +.I sa_flags
  +  ̽ Ұϴ.
  +.PP
  +.B SA_RESETHAND
  +÷״  ̸ SVr4 ÷׿ ȣȯϴ.
  +.PP
  +.B SA_NODEFER
  +÷״ Ŀ 1.3.9 ο Ͽ  ̸ SVr4 ÷׿ ȣȯϴ.
  +.PP
  +SVr4 ȣȯ 
  +.BR SA_RESETHAND "  " SA_NODEFER 
  +̸  ̺귯  3.0.9
  +׸    Ѵ.
  +.PP
  +.BR SA_SIGINFO
  +÷״ POSIX.1b ؼ õȴ. ̿    2.2 ߰Ǿ.
  +.PP
  +.B sigaction
  + ñ׳ ó⿡  ϱ   ι° μ ȣ  ִ. ̸  ι° ׸
  +° μ ̸ ȣμ  ӽſ  ־ ñ׳ ŸѰ üũϴµ
  +  ִ.
  +.PP
  +ñ׳ ü ۿ  ڼ  ,
  +.BR sigsetops (3)
  + ϶.
  +.SH ȣȯ
  +POSIX, SVr4.  SVr4  EINTR ǿ    ʴ´.
  +.SH  ׸
  +.BR kill (1),
  +.BR kill (2),
  +.BR killpg (2),
  +.BR pause (2),
  +.BR raise (3),
  +.BR siginterrupt (3),
  +.BR signal (2),
  +.BR signal (7),
  +.BR sigsetops (3),
  +.BR sigvec (2)
  +.SH 
  +ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 13
  
  
  


hhyoon      2005/02/13 15:55:03

  Modified:    man2     shmget.2
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +62 -53    man-pages-ko/man2/shmget.2
  
  Index: shmget.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/shmget.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- shmget.2	18 Jul 2002 10:40:12 -0000	1.1
  +++ shmget.2	13 Feb 2005 06:55:03 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,7 +16,7 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
  @@ -26,6 +26,12 @@
   .\" Portions Copyright 1993 Giorgio Ciucci <giorgio@crcc.it>
   .\" Modified Tue Oct 22 22:03:17 1996 by Eric S. Raymond <esr@thyrsus.com>
   .\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2000 5 16
  +.\"
  +.\" r1.2 2005-02-13 15:53:33 +13-5 ȣ
  +.\" r1.1 2004-08-10 21:38:54  xaos
  +.\"
   .TH SHMGET 2 "November 28, 1993" "Linux 0.99.11" " α׷ ޴"
   .SH ̸
   shmget \-  ޸ ׸Ʈ ҴѴ.
  @@ -39,40 +45,42 @@
   .ad b
   .SH 
   .B shmget()
  - 
  -.IR key 
  +
  +.IR key
   ڰ õ  ޸ ׸Ʈ ĺڸ ȯѴ.
  -, 
  +,
   .I key
  - 
  +
   .B IPC_PRIVATE
  -  ְų Ǵ 
  +  ְų Ǵ
   .I key
  - 
  -.BR IPC_PRIVATE 
  - ƴϰ, 
  -.IR key 
  - Ǿ ִ ޸ ׸Ʈ ٸ 
  -.BR PAGE_SIZE 
  - ŭ 
  +
  +.BR IPC_PRIVATE
  + ƴϰ,
  +.IR key
  + Ǿ ִ ޸ ׸Ʈ ٸ
  +.BR PAGE_SIZE
  + ŭ
   .I size
     ִ ο  ޸ ׸Ʈ .
   .B IPC_CREAT
  - 
  +
   .I shmflg
    õǾ ִ.
  -(i.e.
  -.IB shmflg &IPC_CREAT
  +(, 
  +.IB shmflg & IPC_CREAT
    0 ƴϴ.)
   .PP
   .I shmflg
      :
   .TP 12
   .B IPC_CREAT
  -ο ׸Ʈ .   ÷װ  ʴ´ٸ, 
  +ο ׸Ʈ .   ÷װ  ʴ´ٸ,
   .B shmget()
  - \fIkey\fP õ ׸Ʈ ã ̸, 
  -ڰ  ׸Ʈ õ \fIshmid\fP   㰡 ִ ˱ ؼ ˻Ѵ. ׸ ׸Ʈ ıǾٴ ǥø  ʵ Ѵ.
  + \fIkey\fP õ ׸Ʈ ã ̸,
  +ڰ  ׸Ʈ õ \fIshmid\fP  
  +㰡 ִ ˱ ؼ ˻Ѵ.
  +׸ ׸Ʈ ıǾٴ ǥø  ʵ Ѵ.
   .TP
   .B IPC_EXCL
   ׸Ʈ Ұ и ϱ  \fBIPC_CREAT\fP Բ
  @@ -82,12 +90,12 @@
   , ׷,  ܵ ϱ  㰡 Ѵ.
   ,  㰡 ýۿ   ʴ´.
   .PP
  -ο ׸Ʈ ȴٸ, 
  +ο ׸Ʈ ȴٸ,
   .I shmflg
  -  㰡 
  -׸Ʈ ǵǾ ִ 
  +  㰡
  +׸Ʈ ǵǾ ִ
   .I shmid_ds
  - 
  +
   .I shm_perm
    ȴ.
   \fIshmid_ds\fP ü:
  @@ -121,7 +129,7 @@
   };
   .fi
   .PP
  -Դٰ, Ǵ  ý  ý  ޸ ׸Ʈ   
  +Դٰ, Ǵ  ý  ý  ޸ ׸Ʈ  
   .B shmid_ds
      ʱȭѴ.
   .IP
  @@ -133,31 +141,31 @@
   .B shm_perm.cgid
   
   .B shm_perm.gid
  - ȣ μ ȿ group\-ID ȴ. 
  + ȣ μ ȿ group\-ID ȴ.
   .IP
   .B shm_perm.mode
  -  9Ʈ 
  -.IR shmflg 
  +  9Ʈ
  +.IR shmflg
     9Ʈ ȴ.
   .IP
   .B shm_segsz
  - 
  +
   .IR size
    ȴ.
   .IP
   .BR shm_lpid ,
   .BR shm_nattch ,
   .B shm_atime
  -׸ 
  +׸
   .B shm_dtime
  - 
  +
   .BR 0
    ȴ.
   .IP
   .B shm_ctime
     ð ȴ.
   .PP
  -  ޸ ׸Ʈ ̹ Ѵٸ,  㰡 Ǹ, 
  +  ޸ ׸Ʈ ̹ Ѵٸ,  㰡 Ǹ,
   ı ǥõǾ ִ ˾ƺ  ˻Ѵ.
   .PP
   .SH "SYSTEM CALLS"
  @@ -175,16 +183,16 @@
        ޸ ׸Ʈ иȴ.(ıǴ° ƴϴ)
   .PP
   .SH ȯ
  - ȿ ׸Ʈ ĺ 
  -.IR shmid 
  + ȿ ׸Ʈ ĺ
  +.IR shmid
    ȯǸ,  \-1 ȯȴ.
   .SH 
  -н, 
  +н,
   .B errno
     ϳ ȴ:
   .TP 12
   .B EINVAL
  - \fBSHMMIN\fP > \fIsize\fP, Ǵ 
  + \fBSHMMIN\fP > \fIsize\fP, Ǵ
   \fIsize\fP > \fBSHMMAX\fP, Ǵ \fIsize\fP ׸Ʈ ũ⺸ ũٸ 
    ȯȴ.
   .TP
  @@ -198,14 +206,14 @@
   .B ENOSPC
      ޸ id
   .BR "" ( SHMMNI )
  - ų û 
  + ų û
   .I size
    ׸Ʈ Ҵ ý ü  ޸ Ѱ
   .BR "" ( SHMALL )
    ʰҰ ȯȴ.
   .TP
   .B ENOENT
  -־ \fIkey\fP شϴ ׸Ʈ  ʰ, 
  +־ \fIkey\fP شϴ ׸Ʈ  ʰ,
   .B IPC_CREAT
     ʾҴٸ ȯȴ.
   .TP
  @@ -216,18 +224,18 @@
   ׸Ʈ  Ҵ ޸𸮰  ȯȴ.
   .SH 
   .B IPC_PRIVATE
  - ÷ ʵ尡 ƴ϶ 
  + ÷ ʵ尡 ƴ϶
   .B key_t
   Ÿ̴.
  - Ư  
  -.IR key 
  - ȴٸ, 
  -ý  
  + Ư 
  +.IR key
  + ȴٸ,
  +ý 
   .I shmflg
  -  9Ʈ  Ѵ. 
  +  9Ʈ  Ѵ.
   ׸   ޸ ׸Ʈ ()Ѵ.
   .PP
  - 
  +
   .B shmget
   ý ݿ  ִ  ޸ ׸Ʈ ڿ Ѱ̴:
   .TP 11
  @@ -249,13 +257,13 @@
   .RB ( SHMSEG )
   .SH 
   .B IPC_PRIVATE
  -  ϸ Ҵ  ޸ ׸Ʈ ϴ ٸ μ  
  +  ϸ Ҵ  ޸ ׸Ʈ ϴ ٸ μ 
   ʴ´.
   .PP
  -ϵ , μ   ޸ ׸Ʈ  Ÿ  
  -ϱ    . 
  +ϵ , μ   ޸ ׸Ʈ  Ÿ 
  +ϱ    .
   .I shmflg
  -Ʈ 
  +Ʈ
   .B IPC_CREAT
   
   .B IPC_EXCL
  @@ -263,13 +271,14 @@
   ̰ ׸Ʈ  Ÿ  Ÿ  ƴϴ.
   .SH ȣȯ
   SVr4, SVID.  SVr4  EEXIST   ߰ ߴ.
  -SVr4  SVID  EIDRM   ʾҴ. 
  +SVr4  SVID  EIDRM   ʾҴ.
   .SH  ׸
   .BR ftok (3),
   .BR ipc (5),
   .BR shmctl (2),
   .BR shmat (2),
   .BR shmdt (2)
  -.SH 
  - <skyeyes@soback.kornet.net>, 2000 5 16
  -
  +.SH 
  + <skyeyes@soback.kornet.net> 2000 5 16
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 13
  
  
  


hhyoon      2005/02/13 16:02:21

  Modified:    man2     semop.2
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +350 -234  man-pages-ko/man2/semop.2
  
  Index: semop.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/semop.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- semop.2	18 Jul 2002 10:40:12 -0000	1.1
  +++ semop.2	13 Feb 2005 07:02:21 -0000	1.2
  @@ -1,234 +1,350 @@
  -.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\"
  -.\" Modified Tue Oct 22 17:55:06 1996 by Eric S. Raymond <esr@thyrsus.com>
  -.\"
  -.\" ѱ  : ASPLINUX    2000 7 29
  -.\"
  -.TH SEMOP 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual" 
  -.SH ̸
  -semop \-  .
  -.SH 
  -.nf
  -.B
  -# include <sys/types.h>
  -.B
  -# include <sys/ipc.h>
  -.B
  -# include <sys/sem.h>
  -.fi
  -.sp
  -.BI "int semop ( int " semid ,
  -.BI "struct sembuf *" sops ,
  -.BI "unsigned " nsops " )"
  -.SH 
  -  Լ .IR semid  õ  Ʈ  õ 鿡   Ѵ.
  -.I sops Ű 迭 .I nsops ҵ   
  -  ϴ .B "struct sembuf"  󿡼 Ǵ  Ѵ. 
  -.sp
  -.B
  -.br
  -.B
  -	short sem_num;	
  -/* semaphore number: 0 = first */
  -.br
  -.B
  -	short sem_op;	
  -/* semaphore operation */
  -.br
  -.B
  -	short sem_flg;	
  -/* operation flags */
  -.sp
  -.B sem_flg νĵ ÷׵ 
  -.B IPC_NOWAIT
  -.BR SEM_UNDO̴.
  -  .BR SEM_UNDO ܾϸ, 
  -̴ μ   ̴. 
  -.PP
  -ý ȣ ǹ̴    ȴٸ,  ȴٴ  Ѵ.
  -
  -Ʈ  ù°  0 
  -  ̰    ϳ̴ٶ  Ѵ.
  -Each operation is performed on the
  -   Ʈ .BR sem_num \-th (Ʈ  ù°  0 ) ǰ,
  -   ϳ̴. 
  -.PP
  - 
  -.B sem_op ,    .BR  semval ߰Ų.
  -, 
  - 
  -.B SEM_UNDO  꿡  ȴٸ, ý     
  -μ undo īƮ ƮѴ.
  -  ǰ,  ϴ μ ߻ ʴ´. 
  -ȣ μ  Ʈ   ѵ  ־ Ѵ. 
  -.PP
  -
  -.B sem_op
  - zero̸, μ  Ʈ  б  ѵ  ־ Ѵ. 
  -
  -.B semval
  - ζ,  ȴ. 
  -׷ ,  
  -.B IPC_NOWAIT 
  -.BR sem_flg Ǹ,
  -.BR EAGAIN  .B errno  Ѵ. 
  -.
  -׷ , 
  -.B semzcnt
  - ϳ ϰ, μ  ϳ Ͼ  ޿ . 
  -.IP
  -.RS
  -.IP \(bu
  -.B semval
  - .B semzcnt  ϴ  0 ȴ. 
  -.IP \(bu
  - Ʈ ȴ. ý ȣ .BR EIDRM   .B errno  
  -Ѵ. 
  -.IP \(bu
  -ȣ μ Ǿ ϴ  Ѵ. 
  -.B semzcnt  ҵǰ, ý ȣ .BR EINTR  .B errno  
  -Ѵ. 
  -.RE
  -.PP
  -
  -.B sem_op
  - 0 ٸ, μ  Ʈ   ѵ  ־ Ѵ. 
  - 
  -.B semval
  - .BR sem_op  밪 ų ϴٸ, 
  -.B sem_op 밪 .BR semval  ҵȴ .
  -,  
  -.B SEM_UNDO  꿡  ܾȴٸ, ý    
  -μ undo īƮ ƮѴ.
  -׸,  ӵȴ. 
  -׷ ʰ,  
  -Otherwise, if
  -.B IPC_NOWAIT .BR sem_flg ܾȴٸ, 
  -ý ȣ.BR EAGAIN  .B errno  Ѵ.(  ׼ǵ 
  -μ) 
  -׷ , 
  -Otherwise
  -.B semncnt ϳ  ǰ, μ   ϳ ߻ϱ  Ѵ. 
  -.IP
  -.RS
  -.IP \(bu
  -.B semval
  - .BR sem_op 밪 ϰų  .
  -.B semncnt  ҵɶ, .B sem_op 밪 .B semval .
  -׸ 
  -.B SEM_UNDO  꿡   Ǹ, ý    
  -μ undo īƮ ƮѴ.
  -.IP \(bu
  - Ʈ ýۿ ȴ. ý ȣ .BR EIDRM   .B errno 
  -Ѵ. 
  -.IP \(bu
  -ȣ μ Ǿ Ѵ  Ѵ. .B semncnt  ҵǰ, 
  -ý ȣ .BR EINTR   .B errno  Ѵ. 
  -.RE
  -.PP
  -In case of success, the
  - , .I sops  õ 迭 õ     .B sem 
  -.B sempid  ȣ μ process\-ID  ȴ. 
  -, .B sem_otime
  - .B sem_ctime   ð ȴ. 
  -.SH ȯ
  -If successful the system call returns
  -
  - ̸, ý ȣ .BR 0 ϰ, 
  -׷ ,  Ű .B errno Բ .B \-1 Ѵ.
  -.SH 
  -
  -ϴ Ͽ Ͽ, 
  -.B errno   ϳ  ̴. 
  -.TP 11
  -.B E2BIG
  -μ .I nsops .BR SEMOPM,  ý ȣ⸶   
  - ִ ں  ũ. 
  -.TP
  -.B EACCES
  -ȣ μ õ   ϳ  䱸Ǵ  Ʈ  
  -    ʴ´.
  -
  -.TP
  -.B EAGAIN
  -  ʰ, .BR IPC_NOWAIT 
  -.IB sem_flg ȴ.
  -.TP
  -.B EFAULT
  -.I sops Ű ּҴ  Ұϴ. 
  -.TP
  -.B EFBIG
  -Ϻ 꿡 Ͽ, .B sem_num  
  -0  ų,  Ʈ  ڵ  ũų ϴ. 
  -.TP
  -.B EIDRM
  - Ʈ Ǿ. 
  -.TP
  -.B EINTR
  -  ޽, μ Ǿ ϴ  Ѵ.
  -.TP
  -.B EINVAL
  - Ʈ  ʰų, .I semid 0 ۰ų, 
  -.I nsops  ƴ  ´. 
  -.TP
  -.B ENOMEM
  -ܾ .B sem_flg Ϻ  .B SEM_UNDO ý undo  Ҵ  
  -޸𸮸   ʴ.  
  -.TP
  -.B ERANGE
  -Ϻ 꿡 Ͽ, 
  -.B semop+semval .BR semval    ִ밪 .BR SEMVMX ũ. ,
  -.SH 
  -μ .B sem_undo  .BR fork (2) ý ȣ ࿡ ڽ μ 
  -ӵ ʴ´. 
  -ſ   .BR execve (2) ý ȣ ࿡   ü μ  ӵȴ. 
  -.PP
  -  Ʈ󿡼 .B semop ȣ⿡  ħμ ڿ  Ѱ̴. 
  -.TP 11
  -.B SEMOPM
  -ϳ .B semop ȣ⿡    ִ . å ̴.
  -.TP
  -.B SEMVMX
  -.BR semval  ִ  .  ̴(32767).
  -
  -.SH 
  -ý undo û μ       
  -μ .B sem_undo  Ѵ.   
  -̷  μ exit Ӵ. 
  -undo Ŀ ־ ߸  ֿ   ؼ Ʈ  迭 
  -信 ϰ Ѵٴµ ִ. 
  - 迭     undo û .B semopt ȣ    ִ.  
  -, μ ڰ ־ ϴ°? Ǵ  undo  .B IPC_NOWAIT ÷׿ 
  -ȿ   ֵ Ǿ ϴ°? 
  - Ǿ ϴ  undo  ٸ ʿ  õȴ. 
  -,   undo Ȱ   ؼ ȴ. 
  -
  -.SH ȣȯ
  -SVr4, SVID.  SVr4 EINVAL, EFBIG, ENOSPC ߰  ǵ鿡   Ѵ.
  -.SH  ׸
  -.BR ipc (5),
  -.BR semctl (2),
  -.BR semget (2)
  -.SH 
  -ASPLINUX<man@asp-linux.co.kr>, 2000 7 29
  -輺<plodder@kldp.org>, 2000 11 18
  +.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\" Modified Tue Oct 22 17:55:06 1996 by Eric S. Raymond <esr@thyrsus.com>
  +.\"
  +.\"
  +.\" ѱ  : ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.\"
  +.\" r1.5 2005-02-13 16:00:43 +22-31 ȣ
  +.\" r1.4 2004-07-29 20:02:02 +10-11 xaos
  +.\" r1.3 2004-06-04 21:14:41 +41-31 61.97.137.68
  +.\" r1.2 2004-06-03 21:23:56 +10-10 61.97.137.68
  +.\" r1.1 2004-06-03 20:55:22  61.97.137.68
  +.\"
  +.TH SEMOP 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual"
  +.SH ̸
  +semop \-  .
  +.SH 
  +.nf
  +.B
  +# include <sys/types.h>
  +.B
  +# include <sys/ipc.h>
  +.B
  +# include <sys/sem.h>
  +.fi
  +.sp
  +.BI "int semop ( int " semid ,
  +.BI "struct sembuf *" sops ,
  +.BI "unsigned " nsops " )"
  +.SH 
  +  Լ 
  +.IR semid
  + ϴ    õ 鿡 Ͽ  Ѵ. 
  +.I sops
  + Ű 
  +.I nsops
  + Ҹ  迭  Ҵ   
  +.B struct sembuf
  +̸,    Ѵ.
  +.sp
  +.B
  +.br
  +.B
  + short sem_num;
  +/* semaphore number: 0 = first */
  +.br
  +.B
  + short sem_op;
  +/* semaphore operation */
  +.br
  +.B
  + short sem_flg;
  +/* operation flags */
  +.sp
  +.B sem_flg
  +÷״
  +.B IPC_NOWAIT
  +Ȥ
  +.BR SEM_UNDO
  +̴.
  + ÷װ
  +.BR SEM_UNDO
  + Ǿ ,
  +μ     ǵ  ̴.
  +.PP
  +ý ȣ øƽ   μ      Ѵ.
  +Ʈ  ù°  0 
  +  ̰    ϳ̴   Ѵ.
  +Each operation is performed on the
  +   Ʈ 
  +.BR sem_num \-th 
  +(Ʈ  ù°  0 ) ǰ,
  +   ϳ̴.
  +.PP
  +
  +.B sem_op
  + ,    
  +.BR  semval
  + ߰Ų.
  +,
  +
  +.B SEM_UNDO
  +  꿡  ȴٸ, ý    
  +μ undo īƮ ƮѴ.
  +  ǰ,  ϴ μ ߻ ʴ´.
  +ȣ μ  Ʈ   ѵ  ־ Ѵ.
  +.PP
  +
  +.B sem_op
  + zero̸, μ  Ʈ  б  ѵ  ־ Ѵ.
  +
  +.B semval
  + ζ,  ȴ.
  +׷ , 
  +.B IPC_NOWAIT
  +
  +.BR sem_flg
  + Ǹ,
  +.BR EAGAIN
  +  
  +.B errno
  +  Ѵ.
  +.
  +׷ ,
  +.B semzcnt
  + ϳ ϰ, μ  ϳ Ͼ  ޿ .
  +.IP
  +.RS
  +.IP \(bu
  +.B semval
  + 
  +.B semzcnt
  +  ϴ  0 ȴ.
  +.IP \(bu
  + Ʈ ȴ. ý ȣ 
  +.BR EIDRM
  +   
  +.B errno
  +  Ѵ.
  +.IP \(bu
  +ȣ μ Ǿ ϴ  Ѵ.
  +.B semzcnt
  +  ҵǰ, ý ȣ 
  +.BR EINTR
  +  
  +.B errno
  +  Ѵ.
  +.RE
  +.PP
  +
  +.B sem_op
  + 0 ٸ, μ  Ʈ   ѵ  ־ Ѵ.
  +
  +.B semval
  + 
  +.BR sem_op
  + 밪 ų ϴٸ,
  +.B sem_op
  + 밪 
  +.BR semval
  +  ҵȴ .
  +, 
  +.B SEM_UNDO
  +  꿡  ܾȴٸ, ý   
  +μ undo īƮ ƮѴ.
  +׸,  ӵȴ.
  +׷ ʰ, 
  +Otherwise, if
  +.B IPC_NOWAIT
  + 
  +.BR sem_flg
  + ܾȴٸ,
  +ý ȣ
  +.BR EAGAIN
  +  
  +.B errno
  +  Ѵ.(  ׼ǵ
  +μ)
  +׷ ,
  +Otherwise
  +.B semncnt
  + ϳ  ǰ, μ   ϳ ߻ϱ  Ѵ.
  +.IP
  +.RS
  +.IP \(bu
  +.B semval
  + 
  +.BR sem_op
  + 밪 ϰų  .
  +.B semncnt
  +  ҵɶ, .B sem_op 밪 
  +.B semval .
  +׸
  +.B SEM_UNDO
  +  꿡   Ǹ, ý   
  +μ undo īƮ ƮѴ.
  +.IP \(bu
  + Ʈ ýۿ ȴ. ý ȣ 
  +.BR EIDRM
  +   
  +.B errno 
  +Ѵ.
  +.IP \(bu
  +ȣ μ Ǿ Ѵ  Ѵ. 
  +.B semncnt
  +  ҵǰ,
  +ý ȣ 
  +.BR EINTR
  +   
  +.B errno
  +  Ѵ.
  +.RE
  +.PP
  +In case of success, the
  + , 
  +.I sops
  +  õ 迭 õ     
  +.B sem
  +
  +.B sempid  ȣ μ process\-ID  ȴ.
  +, 
  +.B sem_otime
  + 
  +.B sem_ctime
  +  ð ȴ.
  +.SH ȯ
  +ý ȣ ̸
  +.BR 0
  + ȯϰ
  +׷ ,  Ű 
  +.B errno
  + 
  +.B \-1
  + ȯѴ.
  +.SH 
  + , 
  +.B errno
  +   ϳ ´.
  +.TP 11
  +.B E2BIG
  +μ 
  +.I nsops
  + ý ȣ     
  +.BR SEMOPM
  + Ѵ´.
  +.TP
  +.B EACCES
  +μ ȣ  䱸ϴ  տ 
  +    ʴ.
  +.TP
  +.B EAGAIN
  +.IB sem_flg
  + 
  +.BR IPC_NOWAIT
  +̾,     ų,
  +.I timeout
  +  ð  Ѿ  ʾҴ.
  +.TP
  +.B EFAULT
  +.I sops
  +  ּ, Ȥ
  +.I timeout
  +   .
  +.TP
  +.B EFBIG
  +Ϻ 꿡 Ͽ, 
  +.B sem_num 
  +
  +0  ۰ų,     ̴̻.
  +.TP
  +.B EIDRM
  +  Ǿ.
  +.TP
  +.B EINTR
  +  ޽, μ Ǿ ϴ  Ѵ.
  +.TP
  +.B EINVAL
  +   ʰų, 
  +.I semid
  + 0 ۴. Ǵ,
  +.I nsops  ƴϴ.
  +.TP
  +.B ENOMEM
  +.I sem_flg 
  + 
  +.B SEM_UNDO
  +, ý undo  Ҵ ŭ 
  +޸𸮸   ʴ.
  +.TP
  +.B ERANGE
  +Ϻ 꿡 Ͽ,
  +.I semop+semval
  +   ٸ 
  +.BR semval
  + ִ밪
  +.BR SEMVMX
  +  ũ.
  +.SH 
  +μ 
  +.B sem_undo 
  + 
  +.BR fork (2) 
  +ý ȣ ڽ μ
  +ӵ ʴ´.
  +ſ   
  +.BR execve (2) 
  +ý ȣ   ü μ  ϴ.
  +.PP
  +  Ʈ󿡼 
  +.B semop 
  +ȣ⿡  ħμ ڿ  Ѱ̴.
  +.TP 11
  +.B SEMOPM
  +ϳ 
  +.B semop 
  +ȣ⿡    ִ . å ̴.
  +.TP
  +.B SEMVMX
  +.BR semval
  +  ִ  .  ̴ (32767).
  +.SH 
  +ý undo û μ      
  +μ 
  +.B sem_undo 
  + Ѵ.
  +̷  μ exit Ӵ.
  +undo Ŀ ־ ߸  ֿ   ؼ Ʈ
  + 迭 
  +信 ϰ Ѵٴµ ִ.
  + 迭     undo û 
  +.B semopt 
  +ȣ    ִ.
  +, μ ڰ ־ ϴ°? Ǵ  undo  
  +.B IPC_NOWAIT 
  +÷׿
  +ȿ   ֵ Ǿ ϴ°?
  + Ǿ ϴ  undo  ٸ ʿ  õȴ.
  +,   undo Ȱ   ؼ ȴ.
  +.SH ȣȯ
  +SVr4, SVID.  SVr4 EINVAL, EFBIG, ENOSPC ߰  ǵ鿡   Ѵ.
  +.SH  ׸
  +.BR ipc (5),
  +.BR semctl (2),
  +.BR semget (2)
  +.SH 
  +ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.br
  +輺 <plodder@kldp.org> 2000 11 18
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 13
  
  
  


hhyoon      2005/02/14 14:14:07

  Modified:    man2     semget.2
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +243 -207  man-pages-ko/man2/semget.2
  
  Index: semget.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/semget.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- semget.2	18 Jul 2002 10:40:12 -0000	1.1
  +++ semget.2	14 Feb 2005 05:14:07 -0000	1.2
  @@ -1,207 +1,243 @@
  -.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\"
  -.\" Modified Tue Oct 22 17:54:56 1996 by Eric S. Raymond <esr@thyrsus.com>
  -.\"
  -.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  -.\"
  -.TH SEMGET 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual" 
  -.SH ̸
  -semget \-   ȮѴ.
  -.SH 
  -.nf
  -.B
  -# include <sys/types.h>
  -.B
  -# include <sys/ipc.h>
  -.B
  -# include <sys/sem.h>
  -.fi
  -.sp
  -.BI "int semget ( key_t " key ,
  -.BI "int " nsems ,
  -.BI "int " semflg " )"
  -.SH 
  - μ
  -.IR key
  -  ġϴ   Ȯ(identifier) ȯѴ.
  -.I nsems
  - ο  
  -.I key
  - 
  -.B IPC_PRIVATE
  - ų
  -.I key
  - ϴ    
  -.IR key 
  - ġ ʴ 
  -.BR IPC_PRIVATE 
  - ƴϸ ǰ,
  -.B IPC_CREAT
  - 
  -.I semflg
  - Ÿ ʴ´.(i.e.
  -.IR semflg " "
  -.B IPC_CREAT
  - 0 ƴϴ).
  -ʵ
  -.B IPC_CREAT
  -
  -.B IPC_EXCL
  -
  -.I semflg
  -    ۵Ѵ.
  -.PP
  -, μ
  -.I semflg
  -  9Ʈ       Ѵ. 
  -.PP
  -Դٰ ϴ  ý ȣ ý  Ÿ 
  -.B semid_ds
  -   ʱȭѴ:
  -.IP
  -.B sem_perm.cuid
  -
  -.B sem_perm.uid
  - ȣ μ ȿ -ID ȴ.
  -.IP
  -.B sem_perm.cgid
  -
  -.B sem_perm.gid
  - ȣ μ ȿ ׷-ID ȴ.
  -.IP
  -.B sem_perm.mode
  -   9Ʈ 
  -.IR semflg 
  -   9Ʈ ȴ.
  -.IP
  -.B sem_nsems
  - 
  -.IR nsems 
  -  ȴ.
  -.IP
  -.B sem_otime
  - 0 ȴ.
  -.IP
  -.B sem_ctime
  - ð ȴ.
  -.PP
  -μ
  -.I nsems
  - ýȣ  ,
  -.B 0
  -  ִ.
  - ܿ
  -.I nsems
  - 
  -.B 0
  - ũų semid   ū  ̾߸ Ѵ.
  -.RB ( SEMMSL ).
  -.PP
  - ̹ Ѵٸ,   Ǿ, 
  -verified, and a check is made to see if it is marked for destruction.
  -.SH ȯ
  -, ȯ   Ȯ( ) ̰, ׷   
  -Ÿ 
  -.B errno
  - Բ 
  -.B \-1
  - ȯȴ.
  -.SH 
  -а ȯ ,
  -.B errno
  -   ϳ  ̴:
  -.TP 11
  -.B EACCES
  - 
  -.IR key 
  -  , ȣ μ  ٱ  Ѵ.
  -.TP
  -.B EEXIST
  -  
  -.B key
  -  ϰ
  -.I semflg
  - 
  -.B IPC_CREAT
  -
  -.BR IPC_EXCL 
  - ȣѴ(asserting). 
  -.TP
  -.B ENOENT
  - ñ׳  
  -.I key
  -   ʰ, 
  -.I semflg
  - 
  -.BR IPC_CREAT 
  - ȣ ʴ´.
  -.TP
  -.B ENOMEM
  -  Ǿ  ý ο Ÿ  ޸𸮰
  - ʴ.
  -.TP
  -.B ENOSPC
  -  Ǿ  ý ñ׳ 
  -.RB ( SEMMNI )
  - ִ밪 ̳  
  -.RB ( SEMMNS )
  - ִ밪  Ѿ.
  -.SH 
  -.B IPC_PRIVATE
  - ÷ ʵ尡 ƴ, 
  -.B key_t
  -Ÿ̴.
  - Ư 
  -.IR key 
  -  ȴٸ,  ý ȣ  õ 
  -.I semflg
  - 9Ʈ ϰ ο    Ѵ.
  -.PP
  - 
  -.B semget
  -ȣ⿡  ִ  ڿ Ѵ:
  -.TP 11
  -.B SEMMNI
  -ý   ִ밪: å.
  -.TP
  -.B SEMMSL
  -semid  ִ밪: ( 500).
  -.TP
  -.B SEMMNS
  -ý  ִ밪  ; å. 
  -.SH 
  -.B IPC_PRIVATE
  -  ٸ Ҵ    μ Ѵ.
  -.PP
  -Ÿ   ý ȣ⿡  ʱȭ ʴ   ġѴ.
  -.SH ȣȯ
  -SVr4, SVID.  SVr4 documents additional error conditions EINVAL, EFBIG,
  -E2BIG, EAGAIN, ERANGE, EFAULT.
  -.SH  ׸
  -.BR ftok (3),
  -.BR ipc (5),
  -.BR semctl (2),
  -.BR semop (2)
  -.SH 
  -ASPLINUX<man@asp-linux.co.kr>, 2000 7 29
  -輺<plodder@kldp.org>, 2000 11 18
  +.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\" Modified Tue Oct 22 17:54:56 1996 by Eric S. Raymond <esr@thyrsus.com>
  +.\"
  +.\"
  +.\" ѱ : ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.\"
  +.\" r1.4 2005-02-14 14:12:39 +24-26 ȣ
  +.\" r1.3 2004-08-10 21:32:58 +30-25 xaos
  +.\" r1.2 2004-08-10 20:46:19 +33-9 xaos
  +.\" r1.1 2004-08-10 20:31:54  xaos
  +.\"
  +.TH SEMGET 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual"
  +.SH ̸
  +semget \-   ĺڸ .
  +.SH 
  +.nf
  +.B
  +# include <sys/types.h>
  +.B
  +# include <sys/ipc.h>
  +.B
  +# include <sys/sem.h>
  +.fi
  +.sp
  +.BI "int semget ( key_t " key ,
  +.BI "int " nsems ,
  +.BI "int " semflg " )"
  +.SH 
  + Լ
  +.IR key
  +  ϴ   ĺڸ ȯѴ.
  +.I key
  + 
  +.B IPC_PRIVATE
  + , Ǵ
  +.I key
  + 
  +.B IPC_PRIVATE
  + ƴ
  +.I key
  + ϴ    ,
  +Ǵ
  +.I semflg
  +
  +.B IPC_CREAT
  +  , ,
  +.I semflg
  +
  +.B IPC_CREAT
  + AND 0 ƴ 쿡
  +Լ 
  +.I nsems
  + 
  +  ο 
  +.
  +.I semflg
  +
  +.B IPC_CREAT
  +
  +.B IPC_EXCL
  + ÿ  ִ ,
  +.B open(2)
  +Լ 
  +mode μ
  +.B IPC_CREAT
  +
  +.B IPC_EXCL
  + ÿ Ǿ     Ѵ.
  +, 
  +.I semflag
  +
  +.B IPC_CREAT
  +
  +.B IPC_EXCL
  + ÿ Ǿ ְ,
  +.I key
  + شϴ  ̹   Լ Ѵ.
  +.PP
  + , μ
  +.I semflg
  +  9Ʈ  տ    Ѵ.
  +   
  +.B open
  +(2)
  +.B creat
  +(2) ý ȣ ٱ ÿ ϴ. 
  +.\" Ʒ Ȯιٶ.
  +,  㰡 ýۿ  ־ ,  տ 
  +   ǹѴ.
  +.PP
  +Դٰ  ý ȣ ý   Ÿ 
  +.B semid_ds
  +   ʱȭѴ:
  +.IP
  +.B sem_perm.cuid
  +
  +.B sem_perm.uid
  + ȣ μ ȿ -ID ȴ.
  +.IP
  +.B sem_perm.cgid
  +
  +.B sem_perm.gid
  + ȣ μ ȿ ׷-ID ȴ.
  +.IP
  +.B sem_perm.mode
  +   9Ʈ
  +.IR semflg
  +   9Ʈ ȴ.
  +.IP
  +.B sem_nsems
  +
  +.IR nsems
  +  ȴ.
  +.IP
  +.B sem_otime
  + 0 ȴ.
  +.IP
  +.B sem_ctime
  + ð ȴ.
  +.PP
  +μ
  +.I nsems
  + ýȣ    쿡
  +.B 0
  +  ִ.
  + ܿ
  +.I nsems
  +
  +.B 0
  + ũ semid  ִ밪  ̾߸ Ѵ.
  +.RB ( SEMMSL ).
  +.PP
  +.\" Ʒ Ȯιٶ.
  +  ̹ Ѵٸ,   Ȯϰ,
  +  ǥõǾִ ȮѴ.
  +.SH ȯ
  +, ȯ      ĺ ̰,
  +ƴ϶  Ÿ
  +.B errno
  + Բ
  +.B \-1
  + ȯȴ.
  +.SH 
  +а ȯ ,
  +.B errno
  +   ϳ  ̴:
  +.TP 11
  +.B EACCES
  +.IR key
  + ϴ   ,
  +ȣ μ տ  ٱ .
  +.TP
  +.B EEXIST
  +.I semflg
  +
  +.B IPC_CREAT
  +
  +.BR IPC_EXCL
  + Ǿ ִµ,
  +.IR key
  + ϴ   ̹ Ѵ.
  +.TP
  +.B ENOENT
  +.I key
  + ϴ    ʰ,
  +.I semflg
  +
  +.BR IPC_CREAT
  + Ǿ  ʴ.
  +.TP
  +.B ENOMEM
  +  Ǿ  ýۿ ޸𸮰 ϴ.
  +.TP
  +.B ENOSPC
  +  Ǿ  ý
  +   ִ밪,
  +.RB ( SEMMNI )
  +   ִ밪
  +.RB ( SEMMNS )
  +   ߴ.
  +.SH 
  +.B IPC_PRIVATE
  + ÷װ ƴϰ,
  +.B key_t
  +Ÿ̴.
  +.IR key
  +     ý ȣ
  +.I semflg
  + Ʒ 9Ʈ ̿ ٸ   ϰ
  +ο   Ѵ.
  +.PP
  +
  +.B semget
  +ȣ⿡  ִ   ڿ Ѵ:
  +.TP 11
  +.B SEMMNI
  +ý   ִ밪 : å.
  +.TP
  +.B SEMMSL
  +semid  ִ밪:   ( 500).
  +.TP
  +.B SEMMNS
  +ý  ִ밪 ; å .
  +.SH 
  +.B IPC_PRIVATE
  +  ٸ Ҵ    μ Ѵ.
  +.PP
  +Ÿ   ý ȣ⿡  ʱȭ ʴ   ġѴ.
  +.SH ȣȯ
  +SVr4, SVID.  SVr4 documents additional error conditions EINVAL, EFBIG,
  +E2BIG, EAGAIN, ERANGE, EFAULT.
  +.SH  ׸
  +.BR ftok (3),
  +.BR ipc (5),
  +.BR semctl (2),
  +.BR semop (2)
  +.SH 
  +ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.br
  +輺 <plodder@kldp.org> 2000 11 18
  +.br
  +ѱ Mnapage Ʈ (http://man.kldp.org) 2005 2 14
  
  
  


hhyoon      2005/02/14 14:18:07

  Modified:    man2     semctl.2
  Log:
  Fixed some errors
  
  Revision  Changes    Path
  1.2       +278 -208  man-pages-ko/man2/semctl.2
  
  Index: semctl.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/semctl.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- semctl.2	18 Jul 2002 10:40:12 -0000	1.1
  +++ semctl.2	14 Feb 2005 05:18:07 -0000	1.2
  @@ -1,208 +1,278 @@
  -.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\"
  -.\" Modified Tue Oct 22 17:53:56 1996 by Eric S. Raymond <esr@thyrsus.com>
  -.\" Modified Fri Jun 19 10:59:15 1998 by Andries Brouwer <aeb@cwi.nl>
  -.\"
  -.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  -.\"
  -.TH SEMCTL 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual" 
  -.SH ̸
  -semctl \-  .
  -.SH 
  -.nf
  -.B
  -#include <sys/types.h>
  -.B
  -#include <sys/ipc.h>
  -.B
  -#include <sys/sem.h>
  -
  -#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
  -/* union semun is defined by including <sys/sem.h> */
  -#else
  -/* according to X/OPEN we have to define it ourselves */
  -union semun {
  -        int val;                    /* SETVAL Ѱ */
  -        struct semid_ds *buf;       /* IPC_STAT, IPC_SET   */
  -        unsigned short int *array;  /* GETALL, SETALL  迭 */
  -        struct seminfo *__buf;      /* IPC_INFO   */
  -};
  -#endif
  -.fi
  -.sp
  -.BI "int semctl (int " semid ,
  -.BI "int " semnum ,
  -.BI "int " cmd ,
  -.BI "union semun " arg )
  -.SH 
  -  Ʈ
  -.I cmd
  -   ۿ Ѵ.
  -
  -Ʈ ù  
  -.IR semnum 
  -  
  -.B 0
  -  õȴ.
  -
  -.PP
  -.sp
  -.I cmd
  -    .
  -.TP 12
  -.B IPC_STAT
  -κ   
  -.IB arg .buf \fR
  -  Ǵ  Ÿ  Ѵ.
  -μ 
  -.I semnum
  - õȴ.
  -ȣ μ   б ־Ѵ.
  -.TP
  -.B IPC_RMID
  -   ϰ, װ Ÿ    μ Ѵ.
  -ȣ μ ȿ ID   ,  ϳ̾Ѵ.
  -μ
  -.I semnum
  - õȴ.
  -.TP
  -.B GETALL
  -.IB arg .array \fR.
  -μ    
  -.B semval
  - ȯѴ.
  - The argument
  -.I semnum
  - õȴ. ȣ μ  б  ־Ѵ.
  -.TP
  -.B GETNCNT
  -ý ȣ 
  -.B semncnt
  -  ȯѴ. ȣ μ   б  ־Ѵ.
  -.TP
  -.B GETPID
  - ȣ 
  -.B sempid
  -  ȯѴ. ȣ μ   б  ־Ѵ.
  -.TP
  -.B GETVAL
  -ý ȣ  .IR semnum \-th   
  -.B semval   Ѵ. 
  -ȣ μ    б ٿ ־ Ư   ־ Ѵ. 
  -.TP
  -.B GETZCNT
  -ý ȣ  .IR semnum \-th   
  -.B semzcnt  Ѵ. 
  -ȣ μ    б  ѵ  ־ Ѵ. 
  -.TP
  -.B SETALL
  -.IB μ 迭 ϰ ,  õ .B semid_ds  .B sem_ctime   ƮŴμ 
  -     .B semval Ѵ.. 
  - μ    Undo Ʈ Ұŵȴ. 
  -⿭  μ Ϻ .B semval 0 ǰų, ϸ, 
  -ٽ Ȱȭȴ. 
  -μ .I semnum õȴ. 
  -ȣ μ        ־ Ѵ. 
  -.TP
  -.B SETVAL
  -.B  õ .B semid_ds  .B sem_ctime   ƮŴμ,
  - semval   .IR semnum \-th   .IB arg .val Ѵ. 
  - μ    Undo Ʈ Ұŵȴ. 
  -⿭  μ Ϻ .B semval 0 ǰų, ϸ, 
  -ٽ Ȱȭȴ. 
  -μ .I semnum õȴ. 
  -ȣ μ        ־ Ѵ. 
  -.SH ȯ
  -ϸ, ý ȣ  Ű .B errno Բ .B \-1 Ѵ. 
  -׷ , ý ȣ Ʒ  .I cmd   ƴ  Ѵ. 
  -.TP 11
  -.B GETNCNT
  -.BR semncnt  .
  -.TP
  -.B GETPID
  -.BR sempid  .
  -.TP
  -.B GETVAL
  -.BR semval .
  -.TP
  -.B GETZCNT
  -.BR semzcnt  .
  -.SH 
  - Ͽ Ͽ, 
  -.B errno    ϳ  ̴.:
  -.TP 11
  -.B EACCES
  -ȣ μ .IR cmd ϴµ ʿ     ʴ´. 
  -.TP
  -.B EFAULT
  -.IB arg .buf  Ű ּҳ .IB arg .array  Ұϴ. 
  -.TP
  -.B EIDRM
  -  Ǿ. 
  -.TP
  -.B EINVAL
  -.I cmd
  -Ǵ
  -.IR semid   .
  -.TP
  -.B EPERM
  -μ .I cmd
  -has value
  -.B IPC_SET
  -Ǵ 
  -.B IPC_RMID
  - , ȣ μ ȿ  ID  ų  ִ ġ  
  -Ưǵ ´. 
  -.TP
  -.B ERANGE
  -μ
  -.I cmd
  -
  -.B SETALL
  -Ǵ 
  -.B SETVAL , 
  -and the value to which
  -.B semval 0     ũ Ǿ ϴ  ´. 
  -.BR SEMVMX .
  -.SH 
  -.BR IPC_INFO ,
  -.BR SEM_STAT
  -׸
  -.B SEM_INFO
  - ȣ Ҵ ڿ鿡  ϴ .BR ipcs (8) α׷  ȴ. 
  -.PP
  -    ý  .B semctl ȣ⿡  ģ.
  -.TP 11
  -.B SEMVMX
  -Maximum value for
  -.BR semval  ִ밪  ̴(32767).
  -.SH ȣȯ
  -SVr4, SVID.  SVr4    EINVAL EOVERFLOW   ۼѴ.
  -.SH  ׸
  -.BR ipc (5),
  -.BR shmget (2),
  -.BR shmat (2),
  -.BR shmdt (2)
  -.SH 
  -ASPLINUX<man@asp-linux.co.kr>, 2000 7 29
  -輺 <plodder@kldp.org>, 2000 11 18
  +.\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\" Modified Tue Oct 22 17:53:56 1996 by Eric S. Raymond <esr@thyrsus.com>
  +.\" Modified Fri Jun 19 10:59:15 1998 by Andries Brouwer <aeb@cwi.nl>
  +.\"
  +.\"
  +.\" ѱ : ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.\"
  +.\" r1.4 2005-02-14 14:16:42 +9-4 ȣ
  +.\" r1.3 2004-08-10 20:02:19 +42-25 xaos
  +.\" r1.2 2004-08-04 23:21:04 +2-1 xaos
  +.\" r1.1 2004-08-04 23:19:57  xaos
  +.\"
  +.TH SEMCTL 2 "November 1, 1993" "Linux 0.99.13" "Linux Programmer's Manual"
  +.SH ̸
  +semctl \-  .
  +.SH 
  +.nf
  +.B
  +#include <sys/types.h>
  +.B
  +#include <sys/ipc.h>
  +.B
  +#include <sys/sem.h>
  +
  +#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
  +/* union semun is defined by including <sys/sem.h> */
  +#else
  +/* according to X/OPEN we have to define it ourselves */
  +union semun {
  +        int val;                    /* SETVAL Ѱ */
  +        struct semid_ds *buf;       /* IPC_STAT, IPC_SET   */
  +        unsigned short int *array;  /* GETALL, SETALL  迭 */
  +        struct seminfo *__buf;      /* IPC_INFO   */
  +};
  +#endif
  +.fi
  +.sp
  +.BI "int semctl (int " semid ,
  +.BI "int " semnum ,
  +.BI "int " cmd ,
  +.BI "union semun " arg )
  +.SH 
  +.B semctl
  +Լ
  +.I semid
  + Ű  , Ȥ  
  +.I semnum
  +° ( 
  +.B 0
  + Ѵ.)
  +.I cmd
  + ϴ ۿ Ѵ.
  +
  +.PP
  +.sp
  +.I cmd
  +    .
  +.TP 12
  +.B IPC_STAT
  +.IB arg .buf \fR
  +Ͱ Ű ü   Ÿ   Ѵ.
  +.I semnum
  +μ õȴ.
  +ȣ μ   б ־Ѵ.
  +
  +.TP
  +.B IPC_RMID
  + հ Ÿ   ϰ,   μ Ѵ.
  +ȣ μ ȿ ID     Ȥ  
  +ϳ Ѵ.
  +μ
  +.I semnum
  + õȴ.
  +.TP
  +.B GETALL
  +   
  +.B semval
  +
  +.IB arg .array \fR.
  + Ѵ.
  + 
  +.I semnum
  + õȴ. ȣ μ  б  ־Ѵ.
  +.TP
  +.B GETNCNT
  +.I semnum
  +°  
  +.B semncnt
  + ȯѴ.   
  +.B semval
  + ϱ⸦ ٸ ִ
  +μ  Ÿ. ȣ μ   б  ־Ѵ.
  +.TP
  +.B GETPID
  + ȣ
  +.B sempid
  +  ȯѴ.  
  + ֱٿ ش 
  +.B semop
  +ȣ ߴ μ pid Ÿ. 
  +ȣ μ   б  ־Ѵ.
  +.TP
  +.B GETVAL
  + 
  +.IR semnum 
  +°  
  +.B semval 
  +  ȯѴ. ȣ μ    б ٿ ־ Ư   ־ Ѵ.
  +.TP
  +.B GETZCNT
  +ý ȣ  
  +.IR semnum 
  +°  
  +.B semzcnt
  +  ȯѴ.  
  +.B semval
  + 0 Ǳ⸦ ٸ ִ
  +μ  Ÿ.
  +ȣ μ    б  ѵ  ־ Ѵ.
  +.TP
  +.B SETALL
  +.IB arg .array \fR
  +μ 迭 Ͽ   
  +.B semval
  + Ѵ.
  +հ õ 
  +.B semid_ds 
  +ü 
  +.B sem_ctime 
  +  ƮѴ.
  + μ    Undo Ʈ Ұŵȴ.
  +⿭  μ Ϻ 
  +.B semval
  + 0 ǰų, ϸ, ٽ Ȱȭȴ.
  +μ 
  +.I semnum
  + õȴ. ȣ μ        ־ Ѵ.
  +.TP
  +.B SETVAL
  +.B 
  +.IB arg .val \fR
  + Ͽ  
  +.I semnum
  +° 
  +.B semval
  + Ѵ.
  +.B semid_ds 
  + 
  +.B sem_ctime 
  +  ƮŲ.
  + μ    Undo Ʈ Ұŵȴ. 
  +⿭  μ  
  +.B semval
  + 0 ǰų, ϸ, ٽ Ȱȭȴ.
  +μ 
  +.I semnum
  + õȴ.
  +ȣ μ        ־ Ѵ.
  +.SH ȯ
  +ϸ, ý ȣ  Ű 
  +.B errno
  + Բ 
  +.B \-1
  + Ѵ.
  +׷ , ý ȣ Ʒ  
  +.I cmd
  +   ƴ  Ѵ.
  +.TP 11
  +.B GETNCNT
  +.BR semncnt
  +  .
  +.TP
  +.B GETPID
  +.BR sempid
  +  .
  +.TP
  +.B GETVAL
  +.BR semval
  + .
  +.TP
  +.B GETZCNT
  +.BR semzcnt
  +  .
  +.SH 
  + Ͽ Ͽ,
  +.B errno 
  +   ϳ  ̴.:
  +.TP 11
  +.B EACCES
  +ȣ μ 
  +.IR cmd
  + ϴµ ʿ     ʴ´.
  +.TP
  +.B EFAULT
  +.IB arg .buf
  +  Ű ּҳ 
  +.IB arg .array
  +  Ұϴ.
  +.TP
  +.B EIDRM
  +  Ǿ.
  +.TP
  +.B EINVAL
  +.I cmd
  +Ǵ
  +.IR semid
  +   .
  +.TP
  +.B EPERM
  +μ 
  +.I cmd
  +
  +.B IPC_SET
  +Ǵ
  +.B IPC_RMID
  + , ȣ μ ȿ  ID  ų  ִ ġ  Ưǵ ´.
  +.TP
  +.B ERANGE
  +μ
  +.I cmd
  +
  +.B SETALL
  +Ǵ
  +.B SETVAL ,
  +and the value to which
  +.B semval
  + 0     ũ Ǿ ϴ  ´.
  +.BR SEMVMX .
  +.SH 
  +.BR IPC_INFO ,
  +.BR SEM_STAT
  +׸
  +.B SEM_INFO
  + ȣ Ҵ ڿ鿡  ϴ 
  +.BR ipcs (8) 
  +α׷  ȴ.
  +.PP
  +    ý  
  +.B semctl 
  +ȣ⿡  ģ.
  +.TP 11
  +.B SEMVMX
  +.BR semval
  +  ִ밪  ̴ (32767).
  +.SH ȣȯ
  +SVr4, SVID.  SVr4    EINVAL EOVERFLOW   ۼѴ.
  +.SH  ׸
  +.BR ipc (5),
  +.BR shmget (2),
  +.BR shmat (2),
  +.BR shmdt (2)
  +.SH 
  +ASPLINUX<man@asp-linux.co.kr> 2000 7 29
  +.br
  +輺 <plodder@kldp.org> 2000 11 18
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 14
  
  
  


hhyoon      2005/02/14 14:43:06

  Modified:    man3     scandir.3
  Log:
  Fixed errors
  
  Revision  Changes    Path
  1.2       +9 -4      man-pages-ko/man3/scandir.3
  
  Index: scandir.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/scandir.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- scandir.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ scandir.3	14 Feb 2005 05:43:06 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,7 +16,7 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
  @@ -32,6 +32,9 @@
   .\" Please do not `correct' the version here.
   .\" Modified Sun Sep 24 20:15:46 2000 by aeb, following Petter Reinholdtsen.
   .\"
  +.\"
  +.\" ѱ :  <hermes44@secsm.org> 2001 6 28
  +.\"
   .TH SCANDIR 3  "1996 4 11" "GNU" " α׷ Ŵ"
   .SH ̸
   scandir, alphasort \- 丮 ش ׸ Ѵ
  @@ -95,5 +98,7 @@
   .BR rewinddir (3),
   .BR telldir (3),
   .BR seekdir (3).
  -.SH 
  - <hermes44@secsm.org>, 2001 6 28
  +.SH 
  + <hermes44@secsm.org> 2001 6 28
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 14
  
  
  


hhyoon      2005/02/14 14:48:20

  Modified:    man1     rm.1
  Log:
  Fixed errors
  
  Revision  Changes    Path
  1.2       +28 -21    man-pages-ko/man1/rm.1
  
  Index: rm.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/rm.1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rm.1	18 Jul 2002 10:40:11 -0000	1.1
  +++ rm.1	14 Feb 2005 05:48:20 -0000	1.2
  @@ -1,34 +1,39 @@
  +.\" ѱ : ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 14
  +.\"
  +.\" r1.2 2005-02-14 14:47:29 +10-4 ȣ
  +.\" r1.1 2004-07-10 10:58:19  61.98.79.215
  +.\"
   .TH RM 1 "GNU File Utilities" "FSF" \" -*- nroff -*-
  -.SH NAME
  +.SH ̸
   rm \-  
  -.SH SYNOPSIS
  +.SH 
   .B rm
   [\-dfirvR] [\-\-directory] [\-\-force] [\-\-interactive] [\-\-recursive]
   [\-\-help] [\-\-version] [\-\-verbose] name...
  -.SH DESCRIPTION
  +.SH 
     ̻ ֽ   ʴ.  ׷,  
   Ʋ  쵵  ְ,    쵵    ̴.  
   Ŵ ϸ, Texinfo  ϱ ٶ.
   .PP
    Ŵ 
  -.BR rm 
  +.BR rm
    GNU      ̴.
   .B rm
      . ʱⰪδ δ  ʴ´.
   .P
  -࿡  尡 б ̰, ǥ Է tty̰, 
  -\fI\-f\fR \fI\-\-force\fR ɼ  , 
  +࿡  尡 б ̰, ǥ Է tty̰,
  +\fI\-f\fR \fI\-\-force\fR ɼ  ,
   .B rm
  - ڿ     . 
  + ڿ     .
   ̶, `y' `Y' Է ־   .
   .LP
   GNU
  -.BR rm 
  -ɰ  \fBgetopt(3)\fR Լ ϴ  Ǯ׸ 
  +.BR rm
  +ɰ  \fBgetopt(3)\fR Լ ϴ  Ǯ׸
   .I \-\-
  -ɼ    ɼ ƴ  νѴ. 
  -  ̸ `\-f'    Ѵٸ, 
  -   Ѵ.  
  +ɼ    ɼ ƴ  νѴ.
  +  ̸ `\-f'    Ѵٸ,
  +   Ѵ.
   .RS
   rm \-\- \-f
   .RE
  @@ -36,27 +41,27 @@
   .RS
   rm ./\-f
   .RE
  -н 
  +н
   .B rm
  - `-' ڷ ϴ ɼǵ  
  + `-' ڷ ϴ ɼǵ 
   ̷ ɵ ȵ ̴.
  -.SS OPTIONS
  +.SH ɼ
   .TP
   .I "\-d, \-\-directory"
  -`rmdir'  ſ `unlink' Բ θ . 
  +`rmdir'  ſ `unlink' Բ θ .
   unlinkϱ   ΰ ִ Ȯ ʰ, ׳ unlink ع.
  -̷ , ࿡    ȿ  ִٸ, 
  +̷ , ࿡    ȿ  ִٸ,
    ϵ Ӽ   ִ.( Ұ , ̾ .)
    ɼ   Ŀ \fBfsck(8)\fR  ý ˻ϱ ٶ.
  - ɼ ý ڸ   ִ. 
  + ɼ ý ڸ   ִ.
   .TP
   .I "\-f, \-\-force"
  -   쿡 ƹ ޽  ʰ ׳ Ѿ. 
  +   쿡 ƹ ޽  ʰ ׳ Ѿ.
    ɼ  ũƮ ȿ   ϰ δ.
   .TP
   .I "\-i, \-\-interactive"
  -  ϳ   ڿ  . 
  -̶ `y'  `Y'   .
  +  ϳ   ڿ  .
  +̶ `y'  `Y'   .
   .TP
   .I "\-r, \-R, \-\-recursive"
   Ϲ ̸ ׳ , θ,   ο   .
  @@ -69,3 +74,5 @@
   .TP
   .I "\-\-version"
     ְ ģ.
  +.SH 
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 14
  
  
  


hhyoon      2005/02/14 14:54:02

  Modified:    man4     random.4
  Log:
  Fixed errors
  
  Revision  Changes    Path
  1.2       +75 -81    man-pages-ko/man4/random.4
  
  Index: random.4
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man4/random.4,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- random.4	18 Jul 2002 10:40:12 -0000	1.1
  +++ random.4	14 Feb 2005 05:54:02 -0000	1.2
  @@ -1,81 +1,75 @@
  -.\" Copyright (c) 1997 John S. Kallal (kallal@voicenet.com)
  -.\"
  -.\" This is free documentation; you can redistribute it and/or
  -.\" modify it under the terms of the GNU General Public License as
  -.\" published by the Free Software Foundation; either version 2 of
  -.\" the License, or (at your option) any later version.
  -.\"
  -.\" Some changes by tytso and aeb.
  -.\"
  -.\" ѱ  : ASPLINUX<man@asp-linux.co.kr>    2000 7 29
  -.\"
  -.TH RANDOM 4 "1997 8 1" "" " α׷ ޴"
  -.SH ̸
  -random, urandom \- Ŀ random number ҽġ
  -.SH 
  -\fB/dev/random\fP \fB/dev/urandom\fP  Ŀ ⿡ ̽
  -Ѵ. \fB/dev/random\fP  ġȣ1̰ ̳ ġȣ 8̴.
  -\fB/dev/urandom\fP  ġȣ 1̰ ̳ ġ ȣ 9̴.
  -.LP
  - ġ ̹ ƮǮ ٸ ҽκ  .
  -  Ʈ Ǯ  Ʈ Ѵ. ̰  Ʈ
  -Ǯ  ȴ.
  -.LP 
  -.SH CONFIGURING
  - ýۿ \fB/dev/random\fP \fB/de/urandom\fP ٸ, 
  -Ʒ  ȴ.
  -
  -.nf
  -        mknod -m 644 /dev/random c 1 8
  -        mknod -m 644 /dev/urandom c 1 9
  -        chown root:root /dev/random /dev/urandom
  -.fi
  - 
  -ý ۷ ۿ ۵ɶ, Ʈ Ǯ Ȯ ˼  
  -Ϸ 𸥴. ̰ ġ ƮǮ   δ. ̷ 
  -⶧ ˴ٿ ۽ Ʈ Ǯ    ´. ̷ ϱ,
  - ý Ҷ ϴ  ũƮ  ߰Ѵ.
  -
  -.nf
  -	echo "Initializing kernel random number generator..."
  -	# Initialize kernel random number generator with random seed 
  -	# from last shut-down (or start-up) to this start-up.  Load and 
  -	# then save 512 bytes, which is the size of the entropy pool.
  - 	if [ -f /var/random-seed ]; then
  -		cat /var/random-seed >/dev/urandom
  - 	fi
  -	dd if=/dev/urandom of=/var/random-seed count=1
  -.fi
  -
  -  ˴ٿ Ҷ ϴ  ũƮ Ʒ ߰Ѵ.
  - 
  -.nf
  - 	# Carry a random seed from shut-down to start-up for the random 
  -	# number generator.  Save 512 bytes, which is the size of the 
  -	# random number generator's entropy pool.
  - 	echo "Saving random seed..."
  - 	dd if=/dev/urandom of=/var/random-seed count=1
  -.fi
  -.SH 
  -/dev/random
  -.br
  -/dev/urandom
  -.SH 
  -Ŀ   THeodore Ts'o  (tytso@athena.mit.edu).
  -.SH  ׸
  -mknod (1)
  -.br
  -RFC 1750, "Randomness Recommendations for Security"
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +.\" Copyright (c) 1997 John S. Kallal (kallal@voicenet.com)
  +.\"
  +.\" This is free documentation; you can redistribute it and/or
  +.\" modify it under the terms of the GNU General Public License as
  +.\" published by the Free Software Foundation; either version 2 of
  +.\" the License, or (at your option) any later version.
  +.\"
  +.\" Some changes by tytso and aeb.
  +.\"
  +.\"
  +.\" ѱ : ASPLINUX<man@asp-linux.co.kr> 2000 7 29
  +.\"
  +.\" r1.2 2005-02-14 14:53:04 +10-16 ȣ
  +.\" r1.1 2004-08-18 11:00:59  211.218.50.85
  +.\"
  +.TH RANDOM 4 "1997 8 1" "" " α׷ ޴"
  +.SH ̸
  +random, urandom \- Ŀ random number ҽġ
  +.SH 
  +\fB/dev/random\fP \fB/dev/urandom\fP  Ŀ ⿡ ̽
  +Ѵ. \fB/dev/random\fP  ġȣ1̰ ̳ ġȣ 8̴.
  +\fB/dev/urandom\fP  ġȣ 1̰ ̳ ġ ȣ 9̴.
  +.LP
  + ġ ̹ ƮǮ ٸ ҽκ  .
  +  Ʈ Ǯ  Ʈ Ѵ. ̰  Ʈ
  +Ǯ  ȴ.
  +.LP
  +.SH 
  + ýۿ \fB/dev/random\fP \fB/dev/urandom\fP ٸ,
  +Ʒ  ȴ.
  +
  +.nf
  +        mknod -m 644 /dev/random c 1 8
  +        mknod -m 644 /dev/urandom c 1 9
  +        chown root:root /dev/random /dev/urandom
  +.fi
  +
  +ý ۷ ۿ ۵ɶ, Ʈ Ǯ Ȯ ˼  
  +Ϸ 𸥴. ̰ ġ ƮǮ   δ. ̷ 
  +⶧ ˴ٿ ۽ Ʈ Ǯ    ´. ̷ ϱ,
  + ý Ҷ ϴ  ũƮ  ߰Ѵ.
  +
  +.nf
  +	echo "Initializing kernel random number generator..."
  +	# Initialize kernel random number generator with random seed
  +	# from last shut-down (or start-up) to this start-up.  Load and
  +	# then save 512 bytes, which is the size of the entropy pool.
  + 	if [ -f /var/random-seed ]; then
  +		cat /var/random-seed >/dev/urandom
  + 	fi
  +	dd if=/dev/urandom of=/var/random-seed count=1
  +.fi
  +
  +  ˴ٿ Ҷ ϴ  ũƮ Ʒ ߰Ѵ.
  +
  +.nf
  + 	# Carry a random seed from shut-down to start-up for the random
  +	# number generator.  Save 512 bytes, which is the size of the
  +	# random number generator's entropy pool.
  + 	echo "Saving random seed..."
  + 	dd if=/dev/urandom of=/var/random-seed count=1
  +.fi
  +
  +.SH 
  +/dev/random
  +.br
  +/dev/urandom
  +.SH 
  +Ŀ   THeodore Ts'o <tytso@athena.mit.edu> .
  +.SH  ׸
  +mknod(1)
  +.br
  +RFC 1750, "Randomness Recommendations for Security"
  +.SH 
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 14
  
  
  


hhyoon      2005/02/15 20:15:49

  Modified:    man2     poll.2
  Log:
  Fixed errors
  
  Revision  Changes    Path
  1.2       +35 -19    man-pages-ko/man2/poll.2
  
  Index: poll.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/poll.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- poll.2	18 Jul 2002 10:40:11 -0000	1.1
  +++ poll.2	15 Feb 2005 11:15:49 -0000	1.2
  @@ -10,7 +10,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -18,12 +18,22 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
   .\" Additions from Richard Gooch <rgooch@atnf.CSIRO.AU> and aeb, 971207
   .\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2000 8 6
  +.\"
  +.\" r1.5 2005-02-15 20:13:43 +20-14 ȣ
  +.\" manpage      
  +.\" r1.4 2004-07-06 19:41:05 +0-3 redpixel
  +.\" r1.3 2004-07-06 19:40:36 +3-0 redpixel
  +.\" r1.2 2004-07-06 14:25:06 +0-1 redpixel
  +.\" r1.1 2004-07-06 14:21:49  221.140.87.157 
  +.\"
   .TH POLL 2 "1997 11 7" "Linux 2.1.23" " α׷ Ŵ"
   .SH ̸
   poll \-  ڿ  ̺Ʈ ٸ.
  @@ -34,12 +44,12 @@
   .SH 
   .B poll
   
  -.BR select 
  - ̴.
  -
  +.BR select 
  + ƶ   Լ̴. 
   .I nfds
   ü Ÿ 迭
   .br
  +
   .nf
           struct pollfd {
                   int fd;           /*   */
  @@ -47,6 +57,7 @@
                   short revents;    /* ȯ ̺Ʈ */
           };
   .fi
  +
   и
   .I timeout
    Ѵ.
  @@ -54,35 +65,37 @@
   .I fd
   ʵ   ڸ Ѵ.
   .I events
  -ʵ  α׷ ٸ ִ ̺Ʈ  Ʈ ũ Է 
  +ʵ  α׷ ٸ ִ ̺Ʈ  Ʈ ũ Է
   Ķ̴.
   .I revents
  -ʵ  䱸 Ÿ ̺Ʈ̰ų 
  +ʵ  䱸 Ÿ ̺Ʈ̰ų
   .B POLLERR
   Ǵ
   .B POLLHUP
   Ǵ
   .BR POLLNVAL Ÿ
  -̺Ʈ ϳ  Ͼ ̺Ʈ  Ŀο  ä  
  -Ķ̴.(  Ʈ 
  +̺Ʈ  ϳ  Ͼ  ̺Ʈ  Ŀο  ä 
  +Ķ̴. (  Ʈ
   .I events
  -ʵ忡 ǹ̰  ϴ  ϶
  +ʵ忡 ǹ̰  ϴ   
   .I revents
   ʵ忡 ȴ.)
  -䱸 ̺Ʈ ͵ ϱ߿ Ͼ ʴ´ٸ, Ŀ
  - ̺Ʈ  ϳ Ͼ⸦ 
  +䱸 ̺Ʈ   ͵   ߿ Ͼ ʴ´ٸ, Ŀ
  + ̺Ʈ  ϳ Ͼ⸦
   .I timeout
   иʵ ٸ.
   ̵ Ʈũ ߿   Ʈ <sys/poll.h> ǵǾ ִ.
   .br
  +
   .nf
       #define POLLIN      0x0001    /*  Ͱ ִ */
       #define POLLPRI     0x0002    /*   Ͱ ִ */
       #define POLLOUT     0x0004    /* Ⱑ  Ⱑ ƴϴ */
       #define POLLERR     0x0008    /*   */
  -    #define POLLHUP     0x0010    /* Hung up */
  +    #define POLLHUP     0x0010    /*  Ǵ  */
       #define POLLNVAL    0x0020    /* ȿ 䱸: fd  ʾҴ */
   .fi
  +
   <asm/poll.h>  
   .BR POLLRDNORM ,
   .BR POLLRDBAND ,
  @@ -92,11 +105,12 @@
   .B POLLMSG
    ǵǾ ִ.
   .SH ȯ
  -,   ȯǸ ȯ ڴ 
  +,   ȯǸ ȯ ڴ
   .I revents
  -ʵ尡  ִ ü ̴(ٽ ؼ,  ̺Ʈ̳   ִ ̵  ).
  +ʵ尡  ִ ü ̴. 
  +(ٽ ؼ,  ̺Ʈ̳   ִ ̵  )
   0  ȣ Ÿ ƿ ɷȰ   ڵ õ ʾ Ų.
  -̸ \-1 ϵǸ 
  +̸ \-1 ϵǸ
   .I errno
      ȴ.
   .SH 
  @@ -111,12 +125,14 @@
   䱸 ̺Ʈ  ȣ ߻ߴ.
   .SH ȣȯ
   XPG4-UNIX.
  -.SH AVAILABILITY
  +.SH ȿ
   poll() ý  Linux 2.1.23 ҰǾ.
   poll() ̺귯 Լ libc 5.4.28  Ұ Ǿ.
   (׸  Ŀ poll ý    ʴٸ select  
   ķ̼ Ѵ.)
   .SH  ׸
   .BR select (2)
  -.SH 
  - <skyeyes@soback.kornet.net>, 2000 8 6
  +.SH 
  + <skyeyes@soback.kornet.net> 2000 8 6
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 15
  
  
  


hhyoon      2005/02/15 20:23:08

  Modified:    man2     msgget.2
  Log:
  Fixed errors
  
  Revision  Changes    Path
  1.2       +75 -64    man-pages-ko/man2/msgget.2
  
  Index: msgget.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/msgget.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- msgget.2	18 Jul 2002 10:40:11 -0000	1.1
  +++ msgget.2	15 Feb 2005 11:23:08 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,13 +16,21 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
   .\" Added correction due to Nick Duffek <nsd@bbc.com>, aeb, 960426
   .\" Modified Wed Nov  6 04:00:31 1996 by Eric S. Raymond <esr@thyrsus.com>
  -.TH MSGGET 2 "1993 11 1" "Linux 0.99.13" " α׷ Ŵ" 
  +.\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2000 6 19
  +.\"
  +.\" r1.2 2005-02-15 20:20:17 +13-5 ȣ
  +.\" manpage   
  +.\" r1.1 2004-08-10 21:38:00  xaos
  +.\"
  +.TH MSGGET 2 "1993 11 1" "Linux 0.99.13" " α׷ Ŵ"
   .SH ̸
   msgget \- ޼ ť ĺڸ ´.
   .SH 
  @@ -38,68 +46,68 @@
   .BI "int msgget ( key_t " key ,
   .BI "int "msgflg " )"
   .SH 
  - Լ 
  + Լ
   .I key
    õ ޼ ť ĺڸ ȯѴ.
  -, 
  -.IR key  
  +,
  +.IR key 
   .B IPC_PRIVATE
  -  ְų Ǵ 
  +  ְų Ǵ
   .IR key 
   .BR IPC_PRIVATE 
  -ƴϰ, 
  -.IR key  
  -Ǿ ִ ޼ ť ٸ ο ޼ ť  
  -.BR IPC_CREAT  
  -.IR msgflg  
  +ƴϰ,
  +.IR key 
  +Ǿ ִ ޼ ť ٸ ο ޼ ť 
  +.BR IPC_CREAT 
  +.IR msgflg 
   õǾ ִ.
   (i.e.
   .IB msgflg & IPC_CREAT
    0 ƴϴ.)
   
  -.IR msgflg  
  -ϴ 
  -.BR IPC_CREAT  
  +.IR msgflg 
  +ϴ
  +.BR IPC_CREAT 
   .B IPC_EXCL
  -ʵ 
  -.BR open (2)ý 
  +ʵ
  +.BR open (2)ý
   ȣ  ڿ
  -.BR O_CREAT  
  -.BR O_EXCL  
  +.BR O_CREAT 
  +.BR O_EXCL 
   ִ ó ޼ ť 翡    Ѵ.:
  - 
  -.IR msgflg  
  +
  +.IR msgflg 
   .BR IPC_CREAT 
  -.BR IPC_EXCL ̰ 
  -.IR key  
  - ޼ ť ̹ Ѵٸ, 
  +.BR IPC_EXCL ̰
  +.IR key 
  + ޼ ť ̹ Ѵٸ,
   .B msgget
   ý  Ѵ.
   .PP
  -, 
  +,
   .I msgflg
     9Ʈ ޼ ť   㰡 Ѵ.
  - 㰡 
  -.BR open (2)̳ 
  + 㰡
  +.BR open (2)̳
   .BR creat (2) ý
   ݿ ִ  㰡ǰ  ,  ǹ̸ .
   ( 㰡  ʴ´.)
   .PP
  -ٳ, ϴ , 
  +ٳ, ϴ ,
   ý    ý ޼ ť  ü
  -.BR msqid_ds  
  +.BR msqid_ds 
   ʱȭ Ѵ.
   .IP
   .BR msg_perm.cuid 
  -.BR msg_perm.uid  
  +.BR msg_perm.uid 
   ȣ μ ȿ \-ID ȴ.
   .IP
   .BR msg_perm.cgid 
  -.BR msg_perm.gid  
  +.BR msg_perm.gid 
   ȣ μ ȿ ׷\-ID ȴ.
   .IP
  -.BR msg_perm.mode  
  - 9Ʈ 
  +.BR msg_perm.mode 
  + 9Ʈ
   .IR msgflg 
    9Ʈ ȴ.
   .IP
  @@ -108,13 +116,13 @@
   .BR msg_lrpid ,
   .BR msg_stime
   ׸
  -.BR msg_rtime  
  +.BR msg_rtime 
   0 ȴ.
   .IP
  -.BR msg_ctime  
  +.BR msg_ctime 
    ð ȴ.
   .IP
  -.BR msg_qbytes  
  +.BR msg_qbytes 
   ý Ѱ
   .BR MSGMNB 
   ȴ.
  @@ -125,23 +133,23 @@
   
   .SH ȯ
   , ȯ ޼ ť ĺ(  ) Ǹ, ׷ 
  - Ű 
  -.BR errno  Բ 
  -.BR \-1  
  + Ű
  +.BR errno  Բ
  +.BR \-1 
   ȯȴ.
   .SH 
  -н, 
  -.BR errno  
  +н,
  +.BR errno 
      ϳ ȴ.:
   .TP 11
   .B EACCES
  -.IR key  
  +.IR key 
   ش ϴ ޼ ť  ȣ μ ť   㰡   ʴ.
   .TP
   .B EEXIST
  -.BR key  
  -شϴ ޼ ť ϸ 
  -.IR msgflg  
  +.BR key 
  +شϴ ޼ ť ϸ
  +.IR msgflg 
   .BR IPC_CREAT 
   .BR IPC_EXCL 
     ִ.
  @@ -150,9 +158,9 @@
   ޼ ť ŵǵ ǥõǾ ִ.
   .TP
   .B ENOENT
  -.IR key  
  -شϴ ޼ ť   
  -.IR msgflg  
  +.IR key 
  +شϴ ޼ ť  
  +.IR msgflg 
   .BR IPC_CREAT 
    ʴ´.
   .TP
  @@ -162,45 +170,48 @@
   .TP
   .B ENOSPC
   ޼ ť   ý   ޼ ť ִ 
  -.RB ( MSGMNI ) 
  +.RB ( MSGMNI )
   ʰߴ.
   .SH 
  -.BR IPC_PRIVATE  
  +.BR IPC_PRIVATE 
   ÷ ʵ尡 ƴϰ
   .B key_t
   Ÿ̴.
  - Ư  
  -.IR key  
  -ȴٸ, ý  
  -.IR msgflg  
  + Ư 
  +.IR key 
  +ȴٸ, ý 
  +.IR msgflg 
    8Ʈ    Ѵ.
  -׸ ο ޼ ť Ѵ.()
  +׸  ο ޼ ť Ѵ.
   .PP
  - 
  +
   .B msgget
  -Լ  ִ ޼ ť ڿ  ý Ѱ̴.:
  +Լ  ִ ޼ ť ڿ  ý Ѱ̴:
   .TP 11
   .B MSGMNI
   ޼ ť ý ִ  : å ̴.
   .SH 
  -.BR IPC_PRIVATE  
  +.BR IPC_PRIVATE 
    Ҵ ޼ ť ϴ ٸ μ   Ѵ.
   .PP
  -Ͽó ޼ ť Ÿ  ϵ μ   
  +Ͽó ޼ ť Ÿ  ϵ μ  
    .
   
  -.IR msgflg  
  +.IR msgflg 
   .BR IPC_CREAT 
  -.BR IPC_EXCL  
  +.BR IPC_EXCL 
   ϴ  ο ޼ ť Ǿٴ  ()
   ̰ ޼ ť  Ÿ  Ͻϴ  ƴϴ.
   .SH ȣȯ
  -SVr4, SVID.  SVr4  EIDRM  ڵ带 ȭ  ʾҴ.
  +SVr4, SVID.  SVr4  EIDRM  ڵ带 ȭ ʾҴ.
   .SH  ׸
   .BR ftok (3),
   .BR ipc (5),
   .BR msgctl (2),
   .BR msgsnd (2),
   .BR msgrcv (2)
  -.SH 
  - <skyeyes@soback.kornet.net>, 2000 6 19
  +.SH 
  + <skyeyes@soback.kornet.net> 2000 6 19
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 15
  +
  
  
  


hhyoon      2005/02/15 20:29:05

  Modified:    man3     malloc.3
  Log:
  Fixed errors
  
  Revision  Changes    Path
  1.2       +46 -37    man-pages-ko/man3/malloc.3
  
  Index: malloc.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/malloc.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- malloc.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ malloc.3	15 Feb 2005 11:29:05 -0000	1.2
  @@ -8,7 +8,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -16,7 +16,7 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\" License.
  @@ -24,6 +24,13 @@
   .\" Clarification concerning realloc, iwj10@cus.cam.ac.uk (Ian Jackson), 950701
   .\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de)
   .\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2001 3 11
  +.\"
  +.\" r1.2 2005-02-15 20:27:24 +14-7 ȣ
  +.\"    
  +.\" r1.1 2004-08-18 20:56:07  xaos
  +.\"
   .TH MALLOC 3  "1993 4 4" "GNU" " α׷ Ŵ"
   .SH ̸
   calloc, malloc, free, realloc \-  ޸ Ҵ  
  @@ -43,35 +50,35 @@
   .B calloc()
   Լ  ũⰡ
   .I size
  -Ʈ 
  +Ʈ
   .I nmemb
    ҷ ̷ 迭  ޸𸮸 Ҵϰ Ҵ ޸𸮿 
   ͸ ȯѴ.
  -޸𸮸 0  ȴ.
  +޸𸮴 0  ȴ.
   .PP
   .B malloc()
  -Լ 
  +Լ
   .I size
   Ʈ Ҵϰ Ҵ ޸𸮿  ͸ ҴѴ.
   ޸𸮸 Ŭ ʴ´.
   .PP
   .B free()
  - 
  +
   .BR malloc() ,
   .B calloc()
   Ǵ
  -.BR realloc() 
  - ȣ ȯǴ 
  -.IR ptr 
  -Ű ޸  Ѵ.
  +.BR realloc() 
  +  ȣ ȯǴ
  +.IR ptr 
  + Ű ޸  Ѵ.
   ׷ ʰ, 
   .BI "free(" "ptr" )
     ̹ ȣǾٸ, ǵ  ൿ Ͼ.
   
   .I ptr
   
  -.BR NULL ̶,
  - ۵  ʴ´.
  +.BR NULL 
  +̶,  ۵  ʴ´.
   .PP
   .B realloc()
   Լ
  @@ -84,27 +91,27 @@
   
   .I ptr
   
  -.BR NULL ̶,
  -ȣ
  -.BR malloc(size) 
  -ϴ;
  +.BR NULL 
  +̶, ȣ
  +.BR malloc(size) 
  + ϴ;
    ũⰡ 0 ̶, ȣ
  -.BI "free(" "ptr" ) 
  +.BI "free(" "ptr" )
    ϴ.
   
   .I ptr
   
  -.BR NULL 
  -ƴ϶,  Լ 
  +.BR NULL 
  + ƴ϶,  Լ
   .BR malloc() ,
   .BR calloc()
   ̳
  -.BR realloc() 
  - ʱ ȣ ȯǾ Ѵ.
  +.BR realloc() 
  +  ʱ ȣ ȯǾ Ѵ.
   .SH ȯ
   .BR calloc() " ׸ " malloc() Լ
  -, ȯ  Ҵ ޸𸮸 Ű, ̰    
  -  ĵȴ.  䱸 ϸ, 
  +, ȯ  Ҵ ޸𸮸 Ű, ̰   
  +  ĵȴ.  䱸 ϸ,
   .B NULL
    ȯȴ.
   .PP
  @@ -113,7 +120,7 @@
   .PP
   .B realloc()
     Ҵ ޸𸮸 Ű ͸ ȯϸ  ޸𸮴  
  -   ĵǸ 
  +   ĵǸ
   .IR ptr 
   ٸ ̴. ׷ ʰ,  䱸 ϰų ũⰡ 0 ̶
   .B NULL
  @@ -135,35 +142,37 @@
   ׸
   .BR realloc ()
    䱸Ѵ.
  -Glibc ̷   ȴ(׸  ƾ glibc  ̰ Ѵ);
  -  
  +Glibc ̷   ȴ. (׸  ƾ glibc  ̰ Ѵ);
  + 
   .IR errno 
  - ʴ  malloc  Ѵٸ, ̺귯 ƾ 
  + ʴ  malloc  Ѵٸ, ̺귯 ƾ
   .IR errno 
  -°    ̴.
  +     ̴.
   .LP
   .BR malloc() ,
   .BR free()
   Ǵ
   .BR realloc()
  -Լ ũ Ҵ   ÷ο쳪  ͸ ι  ϴ°Ͱ
  +Լ ũ Ҵ   ÷ο쳪  ͸ ι  ϴ Ͱ
      ׻  ִ.
   .PP
  -Linux libc (5.4.23 ) ֱ  GNU libc (2.x)  ȯ   
  +Linux libc (5.4.23 ) ֱ  GNU libc (2.x)  ȯ  
   Ҽ ִ malloc  Ѵ.
   .BR MALLOC_CHECK_
  - Ǿٸ, Ư( ȿ) ൿ , ̰  ڸ 
  + Ǿٸ, Ư ( ȿ) ൿ , ̰  ڸ 
   .BR free()
    ι ȣϰų  Ʈ(off-by-one ) ʰ    
     εǾ.
  -׷ ׷  ׻ ȣ  ޸   ִ.
  +׷ ׷  ׻ ȣ  ޸    ִ.
   
   .BR MALLOC_CHECK_
  - 0  ϸ, ߰ߵ   õȴ; 
  + 0  ϸ, ߰ߵ   õȴ;
    1  ϸ,  stderr µȴ;
  - 2  ϸ, 
  + 2  ϸ,
   .BR abort()
  -  ȣȴ. ̰ ϴ. ֳϸ ũ ߿ ̰ 
  +  ȣȴ. ̰ ϴ. ֳϸ ũ ߿ ̰
     ãư° ſ  ̴.
  -.SH 
  - <skyeyes@soback.kornet.net>, 2001 3 11
  +.SH 
  + <skyeyes@soback.kornet.net> 2001 3 11
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 15
  
  
  


hhyoon      2005/02/15 20:36:48

  Added:       man8     lsmod.8
  Log:
  Add new manpage
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man8/lsmod.8
  
  Index: lsmod.8
  ===================================================================
  .\" Copyright (c) 1996 Free Software Foundation, Inc.
  .\" This program is distributed according to the Gnu General Public License.
  .\" See the file COPYING in the kernel source directory
  .\"
  .\"
  .\" ѱ :  <scoby@hanmail.net> 2004 8 20
  .\"
  .\" r1.3 2005-02-15 20:33:26 +6-8 ȣ
  .\" r1.2 2004-08-20 01:01:15 +1-0 143.248.226.142
  .\" r1.1 2004-08-20 00:56:22  143.248.226.142
  .\"
  .TH LSMOD 8 "February 4, 2002" Linux "Linux Module Support"
  .SH ̸
  lsmod \-     δ.
  .SH 
  .B lsmod
  [-hV]
  .SH 
  .B lsmod
      ⿡    ش.
  .PP
  Ȯ  ̸, ũ, ٸ ⿡   
  ϴ   ش. ̷ µǴ  /proc/modules Ͽ
  ã  ִ   ̴.
  .PP
    
  .I can_unload
  ƾ Ͽ  ŵ  ִ ̶,
  ٸ ⿡      ׻ -1 µȴ.
  .SH ɼ
  .TP
  .BR \-h ", " \-\-help
   ְ .
  .TP
  .BR \-V ", " \-\-version
    \fBlsmod\fR  ְ .
  .SH  ׸
  insmod(8), modprobe(8), depmod(8), rmmod(8), ksyms(8)
  .SH 
  ⿡    Ҹ̴.
  ʱ   Bas Laarhoven <bas@vimec.nl>  ۼǾ,
  Version 0.99.14ʹ Jon Tombs <jon@gtex02.us.es> Ͽ.
  Bjorn Ekwall <bj0rn@blox.se> ̸ ȮϿ,
  Richard Henderson <rth@tamu.edu>  2.1.17 Ʈ Ǿ.
  1999 3 Bjorn Ekwall <bj0rn@blox.se> Ͽ.
  2004  Rusty Russell <rusty@rustcorp.com.au> 
  Adam J. Richter <adam@yggdrasil.com> ϰ ִ.
  
  
  


hhyoon      2005/02/17 17:01:53

  Modified:    man3     exec.3
  Log:
  Modified the manpage
  
  Revision  Changes    Path
  1.2       +32 -23    man-pages-ko/man3/exec.3
  
  Index: exec.3
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man3/exec.3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- exec.3	18 Jul 2002 10:40:12 -0000	1.1
  +++ exec.3	17 Feb 2005 08:01:53 -0000	1.2
  @@ -34,6 +34,12 @@
   .\" Converted for Linux, Mon Nov 29 11:12:48 1993, faith@cs.unc.edu
   .\" Updated more for Linux, Tue Jul 15 11:54:18 1997, pacman@cqc.com
   .\"
  +.\"
  +.\" ѱ :  <skyeyes@soback.kornet.net> 2001 3 8
  +.\"
  +.\" r1.2 2005-02-17 16:08:57 +15-7 ȣ
  +.\" r1.1 2004-05-29 15:51:08  168.126.88.205
  +.\"
   .TH EXEC 3  "1993 11 29" "BSD MANPAGE" " α׷ Ŵ"
   .SH ̸
   execl, execlp, execle, execv, execvp \-  ϱ
  @@ -58,7 +64,7 @@
    Ŵ  Լ
   .BR execve (2)
   Լ ̴.
  -( μ ü    ϸ 
  +( μ ü    ϸ
   .B execve
   Ŵ  ض.)
   .PP
  @@ -70,13 +76,13 @@
   .BR execlp ,
   ׸
   .B execle
  -Լ鿡 ִ  ͵ 
  +Լ鿡 ִ  ͵
   .IR arg0 ,
   .IR arg1 ,
   \&...,
  -.IR argn 
  - Ҽ ִ.
  -װ͵  α׷ ̿Ҽ ִ  Ʈ Ÿ ϳ ̻ 
  +.IR argn
  +   ִ.
  +װ͵  α׷ ̿  ִ  Ʈ Ÿ ϳ ̻
   null  ڿ Ų.
   
   Ǹ , ó ڴ Ǿ   ̸̴.
  @@ -89,15 +95,15 @@
   
   .B execvp
   Լ ο α׷ ̿Ҽ ִ  Ʈ Ÿ null  ڿ
  - 迭 Ѵ.   , ù ڴ Ǿ ϰ õ  ̸
  + 迭 Ѵ.   , ù ڴ Ǿ  ϰ õ  ̸
    Ѿ Ѵ.  迭 ݵ
   .B NULL
   ͷ  Ѵ.
   .PP
   .B execle
   Լ   μ ȯ溯 ؾ ϸ, Ķ Ʈ ִ
  - Ʈ ߰ Ķ͸  ִ argv 迭  ͸ 
  -ġ 
  + Ʈ ߰ Ķ͸  ִ argv 迭  ͸
  +ġ
   .B NULL
   Ͱ ڵ ´.
   ̷ ߰ Ķʹ null  ڿ   迭̸ ݵ
  @@ -109,32 +115,32 @@
   .PP
   ̵ Լ   Ư ǹ̸  ִ.
   .PP
  -   ̸ slash(/) ڸ  ʴ´ٸ 
  +   ̸ slash(/) ڸ  ʴ´ٸ
   .B execlp
   
   .B execvp
   Լ  ã  shell  ൿ Ѵ.
  -Ž δ 
  +Ž δ
   .B PATH
     ̴.
  -   ʴ´ٸ, ⺻  ``:/bin:/usr/bin'' ȴ. 
  +   ʴ´ٸ, ⺻  ``:/bin:/usr/bin'' ȴ.
   ߰,   Ưϰ óȴ.
   .PP
  - 㰡 Ͽ Ǿ ִٸ(
  + 㰡 Ͽ Ǿ ִٸ (
   .B execve
  - 
  +
   .BR EACCES 
   ȯѴ.),
   ̵ Լ Ž   ؼ ŽѴ.
  -׷   ٸ  ߰ߵȴٸ,   
  +׷   ٸ  ߰ߵȴٸ,  
   .I errno
  - 
  -.BR EACCES  
  +
  +.BR EACCES 
   ϰ ȯȴ.
   .PP
      νĵ ʴ´ٸ(
   .B execve
  - 
  +
   .BR ENOEXEC 
   ȯѴ),
   ̵ Լ ù ڷν  ο ִ shell Ѵ.
  @@ -142,7 +148,7 @@
   .SH ȯ
   
   .B exec
  -Լ ȯѴٸ,  Ͼ ̴. 
  +Լ ȯѴٸ,  Ͼ ̴.
   ȯ  \-1̸,  
   .I errno
     Ű ȴ.
  @@ -151,7 +157,7 @@
   .SH 
   ̵ Լ δ Ҽ  ̺귯 Լ
   .BR execve (2)
  -    
  +   
   .I errno
    ȴ.
   .SH  ׸
  @@ -168,8 +174,8 @@
     ۾ 丮 .
   libc 5.4.7,    ۾ 丮 ⺻ \fBPATH\fR Ѵ.
   .PP
  - ϴ  
  - Ÿ
  + ϴ 
  + Ÿ 
   .B execlp
   ׸
   .B execvp
  @@ -198,5 +204,8 @@
   .B execvp
   
   IEEE Std1003.1-88 (``POSIX.1'') .
  -.SH  
  - <skyeyes@soback.kornet.net>, 2001 3 8.
  +.SH 
  + <skyeyes@soback.kornet.net> 2001 3 8
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 17
  +
  
  
  


hhyoon      2005/02/17 17:02:45

  Modified:    man2     fcntl.2
  Log:
  Modified the manpage
  
  Revision  Changes    Path
  1.2       +340 -315  man-pages-ko/man2/fcntl.2
  
  Index: fcntl.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/fcntl.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fcntl.2	18 Jul 2002 10:40:11 -0000	1.1
  +++ fcntl.2	17 Feb 2005 08:02:45 -0000	1.2
  @@ -1,315 +1,340 @@
  -.\" Hey Emacs! This file is -*- nroff -*- source.
  -.\"
  -.\" This manpage is Copyright (C) 1992 Drew Eckhardt;
  -.\"                               1993 Michael Haardt, Ian Jackson;
  -.\"                               1998 Jamie Lokier.
  -.\"
  -.\" Permission is granted to make and distribute verbatim copies of this
  -.\" manual provided the copyright notice and this permission notice are
  -.\" preserved on all copies.
  -.\"
  -.\" Permission is granted to copy and distribute modified versions of this
  -.\" manual under the conditions for verbatim copying, provided that the
  -.\" entire resulting derived work is distributed under the terms of a
  -.\" permission notice identical to this one
  -.\" 
  -.\" Since the Linux kernel and libraries are constantly changing, this
  -.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  -.\" responsibility for errors or omissions, or for damages resulting from
  -.\" the use of the information contained herein.  The author(s) may not
  -.\" have taken the same level of care in the production of this manual,
  -.\" which is licensed free of charge, as they might when working
  -.\" professionally.
  -.\" 
  -.\" Formatted or processed versions of this manual, if unaccompanied by
  -.\" the source, must acknowledge the copyright and authors of this work.
  -.\"
  -.\" Modified Sat Jul 24 13:39:26 1993 by Rik Faith <faith@cs.unc.edu>
  -.\" Modified Tue Sep 26 21:47:21 1995 by Andries Brouwer <aeb@cwi.nl>
  -.\" and again on 960413 and 980804 and 981223.
  -.\" Modified Fri Dec 11 17:57:27 1998 by Jamie Lokier <jamie@imbolc.ucc.ie>
  -.\" Applied correction by Christian Ehrhardt - aeb, 990712
  -.\"
  -.\" ѱ  : ASPLINUX    2000 7 29
  -.\"
  -.TH FCNTL 2 "12 July 1999" Linux "Linux Programmer's Manual"
  -.SH ̸
  -fcntl \-  (file descriptor)  
  -.SH 
  -.nf
  -.B #include <unistd.h>
  -.B #include <fcntl.h>
  -.sp
  -.BI "int fcntl(int " fd ", int " cmd );
  -.BI "int fcntl(int " fd ", int " cmd ", long " arg );
  -.BI "int fcntl(int " fd ", int " cmd ", struct flock * " lock );
  -.fi
  -.SH 
  -.B fcntl
  -.IR fd
  - پ   ϳ Ѵ.    
  -.IR cmd
  -  ȴ:
  -.TP 0.9i
  -.B F_DUPFD
  -.I arg
  - ũų    ڰ  밡  ڸ ã, װ 
  -.IR fd
  - 纻 ǵ ϶. ̴ ϰ  ڸ ϴ 
  -.BR dup2 (2)
  -ʹ ٸ. 
  -.sp
  - ׸ ο ڵ    ִ. ̵ (lock),  ġ 
  - ׸ ÷׸ Ѵ.  , ڵ ϳ  ġ 
  -.B lseek
  - ؼ Ǹ, ġ  ٸ Ϳ    ִ. 
  -.sp
  - ڵ close-on-exec  ÷׸  ʴ´. ׷  close-on-exec
  -÷״ ߿  ʴ off ° ȴ. 
  -.sp
  -ϸ, ο ڴ ϵȴ.
  -.TP
  -.B F_GETFD
  -close-on-exec д´.  
  -.B FD_CLOEXEC 
  -Ʈ 0̸,  
  -.BR exec
  -   · , ׷ , . 
  -.TP
  -.B F_SETFD
  -close-on-exec ÷׸ .IR arg
  -.B FD_CLOEXEC 
  -Ʈ    Ѵ. 
  -.TP
  -.B F_GETFL
  - ÷׸ д´. ( ÷(.BR open (2)  ) ϵȴ.)
  -.TP
  -.B F_SETFL
  -.IR arg 
  -     ÷׷ Ѵ.  
  -.BR O_APPEND ", " O_NONBLOCK " ׸ " O_ASYNC
  -   ִ. ٸ ÷׵   ʴ´. 
  -.sp
  -÷׵ 
  -.BR dup "(2), " fork (2)
  -     纻 ̿ ȴ. 
  -.sp
  -÷  ׵ ǹ̴ 
  -.BR open (2)
  - Ǿ ִ.
  -.P
  -.BR F_GETLK ", " F_SETLK " ׸ " F_SETLKW
  -    ϴµ ȴ.
  -° μ 
  -.I lock
  - ü flock( ȣ⿡  Ľ  ִ)  ̴. 
  -.TP
  -.B F_GETLK
  -    ϴ flock  ϰų, ٸ ְ ٸ,
  -  
  -.B l_type
  -ʵ带 
  -.B F_UNLCK
  - Ѵ. 
  -.TP
  -.B F_SETLK
  -.B l_type
  - 
  -.B F_RDLCK
  -Ȥ 
  -.BR F_WRLCK
  -϶,  Ȱų, 
  -.B l_type
  - 
  -.BR F_UNLCK 
  -϶,  Ұŵȴ. ٸ   (lock) ̷,  ȣ -1 ϰ, 
  -.I errno
  - 
  -.B EACCES
  -Ȥ
  -.BR EAGAIN
  - Ѵ.
  -.TP
  -.B F_SETLKW
  -.BR F_SETLK
  - ,  ϴ ſ,  Ǯ⸦ ٸ.  
  -.B fcntl
  - ٸ , ñ׳ ,
  -̴ ͷƮǰ, ñ׳ óⰡ ϵ Ŀ,  ϰ -1 
  -.I errno
  -
  -.BR EINTR
  - Ǿ ϵȴ. 
  -.P
  -.BR F_GETOWN ", " F_SETOWN ", " F_GETSIG " ׸ " F_SETSIG
  -(I/O) 뼺 ñ׳ ϴµ ȴ. 
  -.TP
  -.B F_GETOWN
  -  .IR fd󿡼 ̺Ʈ鿡  SIGIO ׸ SIGURG ñ׳ε 
  -ϴ μ ID Ǵ μ ׷ ´. 
  -
  -.TP
  -.B F_SETOWN
  -  .IR fd󿡼 ̺Ʈ鿡  SIGIO ׸ SIGURG ñ׳ε 
  -ϴ μ ID Ǵ μ ׷ Ѵ. 
  -μ ׷  Ͽ ȴ.
  -.RB ( F_SETSIG
  - SIGIO ſ ٸ ñ׳ ϴµ   ִ. 
  -.\" From glibc.info:
  -  ڿ 
  - ÷׿ 
  -.IR open (2) 
  -ȣ ϰų, 
  -.BR fcntl
  - 
  -.B F_SETFL  Ͽ
  -.B O_ASYNC 
  - ÷׸ Ϸ, 
  -Է Ǵ    ڿ ϰ ɶ, 
  -SIGIO ñ׳ ۵ȴ. 
  -.sp
  -ñ׳  μ Ȥ μ ׷  
  -.B fcntl Լ  .B F_SETOWN  μ 
  -õ  ִ. 
  -  ڰ ̸, ̴  뿩  Ͱ  Ͽ Ҷ 
  -޵Ǵ SIGURG ñ׳ ڸ Ѵ.  (SIGURG .BR select (2)  
  -" " ϴ  Ȳ ۵ȴ. 
  -  ڰ ͹̳ ġ ġѴٸ, SIGIO ñ׳ε ͹̳ 
  -׶ μ ׷쿡 ۵ȴ. 
  -.TP
  -.B F_GETSIG
  -Է Ǵ  , ñ׳ ۵ǵ Ѵ.   SIGIO ۵Ǿٴ 
  - ǹѴ. ٸ (SIGIO )   ñ׳̴. ̷ , SA_SIGINFO 
  -ġǾ , ñ׳ ó⿡  ߰  밡ϴ. 
  -.TP
  -.B F_SETSIG
  -Է Ǵ  , ñ׳ ۵ǵ Ѵ.   Ʈ SGSIO ñ׳ 
  -ϴ  ǹѴ. ٸ (SIGIO )   ñ׳̴. ̷ , SA_SIGINFO 
  -ġǾ , ñ׳ ó⿡  ߰  밡ϴ. 
  -.sp
  -ΰ ƴ  F_SETSIG ϰ, ñ׳ ó⿡  SA_SIGINFO 
  -(.BR sigaction (2)  )μ, 
  -(I/O ̺Ʈ ) Ÿ  
  -.I siginfo_t 
  - ó ޵ȴ. 
  -.I si_code
  -ʵ ҽ SI_SIGIO  Ű, 
  -.I si_fd
  -ʵ  ڿ ̺Ʈ ýŲ. ׷ ,   ڵ 
  -ΰ  ð ,  (I/O) 밡  ڵ 
  -  ϱ  
  - Ŀ(
  -.RB ( select (2),
  -.BR poll (2),
  -.BR read (2)
  -.B O_NONBLOCK
  -) ؾ Ѵ. 
  -.sp
  -POSIX.1b ǽð ñ׳( >= SIGRTMIN) μ,   ̺Ʈ  
  -ñ׳ ѹ Ͽ (ť)   ִ. (ť  밡 ޸𸮿 ̴.)
  -  ñ׳ ó⿡  SA_SIGINFO Ǹ, Ÿ  밡ϴ.  
  -.PP
  -̷ Ŀ ϸ, α׷ κ ð 
  -.BR select (2)
  -Ȥ
  -.BR poll (2)  , 񵿱 (I/O)   ִ. 
  -.PP
  -.BR O_ASYNC ,
  -.BR F_GETOWN ,
  -.B F_SETOWN
  -  BSD   Ư̴. 
  -.B F_GETSIG
  - 
  -.B F_SETSIG 
  - Ư̴.   POSIX  ͵ ̷µ 񵿱 ° 
  -.I aio_sigevent  ̿Ѵ. ̷ ͵   GNU C ̺귯(Glibc) κμ 
  -  ִ. 
  -.SH ȯ
  - ȣ⿡ Ͽ,   꿡 ̴. 
  -.TP 0.9i
  -.B F_DUPFD
  -ο 
  -.TP
  -.B F_GETFD
  -÷ 
  -.TP
  -.B F_GETFL
  -÷ 
  -.TP
  -.B F_GETOWN
  -  
  -.TP
  -.B F_GETSIG
  -б Ǵ Ⱑ  ۵ ñ׳ ̳,   SIGIO   zero. 
  -.TP
  -ٸ  ɾ Zero.
  -.PP
  -, \-1 ϵǰ, 
  -.I errno ϰ ȴ. 
  -.SH 
  -.TP 0.9i
  -.B EACCES
  - ٸ μ  迡  ȴ. 
  -.TP
  -.B EAGAIN
  - ٸ μ  ޸ ̵Ǿ ,  ع޴´.
  -.TP
  -.B EBADF
  -.I fd
  -   ڰ ƴϴ. 
  -.TP
  -.B EDEADLK
  - .B F_SETLKW
  - Deadlock ʷ ̶  Ǿ. 
  -.TP
  -.B EFAULT
  -.I lock
  -    ִ ּ  ٱ ִ. 
  -.TP
  -.B EINTR
  -.BR F_SETLKW Ͽ,
  - ñ׳ο  ͷƮǾ.
  -.BR F_GETLK " "F_SETLK Ͽ,
  -  üũǰų, ̷  ñ׳ο  ͷƮǾ. 
  -  ״(NFS )   ÿ ߻Ѵ. 
  -.TP
  -.B EINVAL
  -.BR F_DUPFD Ͽ,
  -.I arg  ̰ų,  ִ밪ٴ ũ. 
  -.BR F_SETSIG Ͽ,
  -.I arg
  -   ִ ñ׳ ѹ ƴϴ. 
  -.TP
  -.B EMFILE
  -.BR F_DUPFD Ͽ,
  -μ ̹  ڵ ִ ѹ  Ѵ. 
  -.TP
  -.B ENOLCK
  -ʹ  ñ׸Ʈ  Ȱ,  ̺ áų,    
  -Ͽ.(NFS  ױ)
  -
  -.TP
  -.B EPERM
  -
  -߰ Ӽ ǵ ϴ Ͽ 
  -.B O_APPEND ÷׸ Ұϰ 
  -.SH 
  -.B dup2  ϵ  .BR F_DUPFD  ϵ  ٸ. 
  -.SH ȣȯ
  -SVr4, SVID, POSIX, X/OPEN, BSD 4.3.   F_DUPFD,
  -F_GETFD, F_SETFD, F_GETFL, F_SETFL, F_GETLK, F_SETLK ׸ F_SETLKW 鸸 
  -POSIX.1 õǾ ִ.  F_GETOWN  F_SETOWN  SVr4  ʴ BSDism̴.
  - F_GETSIG  F_SETSIG  Ư̴. F_GETFL/F_SETFL ÷׵ 
  -.BR open (2)  Ǵ ÷׵̰, ýۿ  ٸ. 
  - O_APPEND, O_NONBLOCK, O_RDONLY, ׸ O_RDWR  POSIX.1 õǾ ִ.
  -SVr4 ⿡ ȭ   ٸ ɼǵ ÷׸ Ѵ. 
  - 
  -.PP
  -SVr4 ߰ EIO, ENOLINK ׸ EOVERFLOW  ǵ鿡  ȭ Ѵ.
  -.SH  ׸
  -.BR dup2 (2),
  -.BR open (2),
  -.BR socket (2),
  -.BR flock (2)
  -.SH 
  -ASPLINUX<man@asp-linux.co.kr>, 2000 7 29
  +.\" Hey Emacs! This file is -*- nroff -*- source.
  +.\"
  +.\" This manpage is Copyright (C) 1992 Drew Eckhardt;
  +.\"                               1993 Michael Haardt, Ian Jackson;
  +.\"                               1998 Jamie Lokier.
  +.\"
  +.\" Permission is granted to make and distribute verbatim copies of this
  +.\" manual provided the copyright notice and this permission notice are
  +.\" preserved on all copies.
  +.\"
  +.\" Permission is granted to copy and distribute modified versions of this
  +.\" manual under the conditions for verbatim copying, provided that the
  +.\" entire resulting derived work is distributed under the terms of a
  +.\" permission notice identical to this one
  +.\"
  +.\" Since the Linux kernel and libraries are constantly changing, this
  +.\" manual page may be incorrect or out-of-date.  The author(s) assume no
  +.\" responsibility for errors or omissions, or for damages resulting from
  +.\" the use of the information contained herein.  The author(s) may not
  +.\" have taken the same level of care in the production of this manual,
  +.\" which is licensed free of charge, as they might when working
  +.\" professionally.
  +.\"
  +.\" Formatted or processed versions of this manual, if unaccompanied by
  +.\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\" Modified Sat Jul 24 13:39:26 1993 by Rik Faith <faith@cs.unc.edu>
  +.\" Modified Tue Sep 26 21:47:21 1995 by Andries Brouwer <aeb@cwi.nl>
  +.\" and again on 960413 and 980804 and 981223.
  +.\" Modified Fri Dec 11 17:57:27 1998 by Jamie Lokier <jamie@imbolc.ucc.ie>
  +.\" Applied correction by Christian Ehrhardt - aeb, 990712
  +.\"
  +.\"
  +.\" ѱ  : ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.\"
  +.\" r1.2 2005-02-17 16:25:03 +108-86 ȣ
  +.\" r1.1 2004-05-07 20:19:31  220.73.230.224
  +.\"
  +.TH FCNTL 2 "12 July 1999" Linux "Linux Programmer's Manual"
  +.SH ̸
  +fcntl \-  (file descriptor) 
  +.SH 
  +.nf
  +.B #include <unistd.h>
  +.B #include <fcntl.h>
  +.sp
  +.BI "int fcntl(int " fd ", int " cmd );
  +.BI "int fcntl(int " fd ", int " cmd ", long " arg );
  +.BI "int fcntl(int " fd ", int " cmd ", struct flock * " lock );
  +.fi
  +.SH 
  +.B fcntl
  +.IR fd 
  +پ   ϳ Ѵ.   
  +.IR cmd 
  + ȴ:
  +.TP 0.9i
  +.B F_DUPFD
  +.IR arg 
  +ũų    ڰ  밡  ڸ ã, װ
  +.IR fd 
  +纻 ǵ ϶. ̴ ϰ  ڸ ϴ
  +.BR dup2 (2)ʹ
  +ٸ.
  +.sp
  + ׸ ο ڵ    ִ. ̵ (lock),  ġ
  + ׸ ÷׸ Ѵ.  , ڵ ϳ  ġ
  +.BR lseek 
  +ؼ Ǹ, ġ  ٸ Ϳ    ִ.
  +.sp
  + ڵ close-on-exec  ÷׸  ʴ´. ׷  close-on-exec
  +÷״ ߿  ʴ off ° ȴ.
  +.sp
  +ϸ, ο ڴ ϵȴ.
  +.TP
  +.B F_GETFD
  +close-on-exec д´. 
  +.B FD_CLOEXEC
  +Ʈ 0̸, 
  +.BR exec 
  +  · , ׷ , .
  +.TP
  +.B F_SETFD
  +close-on-exec ÷׸
  +.IR arg 
  +.B FD_CLOEXEC
  +Ʈ    Ѵ.
  +.TP
  +.B F_GETFL
  + ÷׸ д´. ( ÷(
  +.BR open (2)
  + ) ϵȴ.)
  +.TP
  +.B F_SETFL
  +.IR arg
  +     ÷׷ Ѵ. 
  +.BR O_APPEND ", " O_NONBLOCK " ׸ " O_ASYNC
  +   ִ. ٸ ÷׵   ʴ´.
  +.sp
  +÷׵
  +.BR dup "(2), " fork (2)
  +     纻 ̿ ȴ.
  +.sp
  +÷  ׵ ǹ̴
  +.BR open (2)
  +Ǿ ִ.
  +.P
  +.BR F_GETLK ", " F_SETLK " ׸ " F_SETLKW
  +    ϴµ ȴ.
  +° μ
  +.IR lock 
  +ü flock( ȣ⿡  Ľ  ִ)  ̴.
  +.TP
  +.B F_GETLK
  +    ϴ flock  ϰų, ٸ ְ ٸ,
  + 
  +.B l_type
  +ʵ带
  +.BR F_UNLCK 
  +Ѵ.
  +.TP
  +.B F_SETLK
  +.BR l_type 
  +.B F_RDLCK
  +Ȥ
  +.BR F_WRLCK 
  +,  Ȱų,
  +.BR l_type 
  +.BR F_UNLCK 
  +,  Ұŵȴ.
  +ٸ   (lock) ̷,  ȣ -1 ϰ,
  +.IR errno 
  +.B EACCES
  +Ȥ
  +.BR EAGAIN 
  +Ѵ.
  +.TP
  +.B F_SETLKW
  +.BR F_SETLK 
  +,  ϴ ſ,  Ǯ⸦ ٸ. 
  +.BR fcntl 
  +ٸ  , ñ׳ ,
  +̴ ͷƮǰ, ñ׳ óⰡ ϵ Ŀ,  ϰ -1
  +.IR errno 
  +.BR EINTR 
  +Ǿ ϵȴ.
  +.P
  +.BR F_GETOWN ", " F_SETOWN ", " F_GETSIG " ׸ " F_SETSIG
  +(I/O) 뼺 ñ׳ ϴµ ȴ.
  +.TP
  +.B F_GETOWN
  + 
  +.IR fd 󿡼
  +̺Ʈ鿡  SIGIO ׸ SIGURG ñ׳ε
  +ϴ μ ID Ǵ μ ׷ ´.
  +
  +.TP
  +.B F_SETOWN
  + 
  +.IR fd 󿡼
  +̺Ʈ鿡  SIGIO ׸ SIGURG ñ׳ε
  +ϴ μ ID Ǵ μ ׷ Ѵ.
  +μ ׷  Ͽ ȴ.
  +.RB ( F_SETSIG
  + SIGIO ſ ٸ ñ׳ ϴµ   ִ.
  +.\" From glibc.info:
  +  ڿ
  + ÷׿
  +.IR open (2)
  +ȣ ϰų,
  +.BR fcntl 
  +.B F_SETFL
  + Ͽ
  +.B O_ASYNC
  + ÷׸ Ϸ,
  +Է Ǵ    ڿ ϰ ɶ,
  +SIGIO ñ׳ ۵ȴ.
  +.sp
  +ñ׳  μ Ȥ μ ׷
  +.B fcntl
  +Լ 
  +.B F_SETOWN
  + μ õ  ִ.
  +  ڰ ̸, ̴  뿩  Ͱ  Ͽ Ҷ
  +޵Ǵ SIGURG ñ׳ ڸ Ѵ.  (SIGURG
  +.BR select (2)
  + " " ϴ  Ȳ ۵ȴ.
  +  ڰ ͹̳ ġ ġѴٸ, SIGIO ñ׳ε ͹̳
  +׶ μ ׷쿡 ۵ȴ.
  +.TP
  +.B F_GETSIG
  +Է Ǵ   , ñ׳ ۵ǵ Ѵ.   SIGIO ۵Ǿٴ
  + ǹѴ. ٸ (SIGIO )   ñ׳̴. ̷ , SA_SIGINFO
  +ġǾ , ñ׳ ó⿡  ߰  밡ϴ.
  +.TP
  +.B F_SETSIG
  +Է Ǵ  , ñ׳ ۵ǵ Ѵ.   Ʈ SGSIO ñ׳
  +ϴ  ǹѴ. ٸ (SIGIO )   ñ׳̴. ̷ , SA_SIGINFO
  +ġǾ , ñ׳ ó⿡  ߰  밡ϴ.
  +.sp
  +ΰ ƴ  F_SETSIG ϰ, ñ׳ ó⿡  SA_SIGINFO
  +(
  +.BR sigaction (2)
  + )μ,
  +(I/O ̺Ʈ ) Ÿ 
  +.I siginfo_t
  + ó ޵ȴ.
  +.I si_code
  +ʵ ҽ SI_SIGIO  Ű,
  +.I si_fd
  +ʵ  ڿ ̺Ʈ ýŲ. ׷ ,   ڵ
  +ΰ  ð ,  (I/O) 밡  ڵ
  +  ϱ   Ŀ(
  +.RB ( select (2),
  +.BR poll (2),
  +.BR read (2)
  +.B O_NONBLOCK
  +) ؾ Ѵ.
  +.sp
  +POSIX.1b ǽð ñ׳( >= SIGRTMIN) μ,   ̺Ʈ 
  +ñ׳ ѹ Ͽ (ť)   ִ. (ť  밡 ޸𸮿 ̴.)
  +  ñ׳ ó⿡  SA_SIGINFO Ǹ, Ÿ  밡ϴ.
  +.PP
  +̷ Ŀ ϸ, α׷ κ ð
  +.BR select (2)
  +Ȥ
  +.BR poll (2)
  + , 񵿱 (I/O)   ִ.
  +.PP
  +.BR O_ASYNC ,
  +.BR F_GETOWN ,
  +.B F_SETOWN
  +  BSD   Ư̴.
  +.B F_GETSIG
  +
  +.B F_SETSIG
  + Ư̴.   POSIX  ͵ ̷µ 񵿱 °
  +.I aio_sigevent
  + ̿Ѵ. ̷ ͵   GNU C ̺귯(Glibc) κμ
  +  ִ.
  +.SH ȯ
  + ȣ⿡ Ͽ,   꿡 ̴.
  +.TP 0.9i
  +.B F_DUPFD
  +ο 
  +.TP
  +.B F_GETFD
  +÷ 
  +.TP
  +.B F_GETFL
  +÷ 
  +.TP
  +.B F_GETOWN
  +  
  +.TP
  +.B F_GETSIG
  +б Ǵ Ⱑ  ۵ ñ׳ ̳,   SIGIO   zero.
  +.TP
  +ٸ  ɾ
  +Zero.
  +.PP
  +, \-1 ϵǰ,
  +.IR errno 
  +ϰ ȴ.
  +.SH 
  +.TP 0.9i
  +.B EACCES
  + ٸ μ  迡  ȴ.
  +.TP
  +.B EAGAIN
  + ٸ μ  ޸ ̵Ǿ ,  ع޴´.
  +.TP
  +.B EBADF
  +.IR fd 
  +  ڰ ƴϴ.
  +.TP
  +.B EDEADLK
  +
  +.B F_SETLKW
  + Deadlock ʷ ̶  Ǿ.
  +.TP
  +.B EFAULT
  +.IR lock 
  +   ִ ּ  ٱ ִ.
  +.TP
  +.B EINTR
  +.BR F_SETLKW 
  +Ͽ,  ñ׳ο  ͷƮǾ.
  +.BR F_GETLK " " F_SETLK 
  +Ͽ,   üũǰų, ̷  ñ׳ο  ͷƮǾ.
  +  ״(NFS )   ÿ ߻Ѵ.
  +.TP
  +.B EINVAL
  +.BR F_DUPFD 
  +Ͽ,
  +.IR arg 
  + ̰ų,  ִ밪ٴ ũ.
  +.BR F_SETSIG 
  +Ͽ,
  +.IR arg 
  +  ִ ñ׳ ѹ ƴϴ.
  +.TP
  +.B EMFILE
  +.BR F_DUPFD 
  +Ͽ, μ ̹  ڵ ִ ѹ  Ѵ.
  +.TP
  +.B ENOLCK
  +ʹ  ñ׸Ʈ  Ȱ,  ̺ áų,   
  +Ͽ. (NFS  ױ)
  +.TP
  +.B EPERM
  +߰ Ӽ ǵ ϴ Ͽ
  +.B O_APPEND
  +÷׸ Ұϰ 
  +.SH 
  +.BR dup2 
  + ϵ 
  +.BR F_DUPFD 
  + ϵ  ٸ.
  +.SH ȣȯ
  +SVr4, SVID, POSIX, X/OPEN, BSD 4.3.   F_DUPFD,
  +F_GETFD, F_SETFD, F_GETFL, F_SETFL, F_GETLK, F_SETLK ׸ F_SETLKW 鸸
  +POSIX.1 õǾ ִ.  F_GETOWN  F_SETOWN  SVr4  ʴ BSDism̴.
  + F_GETSIG  F_SETSIG  Ư̴. F_GETFL/F_SETFL ÷׵
  +.BR open (2)
  + Ǵ ÷׵̰, ýۿ  ٸ.
  +O_APPEND, O_NONBLOCK, O_RDONLY, ׸ O_RDWR  POSIX.1 õǾ ִ.
  +SVr4 ⿡ ȭ   ٸ ɼǵ ÷׸ Ѵ.
  +
  +.PP
  +SVr4 ߰ EIO, ENOLINK ׸ EOVERFLOW  ǵ鿡  ȭ Ѵ.
  +.SH  ׸
  +.BR dup2 (2),
  +.BR open (2),
  +.BR socket (2),
  +.BR flock (2)
  +.SH 
  +ASPLINUX <man@asp-linux.co.kr> 2000 7 29
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 17
  
  
  


hhyoon      2005/02/17 17:03:33

  Modified:    man2     getpid.2
  Log:
  Modified the manpage
  
  Revision  Changes    Path
  1.2       +14 -5     man-pages-ko/man2/getpid.2
  
  Index: getpid.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/getpid.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- getpid.2	18 Jul 2002 10:40:11 -0000	1.1
  +++ getpid.2	17 Feb 2005 08:03:33 -0000	1.2
  @@ -9,7 +9,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -17,9 +17,16 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
  +.\"
  +.\"
  +.\" ѱ :  <markboy@secsm.org> 2000 4 22
  +.\"
  +.\" r1.2 2005-02-17 16:29:20 +10-2 ȣ
  +.\" r1.1 2004-03-29 15:03:46  210.117.186.69
  +.\"
   .TH GETPID 2 "1993 7 23" " 0.99.11" " α׷ Ŵ"
   .SH ̸
   getpid, getppid \- μ ĺ(identification) ´.
  @@ -34,7 +41,7 @@
    μ μ ID ش. (̰  ӽ  ̸ 
   ƾ  ȴ.)
   
  -.BR getppid 
  +.BR getppid 
    μ θ μ ID ش.
   .SH "ȣȯ"
   POSIX, BSD 4.3, SVID
  @@ -46,5 +53,7 @@
   .BR tmpnam (3),
   .BR tempnam (3),
   .BR tmpfile (3)
  -.SH 
  - <markboy@secsm.org>, 2000 4 22
  +.SH 
  + <markboy@secsm.org> 2000 4 22
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 17
  
  
  


hhyoon      2005/02/17 17:04:52

  Modified:    man1     kill.1
  Log:
  Modified the manpage based on util-linux-2.11z package
  
  Revision  Changes    Path
  1.3       +3 -2      man-pages-ko/man1/kill.1
  
  Index: kill.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/kill.1,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- kill.1	29 Mar 2004 04:25:34 -0000	1.2
  +++ kill.1	17 Feb 2005 08:04:52 -0000	1.3
  @@ -2,6 +2,7 @@
   .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
   .\" May be distributed under the GNU General Public License
   .\"
  +.\"
   .\" Korean manpage ChangeLog
   .\" original manpage from util-linux-2.11z package
   .\"
  @@ -50,7 +51,7 @@
   1 ū pid   μ ȣ .
   .TP
   .BI - n
  -⿡ 
  +⿡
   .IR n 
   1 ū ̴.
   μ ׷
  @@ -73,7 +74,7 @@
   .BR \-l
   ȣ   ִ ȣ ̸ ش.
   ̰
  -.I /usr/include/linux/signal.h
  +.I /usr/include/linux/signal.h or /usr/include/asm/signal.h
   Ͽ   ִ.
   .TP
   .B \-a
  
  
  


hhyoon      2005/02/17 17:06:00

  Modified:    man2     kill.2
  Log:
  Modified the manpage
  
  Revision  Changes    Path
  1.2       +55 -12    man-pages-ko/man2/kill.2
  
  Index: kill.2
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man2/kill.2,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- kill.2	18 Jul 2002 10:40:11 -0000	1.1
  +++ kill.2	17 Feb 2005 08:06:00 -0000	1.2
  @@ -10,7 +10,7 @@
   .\" manual under the conditions for verbatim copying, provided that the
   .\" entire resulting derived work is distributed under the terms of a
   .\" permission notice identical to this one
  -.\" 
  +.\"
   .\" Since the Linux kernel and libraries are constantly changing, this
   .\" manual page may be incorrect or out-of-date.  The author(s) assume no
   .\" responsibility for errors or omissions, or for damages resulting from
  @@ -18,7 +18,7 @@
   .\" have taken the same level of care in the production of this manual,
   .\" which is licensed free of charge, as they might when working
   .\" professionally.
  -.\" 
  +.\"
   .\" Formatted or processed versions of this manual, if unaccompanied by
   .\" the source, must acknowledge the copyright and authors of this work.
   .\"
  @@ -33,6 +33,19 @@
   .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer (aeb@cwi.nl)
   .\" Modified Fri Jan 17 23:49:46 1997 by Andries Brouwer (aeb@cwi.nl)
   .\"
  +.\"
  +.\" ѱ :  <hermes44@secsm.org> 2000 4 20
  +.\"
  +.\" r1.6 2005-02-17 16:35:26 +30-8 ȣ
  +.\" r1.5 2004-06-03 11:32:06 +1-1 165.213.1.1
  +.\" r1.4 2004-06-03 11:28:38 +5-3 165.213.1.1
  +.\"    κ ߰, ׸ 
  +.\" r1.3 2004-06-03 11:10:59 +2-4 165.213.1.1
  +.\" r1.2 2004-06-03 11:03:25 +14-1 165.213.1.1
  +.\"  ""  "" , ǿ POSIX   ߰  
  +.\" r1.1 2004-06-03 10:41:25  165.213.1.1
  +.\"  1. EPERM  ñ׳ο  ߰ 
  +.\"
   .TH KILL 2 "1997 9 4" " 2.0.30" " α׷ Ŵ"
   .SH ̸
   kill \- μ ñ׳ .
  @@ -57,12 +70,12 @@
   \fIpid\fP -1̸, \fIsig\fP 1 μ   μ
   ū ȣ μ  ȣ  .
   .PP
  -\fIpid\fP -1 , \fIsig\fP \fI\-pid\fP μ ׷ 
  +\fIpid\fP -1 , \fIsig\fP \fI\-pid\fP μ ׷
    μ .
   .PP
   \fIsig\fP 0̸,  ñ׳ε  ,  ˻ .
   .SH ȯ
  -, 0 ϵȴ. , \-1 ϵǰ 
  +, 0 ϵȴ. , \-1 ϵǰ
   .IR errno 
    ȴ.
   .SH 
  @@ -71,28 +84,58 @@
   ߸ ñ׳ Ǿ.
   .TP
   .B ESRCH
  -μ μ ׷  ʴ´. 
  +μ μ ׷  ʴ´.
   ϴ μ (zombie)   ϶.
    ̹   \fBwait()\fP ó 
   μ̴.
   .TP
   .B EPERM
   ñ׳ ޴ μ  μ ñ׳   .
  -μ 
  +μ
   .I pid
  -μ ñ׳    Ʈ  ų, 
  +μ ñ׳    Ʈ  ų,
    μ (real)  ID ȿ(effective)  ID
   ޴ μ   ID  set-user-ID ƾ߸ Ѵ.
  -.SH 
  +SIGCONT 쿡  μ
  +޴ μ  ǿ  ִ Ȳ Ų.
  +.SH 
   1 ½ũ init μ ñ׳   .  init μ
   ñ׳ ڵ鷯   . ̴ ý  ٿ ʰ ϱ ؼ
   ̴.
  +
  +POSIX 1003.1-2001  ϸ
  +.I kill(-t,sig)
  +
  +.I sig
  +  μ  ̴. ̶ ߻  ִ
  + -ǵ(implementation-defined) ý μ
  +ܵ  ִ.  ñ׳  ü  μ
  +  󿡼
  +.IR kill(-t,sig) 
  +ȣϴ   μ ñ׳   .
  +.SH  
  +ϳ   μ  ٸ μ ñ׳  Ϳ 
  +ѿ   ٸ  Ŀ    ٸ Ģ ´.
  +Ŀ 1.0  1.2.2   ޴ μ ȿ  ID 
  +μ ȿ  ID  (matched)ϰų,
  +޴ μ (real)  ID  μ   ID
  + Ҷ ñ׳   ִ.
  +Ŀ 1.2.3  1.3.77  ޴ μ ȿ  ID
  + μ  Ǵ ȿ  ID (match) 
  +ñ׳   ִ.
  +POSIX 1003.1-2001   Ģ Ŀ 1.3.78 äǾ.
   .SH ȣȯ
  -SVr4, SVID, POSIX.1, X/OPEN, BSD 4.3
  +SVr4, SVID, POSIX.1, X/OPEN, BSD 4.3, POSIX 1003.1-2001
   .SH  ׸
   .BR _exit (2),
  -.BR exit (3),
  +.BR _killpg (2)
   .BR signal (2),
  +.BR tkill (2),
  +.BR exit (3),
   .BR signal (7)
  -.SH  
  - <hermes44@secsm.org>, 2000 4 20
  +.SH 
  + <hermes44@secsm.org> 2000 4 20
  +.br
  +ѿ켷 <wshan@samsung.com> 2004 6 3
  +.br
  +ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 17
  
  
  


hhyoon      2005/02/17 17:07:10

  Modified:    man1     ln.1
  Log:
  Corrected manpage format
  
  Revision  Changes    Path
  1.2       +71 -24    man-pages-ko/man1/ln.1
  
  Index: ln.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/ln.1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ln.1	18 Jul 2002 10:40:11 -0000	1.1
  +++ ln.1	17 Feb 2005 08:07:10 -0000	1.2
  @@ -1,7 +1,13 @@
  +.\" ѱ : ѱ Manpage Ʈ (http://man.kldp.org)
  +.\"
  +.\" r1.2 2005-02-17 16:44:26 +29-29 ȣ   view raw  
  +.\"  manpage       
  +.\" r1.1 2004-06-12 13:01:25  61.97.137.68 
  +.\"
   .TH LN 1 "GNU File Utilities" "FSF" \" -*- nroff -*-
  -.SH NAME
  +.SH ̸
   ln \-  ũ
  -.SH SYNOPSIS
  +.SH 
   .B ln
   [options] source [dest]
   .br
  @@ -14,22 +20,63 @@
   [\-\-version-control={numbered,existing,simple}] [\-\-backup] [\-\-directory]
   [\-\-force] [\-\-interactive] [\-\-no\-dereference] [\-\-symbolic] [\-\-verbose]
   [\-\-suffix=backup-suffix] [\-\-help] [\-\-version]
  -.SH DESCRIPTION
  -  ̻ ֽ   ʴ.  ׷,  
  -Ʋ  쵵  ְ,    쵵    ̴.  
  -Ŵ ϸ, Texinfo  ϱ ٶ.
  +.SH 
  +.BR ln 
  +  ũ . ⺻ ϵ ũ ,
  +.B "\-s"
  +ɼ , ɺ (`Ʈ') ũ .
   .PP
  - Ŵ 
  -.BR ln
  - GNU      ̴.
  - ڰ  ̸̸,    ξȿ  ̸ ũ
  -Ų.
  -ϳ   ̸ Ǹ, 
  -  ȿ  ̸ ũŲ.
  -    ̸ , 
  -   Ϸ ũ Ų.
  -ʱⰪ ϵ帵ũ̸,   ̹ , ũ ʴ´.
  -.SS OPTIONS
  +н `ũ' ΰ  ,    ϵ ũ Ʈ ũ
  +Ҹ. ϵ ũ    ϳ ̸ ̴.
  +(׸    ̸   ִ.   ̸   
  + .  ̸ 
  +.BR ls (1)
  + ־.
  +`¥' ̸    ʴ´.  ϸ   ִ.
  + ׷    ϸ Ͱ ִ  ýۿ 
  +ִ. 
  +.\" Usually, but not necessarily, all names of a file
  +.\" are found in the filesystem that also contains its data.
  +.PP
  +Ʈ ũ(ɺ ũ) ϵ帵ũʹ  ٸ ༮̴. Ʈ ũ
  +н  ִ ׸ ̴.  Ʈũ ٸ Ͻý
  +(,   ٸ ǻͿ Ʈ NFS ý)  Ű  
  + ,  ݵ ϴ  Ű ִٴ 嵵 .
  +
  +.BR open (2)
  +̳
  +.BR stat (2)
  +ý ȣ ＼  ü Ŀ ɺũ  н Ű
  +Ϸ  ٲ۴.
  +(,
  +.BR rm (1)
  +
  +.BR unlink (2)
  + ũ , ũ Ű  ǵ帮 ʴ´.
  +׸, Ư ý ȣ
  +.BR lstat (2)
  +
  +.BR readlink (2)
  + ɺũ ¿ ũ Ű  д´.
  + ٸ  ý ȣ ũ  ٷ° ü 
  +ٸ  Ȯ   .)
  +
  +.\"  --
  +.\"   ̻ ֽ   ʴ.  ׷,  
  +.\" Ʋ  쵵  ְ,    쵵    ̴.  
  +.\" Ŵ ϸ, Texinfo  ϱ ٶ.
  +.\" .PP
  +.\"  Ŵ 
  +.\" .BR ln
  +.\"  GNU      ̴.
  +.\"  ڰ  ̸̸,    ξȿ  ̸ ũ
  +.\" Ų.
  +.\" ϳ   ̸ Ǹ,
  +.\"   ȿ  ̸ ũŲ.
  +.\"     ̸ ,
  +.\"    Ϸ ũ Ų.
  +.\" ʱⰪ ϵ帵ũ̸,   ̹ , ũ ʴ´.
  +.SH ɼ
   .TP
   .I "\-b, \-\-backup"
     ̹ , װ Ѵ.
  @@ -51,9 +98,9 @@
    ɼ \-\-force ɼǰ Բ ϰ δ.
   .TP
   .I "\-s, \-\-symbolic"
  -ɺ ũ. 
  +ɺ ũ.
   ɺ ũ    ʴ
  -ýۿ  ̿ɼ   쿡  ޽
  +ýۿ   ɼ   쿡  ޽
   ش.
   .TP
   .I "\-v, \-\-verbose"
  @@ -68,21 +115,21 @@
   .I "\-S, \-\-suffix backup-suffix"
   ࿡  ̹ ־,  ؾ 쿡
     Ͽ   ̸  ڸ
  -Ѵ. ̰ ̹ Ǿ ִ 
  +Ѵ. ̰ ̹ Ǿ ִ
   SIMPLE_BACKUP_SUFFIX ȯ  ϰ ȴ. 
    ȯ溯 Ǿ  ʰ,  ɼǵ
    ʴ´ٸ, ʱⰪ Emacs  `~'
   ڸ Ѵ.
   .TP
   .I "\-V, \-\-version-control {numbered,existing,simple}"
  -ϴ  ϴµ, 
  +ϴ  ϴµ,
    ɼ ̹ Ǿ ִ
   .B VERSION_CONTROL
  -ȯ  Ѵ. 
  +ȯ  Ѵ.
     ȯ  Ǿ  ʰ,  ɼǵ 
  -ʴ´ٸ, ʱⰪ `existing' Ѵ. 
  +ʴ´ٸ, ʱⰪ `existing' Ѵ.
   ⼭ ϴ  GNU Emacs `version-control'  .
  -Ʒ   ª þ鵵   ִ. 
  +Ʒ   ª þ鵵   ִ.
   ⼭   ִ   Ʒ .
   .RS
   .TP
  
  
  


hhyoon      2005/02/19 00:09:24

  Modified:    .        list.untranslated
  Log:
  Update the untranslated list
  
  Revision  Changes    Path
  1.6       +1 -2      man-pages-ko/list.untranslated
  
  Index: list.untranslated
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/list.untranslated,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- list.untranslated	1 Feb 2005 03:26:04 -0000	1.5
  +++ list.untranslated	18 Feb 2005 15:09:24 -0000	1.6
  @@ -1,4 +1,4 @@
  -Date: Tue Feb 1 12:23:06 KST 2005
  +Date: Sat Feb 19 00:09:14 KST 2005
   
   [Section 0p]
   Missing section 0p
  @@ -1852,7 +1852,6 @@
   edquota.8
   lsdev.8
   elvtune.8
  -lsmod.8
   exportfs.8
   lspci.8
   faillog.8
  
  
  


hhyoon      2005/02/19 01:58:16

  Added:       man3     j0.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/j0.3
  
  Index: j0.3
  ===================================================================
  .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
  .\"
  .\" Permission is granted to make and distribute verbatim copies of this
  .\" manual provided the copyright notice and this permission notice are
  .\" preserved on all copies.
  .\"
  .\" Permission is granted to copy and distribute modified versions of this
  .\" manual under the conditions for verbatim copying, provided that the
  .\" entire resulting derived work is distributed under the terms of a
  .\" permission notice identical to this one.
  .\" 
  .\" Since the Linux kernel and libraries are constantly changing, this
  .\" manual page may be incorrect or out-of-date.  The author(s) assume no
  .\" responsibility for errors or omissions, or for damages resulting from
  .\" the use of the information contained herein.  The author(s) may not
  .\" have taken the same level of care in the production of this manual,
  .\" which is licensed free of charge, as they might when working
  .\" professionally.
  .\" 
  .\" Formatted or processed versions of this manual, if unaccompanied by
  .\" the source, must acknowledge the copyright and authors of this work.
  .\"
  .\" References consulted:
  .\"     Linux libc source code
  .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
  .\"     386BSD man pages
  .\" Modified Sat Jul 24 19:08:17 1993 by Rik Faith (faith@cs.unc.edu)
  .\" Modified 2002-08-25, aeb
  .\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
  .\"
  .\"
  .\" ѱ : ȣ <hhyoon@kldp.org> 2005 2 19
  .\"
  .\" r1.1 2005-02-19 01:56:34  ȣ
  .\"
  .TH J0 3  2002-08-25 "" "Linux Programmer's Manual"
  .SH ̸
  j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl,
  y0, y0f, y0l, y1, y1f, y1l, yn, ynf, ynl \-  Լ
  .SH 
  .nf
  .B #define _GNU_SOURCE
  .B #include <math.h>
  .sp
  .BI "double j0(double " x );
  .br
  .BI "double j1(double " x );
  .br
  .BI "double jn(int " n ", double " x );
  .br
  .BI "double y0(double " x );
  .br
  .BI "double y1(double " x );
  .br
  .BI "double yn(int " n ", double " x );
  .sp
  .BI "float j0f(float " x );
  .br
  .BI "float j1f(float " x );
  .br
  .BI "float jnf(int " n ", float " x );
  .br
  .BI "float y0f(float " x );
  .br
  .BI "float y1f(float " x );
  .br
  .BI "float ynf(int " n ", float " x );
  .sp
  .BI "long double j0l(long double " x );
  .br
  .BI "long double j1l(long double " x );
  .br
  .BI "long double jnl(int " n ", long double " x );
  .br
  .BI "long double y0l(long double " x );
  .br
  .BI "long double y1l(long double " x );
  .br
  .BI "long double ynl(int " n ", long double " x );
  .fi
  .sp
  ũ  \-lm ɼ ־ ũѴ.
  .SH 
  Լ \fBj0()\fP, \fBj1()\fP  \fIx\fP
  0, 1 1  Լ  ش.
  Լ \fBjn()\fP \fIx\fP \fIn\fP 1  Լ  ش.
  .PP
  Լ \fBy0()\fP, \fBy1()\fP  \fIx\fP
  0, 1 2  Լ  ش.
  Լ \fByn()\fP  \fIx\fP \fIn\fP 2  Լ  ش.
  .PP
  Լ \fBy0()\fP, \fBy1()\fP, \fByn()\fP
  \fIx\fP  ̾ Ѵ.
   \fIx\fP ؼ, \-HUGE_VAL ش.
  .PP
  \fBj0f()\fP Լ, \fBj0l()\fP Լ  float , long double  ȯ ش.
  .SH ذ
  double  ִ Լ SVID 3, BSD 4.3, XPG4,
  POSIX 1003.1-2001 ذѴ.   Լ C99 ʼ Լ̴.
  .SH 
  \-8 8 \fIx\fP  
  \fBj0()\fP, \fBj1()\fP, \fBjn()\fP Լ ȯ
  ִ 2e-16   ִ.
  
  
  


hhyoon      2005/02/19 02:04:28

  Added:       man3     j0f.3
  Log:
  
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/j0f.3
  
  Index: j0f.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:05:50

  Added:       man3     j0l.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/j0l.3
  
  Index: j0l.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:06:28

  Added:       man3     j1.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/j1.3
  
  Index: j1.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:07:23

  Added:       man3     j1f.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/j1f.3
  
  Index: j1f.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:08:01

  Added:       man3     j1l.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/j1l.3
  
  Index: j1l.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:08:31

  Added:       man3     jn.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/jn.3
  
  Index: jn.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:08:54

  Added:       man3     jnf.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/jnf.3
  
  Index: jnf.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:09:22

  Added:       man3     jnl.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/jnl.3
  
  Index: jnl.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:09:53

  Added:       man3     y0.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/y0.3
  
  Index: y0.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:10:27

  Added:       man3     y0f.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/y0f.3
  
  Index: y0f.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:10:48

  Added:       man3     y0l.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/y0l.3
  
  Index: y0l.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:11:12

  Added:       man3     y1.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/y1.3
  
  Index: y1.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:11:57

  Added:       man3     y1f.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/y1f.3
  
  Index: y1f.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:12:19

  Added:       man3     y1l.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/y1l.3
  
  Index: y1l.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:12:41

  Added:       man3     yn.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/yn.3
  
  Index: yn.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:12:56

  Added:       man3     ynf.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/ynf.3
  
  Index: ynf.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:13:15

  Added:       man3     ynl.3
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man3/ynl.3
  
  Index: ynl.3
  ===================================================================
  .so man3/j0.3
  
  
  


hhyoon      2005/02/19 02:26:14

  Added:       man2     _Exit.2
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man2/_Exit.2
  
  Index: _Exit.2
  ===================================================================
  .so man2/_exit.2
  
  
  


hhyoon      2005/02/19 02:29:14

  Added:       man2     _newselect.2
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man2/_newselect.2
  
  Index: _newselect.2
  ===================================================================
  .so man2/select.2
  
  
  


hhyoon      2005/02/19 02:30:29

  Added:       man2     pselect.2
  Log:
  Add a manpage based on man-pages-2.01 package
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man2/pselect.2
  
  Index: pselect.2
  ===================================================================
  .so man2/select.2
  
  
  


hhyoon      2005/02/20 02:04:59

  Modified:    .        list.untranslated
  Log:
  Update the untranslated list
  
  Revision  Changes    Path
  1.7       +1049 -1873man-pages-ko/list.untranslated
  
  Index: list.untranslated
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/list.untranslated,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- list.untranslated	18 Feb 2005 15:09:24 -0000	1.6
  +++ list.untranslated	19 Feb 2005 17:04:59 -0000	1.7
  @@ -1,2012 +1,1188 @@
  -Date: Sat Feb 19 00:09:14 KST 2005
  -
  -[Section 0p]
  -Missing section 0p
  +Date: Sun Feb 20 02:04:50 KST 2005
   
   [Section 1]
  -cu.1
  -cut.1
  -ld.1
  -achfile.1
  -cvsup.1
  -acleandir.1
  -cvpasswd.1
  -addftinfo.1
  -addr2line.1
  -dbz.1
  -aecho.1
  -diskseekd.1
  -afile.1
  -diskd.1
  -afmtodit.1
  -dislocate.1
  -afppasswd.1
  -dnsquery.1
  -dnsdomainname.1
  -apple_cp.1
  -dnskeygen.1
  -apple_mv.1
  -domainname.1
  -apple_rm.1
  -approve.1
  -e2compress.1
  -apropos.1
  -getzones.1
  -ar.1
  -e2ratio.1
  -gpasswd.1
  -as.1
  -gprof.1
  -autoexpect.1
  -ed.1
  -lpq.1
  -bashbug.1
  -grep.1
  -eject.1
  -biff.1
  -lpr.1
  -bounce.1
  -eqn.1
  -builtins.1
  -expand.1
  -bzdiff.1
  -expect.1
  -bzgrep.1
  -expectk.1
  -expiry.1
  -bzmore.1
  -grn.1
  -captoinfo.1m
  -factor.1
  -cardinfo.1
  -grodvi.1
  -cat.1
  -cccp.1
  -cdda2wav.1
  -fdmount.1
  -fdrawcmd.1
  -cdrecord.1
  -fetchmail.1
  -chage.1
  -file.1
  -find.1
  -finger.1
  -flex.1
  -fmt.1
  -mt.1
  -floppycontrol.1
  -floppymeter.1
  -chroot.1
  -fold.1
  -groff.1
  -ci.1
  -formail.1
  -cksum.1
  -fort77.1
  -clear.1
  -grog.1
  -cmp.1
  -grohtml.1
  -co.1
  -grolbp.1
  -forward.1
  -ftp.1
  -comm.1
  -compile_et.1
  -grolj4.1
  -fuser.1
  -cpio.1
  -g++.1
  -nbp.1
  -g77.1
  -nl.1
  -cryptdir.1
  -gasp.1
  -csplit.1
  -grops.1
  -gawk.1
  -gcc.1
  -nm.1
  -decryptdir.1
  -grotty.1
  -gdb.1
  -od.1
  -gdbserver.1
  -dig.1
  -gencat.1
  -digest.1
  -gzexe.1
  -gendiff.1
  -getfdprm.1
  -install-info.1
  -gzip.1
  -head.1
  -hman.1
  -host.1
  -hostname.1
  -hpftodit.1
  -ident.1
  -igawk.1
  -indent.1
  -indxbib.1
  -infocmp.1m
  -infotocap.1m
  -pfbtops.1
  -pg.1
  -join.1
  -superformat.1
  -sum.1
  -kernelversion.1
  -pgrep.1
  -kibitz.1
  -pic.1
  -tac.1
  -pidof.1
  -pinky.1
  -pkill.1
  -less.1
  -pmap.1
  -lesskey.1
  -pppoe-wrapper.1
  -libtool.1
  -pr.1
  -tbl.1
  -libtoolize.1
  -line.1
  -lkbib.1
  -procmail.1
  -locate.1
  -ps.1
  -lockfile.1
  -psorder.1
  -pstree.1
  -ptx.1
  -top.1
  -tr.1
  -quota.1
  -lookbib.1
  -ranlib.1
  -lprm.1
  -rbash.1
  -lptest.1
  -rcp.1
  -rcs.1
  -mailq.1
  -rcsclean.1
  -make.1
  -passwd.1
  -uux.1
  -makefloppies.1
  -rcsdiff.1
  -makeinfo.1
  -rcsfreeze.1
  -rcsintro.1
  -manlint.1
  -rcsmerge.1
  -manpath.1
  -rdate.1
  -readcd.1
  -md5sum.1
  -megatron.1
  -refer.1
  -merge.1
  -rename.1
  -replay.1
  -mirrordir.1
  -resend.1
  -mk_cmds.1
  -reset.1
  -w.1
  -rexec.1
  -rlog.1
  -mkpasswd.1
  -rlogin.1
  -wc.1
  -mpg123.1
  -multixterm.1
  -rpcgen.1
  -rsh.1
  -ncftp.1
  -rssh.1
  -ncftpbatch.1
  -run.1
  -ncftpget.1
  -rup.1
  -ncftpls.1
  -ruptime.1
  -ncftpput.1
  -rusers.1
  -neqn.1
  -paste.1
  -netatalk-config.1
  -rwall.1
  -newaliases.1
  -rwho.1
  -scgcheck.1
  -patch.1
  -nisdomainname.1
  -screen.1
  -nlmconv.1
  -sdiff.1
  -nroff.1
  -secure-mcserv.1
  -objcopy.1
  -sed.1
  -objdump.1
  -seq.1
  -omshell.1
  -sg.1
  -pap.1
  -setfdprm.1
  -passmass.1
  -sha1sum.1
  -shar.1
  -shred.1
  -size.1
  -skill.1
  -slabtop.1
  -snice.1
  -snmpbulkget.1
  -snmpbulkwalk.1
  -snmpcmd.1
  -snmpconf.1
  -snmpd.1
  -snmpdelta.1
  -snmpdf.1
  -snmpget.1
  -snmpgetnext.1
  -snmpnetstat.1
  -snmpset.1
  -snmpstatus.1
  -snmptable.1
  -snmptest.1
  -snmptranslate.1
  -snmptrap.1
  -snmpusm.1
  -snmpwalk.1
  -soelim.1
  -split.1
  -strings.1
  -strip.1
  -ypwhich.1
  -sync.1
  -tail.1
  -zforce.1
  -tailf.1
  -zgrep.1
  -talk.1
  -zmore.1
  -tcpdump.1
  -znew.1
  -tcsh.1
  -zsoelim.1
  -texi2dvi.1
  -texindex.1
  -tfmtodit.1
  -tftp.1
  -tic.1m
  -timeout.1
  -tknewsbiff.1
  -tkpppoe.1
  -tload.1
  -toe.1m
  -tput.1
  -troff.1
  -tset.1
  -tsort.1
  -unbuffer.1
  -unexpand.1
  -uniq.1
  -unshar.1
  -updatedb.1
  -uptime.1
  -uucp.1
  -uudeview.1
  -uuencode.1
  -uuenview.1
  -uuidgen.1
  -uustat.1
  -vacation.1
  -volname.1
  -watch.1
  -xapm.1
  -xargs.1
  -xdeview.1
  -xdfcopy.1
  -xkibitz.1
  -ypcat.1
  -ypdomainname.1
  -ypmatch.1
  -yppasswd.1
  -
  -[Section 1p]
  -Missing section 1p
   
   [Section 2]
  -_Exit.2
  -_newselect.2
  -gettid.2
  -getxattr.2
  +io_submit.2
  +sched_setaffinity.2
  +setxattr.2
  +path_resolution.2
  +sched_yield.2
  +lookup_dcookie.2
  +sched_getaffinity.2
   inb.2
  -alloc_hugepages.2
  -inb_p.2
  -arch_prctl.2
  -init_module.2
   inl.2
  -inl_p.2
  -insb.2
  -insl.2
  -insw.2
   inw.2
  -inw_p.2
  -io_cancel.2
  -io_destroy.2
  -io_getevents.2
  -io_setup.2
  -io_submit.2
  -create_module.2
  -delete_module.2
  -epoll_create.2
  -epoll_ctl.2
  -epoll_wait.2
  -lgetxattr.2
  -fgetxattr.2
  -listxattr.2
  -flistxattr.2
  -llistxattr.2
  +select_tut.2
  +syscall.2
  +setresgid.2
  +setresuid.2
  +sigwaitinfo.2
   free_hugepages.2
  -fremovexattr.2
  -fsetxattr.2
  -lookup_dcookie.2
  -lremovexattr.2
  -fstatvfs.2
  -lsetxattr.2
  -madvise.2
  -futex.2
  -get_kernel_syms.2
  -get_thread_area.2
  +llistxattr.2
  +sched_getscheduler.2
  +shmat.2
  +shmdt.2
   mincore.2
  -getcontext.2
  +madvise.2
  +listxattr.2
  +pciconfig_write.2
  +fgetxattr.2
  +readahead.2
  +io_destroy.2
  +pciconfig_read.2
  +fsetxattr.2
  +putpmsg.2
  +fremovexattr.2
  +epoll_wait.2
  +waitid.2
  +remap_file_pages.2
   mmap2.2
  +tkill.2
  +gettid.2
  +tgkill.2
  +epoll_create.2
  +insb.2
  +insl.2
  +insw.2
   getpmsg.2
  -getpriority.2
  -msgrcv.2
  -msgsnd.2
  +security.2
  +sigaltstack.2
  +futex.2
  +flistxattr.2
  +ssetmask.2
  +pciconfig_iobase.2
  +io_getevents.2
  +io_cancel.2
  +setpriority.2
   outb_p.2
  -outl.2
   outl_p.2
  -outsb.2
  -outsl.2
  -outsw.2
  -outw.2
   outw_p.2
  -pciconfig_iobase.2
  -pciconfig_read.2
  -pciconfig_write.2
  -posix_fadvise.2
  -pselect.2
  -putpmsg.2
  -query_module.2
  -readahead.2
  -remap_file_pages.2
  -removexattr.2
  -sched_getaffinity.2
  -sched_getscheduler.2
  -sched_setaffinity.2
  -sched_setscheduler.2
  -sched_yield.2
  -security.2
  -select_tut.2
  -semtimedop.2
  -set_thread_area.2
  +outl.2
  +sigtimedwait.2
  +outw.2
   setcontext.2
  -setpriority.2
  -setresgid.2
  -setresuid.2
  -setxattr.2
  +set_thread_area.2
  +semtimedop.2
   sgetmask.2
  -shmat.2
  -shmdt.2
  -sigaltstack.2
   sigqueue.2
  -sigtimedwait.2
  -sigwaitinfo.2
  -ssetmask.2
  +fstatvfs.2
   sstk.2
  -statvfs.2
  -syscall.2
  -tkill.2
  +posix_fadvise.2
   umount2.2
  +getpriority.2
  +io_setup.2
  +exit_group.2
  +alloc_hugepages.2
  +arch_prctl.2
  +lgetxattr.2
  +statvfs.2
  +lsetxattr.2
  +getcontext.2
  +lremovexattr.2
  +outsb.2
  +outsl.2
  +outsw.2
  +inb_p.2
  +inl_p.2
  +inw_p.2
  +epoll_ctl.2
  +set_tid_address.2
  +getxattr.2
  +msgrcv.2
  +msgsnd.2
  +sched_setscheduler.2
  +get_thread_area.2
  +removexattr.2
   
   [Section 3]
  -CMSG_ALIGN.3
  -assert_perror.3
  -CMSG_FIRSTHDR.3
  -authunix_create.3
  -CMSG_NXTHDR.3
  -CMSG_SPACE.3
  -basename.3
  -__fbufsize.3
  -bindresvport.3
  -__flbf.3
  -bitstring.3
  -__fpending.3
  -__fpurge.3
  -__freadable.3
  -btree.3
  -__freading.3
  -atalk_aton.3
  -__fsetlocking.3
  -__fwritable.3
  -__fwriting.3
  -db.3
  -__malloc_hook.3
  -cabs.3
  -__setfpucw.3
  -cabsf.3
  -_flushlbf.3
  -cabsl.3
  -a64l.3
  -cacos.3
  -cexp.3
  -cacosh.3
  -cacoshf.3
  -acosf.3
  -cacoshl.3
  -acoshf.3
  -callrpc.3
  -acoshl.3
  -carg.3
  -acosl.3
  -cargf.3
  -addmntent.3
  -cargl.3
  -addseverity.3
  -casin.3
  -aio_cancel.3
  -casinf.3
  -aio_error.3
  -casinh.3
  -aio_fsync.3
  -casinhf.3
  -aio_read.3
  -casinhl.3
  -aio_return.3
  -casinl.3
  -aio_suspend.3
  -catan.3
  -aio_write.3
  -catanf.3
  -catanh.3
  -catanhf.3
  -argz_add.3
  -atan2f.3
  -div.3
  -argz_add_sep.3
  -catanhl.3
  -argz_append.3
  -catanl.3
  -argz_count.3
  -catclose.3
  -argz_create.3
  +fesetexceptflag.3
  +envz_strip.3
  +envz_add.3
  +xdr_u_long.3
  +resolver.3
  +fgetwc.3
  +fgetws.3
  +clog2.3
  +clock.3
  +clogf.3
  +clogl.3
   argz_create_sep.3
  -catgets.3
  -argz_delete.3
  -authunix_create_default.3
  -argz_extract.3
  -catopen.3
  -argz_insert.3
  -cbc_crypt.3
  -argz_next.3
  -atan2l.3
  -err.3
  +csinhf.3
  +csinhl.3
  +envz_get.3
  +svc_run.3
  +aio_return.3
  +db.3
   argz_replace.3
  -atanf.3
  -argz_stringify.3
  -asctime.3
  -cbrtf.3
  -asctime_r.3
  -cbrtl.3
  -ccos.3
  -asinf.3
  -ccosf.3
  -ccosh.3
  -asinhf.3
  -ccoshf.3
  -asinhl.3
  -ccoshl.3
  -asinl.3
  -ccosl.3
  -asprintf.3
  -atanhf.3
  -ceilf.3
  -atanhl.3
  -ceill.3
  -atanl.3
  -cerf.3
  -cerfc.3
  -cerfcf.3
  -cerfcl.3
  -cerff.3
  -atoll.3
  -cerfl.3
  -atoq.3
  -authnone_create.3
  -auth_destroy.3
  -clearerr_unlocked.3
  -cexp2.3
  -cexp2f.3
  -cexp2l.3
  -cexpf.3
  -cexpl.3
  -cfgetispeed.3
  -cfgetospeed.3
  -cfmakeraw.3
  -cfree.3
  -cfsetispeed.3
  -cfsetospeed.3
  -cimag.3
  -cimagf.3
  -cimagl.3
  -clearenv.3
  -csqrt.3
  -ffs.3
  -clnt_broadcast.3
  -fma.3
  -curs_addstr.3x
  -clnt_call.3
  -csinl.3
  -clnt_control.3
  -curs_attr.3x
  -clnt_create.3
  -csqrtf.3
  -fts.3
  -clnt_destroy.3
  -csqrtl.3
  -ftw.3
  -clnt_freeres.3
  -curs_beep.3x
  -clnt_geterr.3
  -ctan.3
  -j0.3
  -clnt_pcreateerror.3
  -curs_bkgd.3x
  -clnt_perrno.3
  -curs_border.3x
  -clnt_perror.3
  -ctanf.3
  -j0f.3
  -clnt_spcreateerror.3
  -ctanh.3
  -j0l.3
  -clnt_sperrno.3
  -ctanhf.3
  -j1.3
  -clnt_sperror.3
  -ctanhl.3
  -j1f.3
  -clntraw_create.3
  -ctanl.3
  -j1l.3
  -clnttcp_create.3
  -ctermid.3
  -jn.3
  -clntudp_bufcreate.3
  -ctime.3
  -jnf.3
  -clntudp_create.3
  -curs_clear.3x
  -clock.3
  -ctime_r.3
  -jnl.3
  -clock_getres.3
  -form_field_attributes.3x
  -clock_gettime.3
  -curs_addch.3x
  -clock_settime.3
  -curs_color.3x
  -clog.3
  -curs_delch.3x
  +wprintf.3
  +expm1f.3
  +expm1l.3
  +endnetgrent.3
  +dl_iterate_phdr.3
  +isfinite.3
  +get_current_dir_name.3
  +fwrite_unlocked.3
  +vsnprintf.3
  +xdr_accepted_reply.3
  +__fpurge.3
  +iswgraph.3
  +localeconv.3
  +strndupa.3
  +mbsnrtowcs.3
  +updwtmp.3
  +tcgetattr.3
  +putwc.3
  +innetgr.3
  +feclearexcept.3
  +setnetgrent.3
  +vdprintf.3
  +xdr_pmap.3
  +raise.3
  +fgets_unlocked.3
  +lrand48_r.3
  +feholdexcept.3
  +conjf.3
  +conjl.3
  +ptsname_r.3
  +swapcontext.3
   clog10.3
  -curs_deleteln.3x
  -clog10f.3
  -curs_extend.3x
  -clog10l.3
  -curs_getch.3x
  -clog2.3
  -curs_getstr.3x
  +fts_close.3
  +pmap_getport.3
   clog2f.3
  -curs_getyx.3x
   clog2l.3
  -curs_inch.3x
  -clogf.3
  -curs_inchstr.3x
  -clogl.3
  -curs_initscr.3x
  -curs_inopts.3x
  -closelog.3
  -curs_insch.3x
  -cmsg.3
  -curs_insstr.3x
  -com_err.3
  -curs_instr.3x
  -confstr.3
  -curs_kernel.3x
  -conj.3
  -curs_mouse.3x
  -conjf.3
  -curs_move.3x
  -conjl.3
  -curs_outopts.3x
  -copysign.3
  -curs_overlay.3x
  -copysignf.3
  -curs_pad.3x
  -copysignl.3
  -curs_print.3x
  -cosf.3
  -curs_printw.3x
  -curs_refresh.3x
  +strtoull.3
  +ctanhf.3
  +ctanhl.3
  +xdr_destroy.3
  +wmemmove.3
  +ecvt_r.3
  +argz_insert.3
   coshf.3
  -curs_scanw.3x
   coshl.3
  -curs_scr_dump.3x
  -cosl.3
  -curs_scroll.3x
  -cpow.3
  -curs_slk.3x
  +iswupper.3
  +fegetexcept.3
  +freehostent.3
  +strftime.3
  +auth_destroy.3
   cpowf.3
  -curs_termattrs.3x
   cpowl.3
  -curs_termcap.3x
  +wcsncasecmp.3
   cproj.3
  -curs_terminfo.3x
  -cprojf.3
  -curs_touch.3x
  -cprojl.3
  -curs_trace.3x
  +xdr_opaque_auth.3
  +srand48_r.3
  +xdrstdio_create.3
  +fmtmsg.3
  +getfsfile.3
  +clnt_perrno.3
  +clnt_perror.3
  +getpwuid_r.3
  +ether_aton.3
  +fgetgrent.3
  +initstate.3
  +strdupa.3
   creal.3
  -curs_util.3x
  -crealf.3
  -curs_window.3x
  -creall.3
  -cuserid.3
  -crypt.3
  -daemon.3
  -csin.3
  -dbopen.3
  +nexttowardf.3
  +nexttowardl.3
  +fpathconf.3
  +wmempcpy.3
  +malloc_hook.3
  +cerfcf.3
  +cerfcl.3
  +remove.3
  +endutxent.3
  +remque.3
  +remquo.3
  +tmpfile.3
  +getdelim.3
  +iswalnum.3
  +clearerr_unlocked.3
  +iswalpha.3
  +recno.3
  +strfmon.3
  +regex.3
   csinf.3
  -default_store.3
   csinh.3
  -define_key.3x
  -csinhf.3
  -des_crypt.3
  -csinhl.3
  -curs_addchstr.3x
  -des_setparity.3
  -dft_fgbg.3x
  -dhcpctl.3
  -difftime.3
  +csinl.3
  +res_query.3
  +ctanf.3
  +ctanh.3
  +ctanl.3
  +svcudp_bufcreate.3
  +crypt.3
  +localtime_r.3
  +hdestroy.3
  +tsearch.3
  +csqrt.3
  +NAN.3
  +ctime.3
  +getrpcbynumber.3
  +fgetspent_r.3
  +addseverity.3
   dirfd.3
  -dirname.3
  -dladdr.3
  -dlclose.3
  -dlerror.3
  -dlsym.3
  -dlvsym.3
  -dn_comp.3
  -dn_expand.3
  +csqrtf.3
  +csqrtl.3
   dprintf.3
  -drand48.3
  -drem.3
  -dremf.3
  -dreml.3
  -dysize.3
  -ecb_crypt.3
  -ecvt.3
  -ecvt_r.3
  -encrypt.3
  -endaliasent.3
  -endfsent.3
  -endgrent.3
  -endmntent.3
  -endrpcent.3
  -endspent.3
  -endttyent.3
  -endusershell.3
  -endutent.3
  -endutxent.3
  -envz_add.3
  -envz_entry.3
  -envz_get.3
  -envz_merge.3
  -envz_remove.3
  -envz_strip.3
  -erand48.3
  -erfcf.3
  -erfcl.3
  -erff.3
  -erfl.3
  -errno.3
  -errx.3
  -ether_aton.3
  -ether_aton_r.3
  -ether_hostton.3
  -ether_line.3
  -ether_ntoa.3
  +xdr_void.3
  +aio_suspend.3
  +klogctl.3
  +tcsetpgrp.3
  +getgrouplist.3
  +fnmatch.3
  +hcreate_r.3
  +cfmakeraw.3
  +fedisableexcept.3
   ether_ntoa_r.3
  -ether_ntohost.3
  -exit.3
  -exp10.3
  -exp10f.3
  -exp10l.3
  -exp2.3
  -exp2f.3
  -exp2l.3
  -expf.3
  -expl.3
  -expm1.3
  -expm1f.3
  -expm1l.3
  +div.3
  +bindresvport.3
  +ffs.3
  +err.3
  +fma.3
  +fts.3
  +ftw.3
  +qsort.3
  +drand48_r.3
  +xdrrec_create.3
  +nan.3
  +INFINITY.3
  +fileno_unlocked.3
  +nearbyintf.3
  +nearbyintl.3
  +argz_count.3
  +rpc.3
  +getnetgrent.3
  +rintf.3
  +rintl.3
  +ldexpf.3
  +ldexpl.3
  +queue.3
  +xdr.3
  +dlsym.3
  +aio_write.3
  +svc_freeargs.3
  +asctime.3
  +cexp2f.3
  +cexp2l.3
  +ctermid.3
  +setusershell.3
  +closelog.3
  +fegetround.3
  +envz_remove.3
  +flockfile.3
  +rresvport.3
  +vfprintf.3
  +towlower.3
  +tdelete.3
  +xdr_int.3
  +llrintf.3
  +llrintl.3
  +pmap_set.3
  +swprintf.3
  +cbc_crypt.3
  +sysconf.3
  +getdirentries.3
  +pmap_unset.3
  +strndup.3
  +__freading.3
  +hsearch.3
  +xdr_double.3
  +putgrent.3
  +ssignal.3
  +CMSG_ALIGN.3
  +getaddrinfo.3
  +wcsrtombs.3
  +xdr_union.3
  +ldexp.3
  +getnameinfo.3
  +ether_line.3
  +xdr_authunix_parms.3
  +scalb.3
  +scanf.3
  +aio_read.3
  +dbopen.3
  +towctrans.3
  +clnt_sperrno.3
  +clnt_sperror.3
  +setutxent.3
  +fgetwc_unlocked.3
  +tcgetpgrp.3
  +iswblank.3
  +hdestroy_r.3
  +__fsetlocking.3
  +dremf.3
  +dreml.3
  +xdr_replymsg.3
  +dn_expand.3
  +key_decryptsession.3
  +basename.3
  +scalbf.3
  +scalbl.3
  +scalbn.3
  +wcswidth.3
  +wcscspn.3
  +putchar.3
  +HUGE_VAL.3
  +lfind.3
  +vswprintf.3
  +mtrace.3
  +endaliasent.3
  +fesetround.3
  +confstr.3
  +funlockfile.3
  +lrintf.3
  +lrintl.3
  +round.3
  +wordexp.3
  +ether_ntoa.3
  +sgetspent.3
  +mkdtemp.3
  +sgetspent_r.3
  +iconv_close.3
  +gethostent_r.3
  +clntudp_create.3
  +getfsspec.3
  +setaliasent.3
  +toascii.3
  +sincos.3
  +authunix_create.3
  +svc_getreqset.3
  +cfgetispeed.3
  +ruserok.3
  +va_start.3
  +fts_open.3
  +ualarm.3
  +fprintf.3
  +on_exit.3
  +__fwriting.3
  +getnetgrent_r.3
  +wmemchr.3
  +wmemcmp.3
  +wmemcpy.3
  +llround.3
  +endmntent.3
  +aio_cancel.3
  +truncf.3
  +truncl.3
  +gsignal.3
  +getaliasbyname.3
  +strtold.3
  +strtoll.3
  +strtoul.3
  +strtouq.3
  +makecontext.3
   fabsf.3
   fabsl.3
  -fclose.3
  -fcloseall.3
  -fcvt.3
  -fcvt_r.3
  -fdim.3
  -fdimf.3
  -fdiml.3
  -fdopen.3
  -feclearexcept.3
  -fedisableexcept.3
  -feenableexcept.3
  +wmemset.3
  +get_myaddress.3
  +fts_read.3
  +vsscanf.3
  +svc_getreq.3
  +rtime.3
  +jrand48.3
  +llabs.3
  +sinhf.3
  +sinhl.3
  +putenv.3
  +wcrtomb.3
  +lldiv.3
  +getutid_r.3
  +argz_stringify.3
  +key_setsecret.3
   fegetenv.3
  -fegetexcept.3
  -fegetexceptflag.3
  -fegetround.3
  -feholdexcept.3
  -fenv.3
  -feof_unlocked.3
  -feraiseexcept.3
  +cacosf.3
  +cacosh.3
  +cacosl.3
  +isunordered.3
   ferror_unlocked.3
  -fesetenv.3
  -fesetexceptflag.3
  -fesetround.3
  -fetestexcept.3
  -feupdateenv.3
  -fflush_unlocked.3
  -ffsl.3
  -ffsll.3
  -fgetc_unlocked.3
  -fgetgrent.3
  -fgetgrent_r.3
  -fgetpwent.3
  -fgetpwent_r.3
  -fgets_unlocked.3
  -fgetspent.3
  -fgetspent_r.3
  -fgetwc.3
  -fgetws.3
  -fgetwc_unlocked.3
  -fgetws_unlocked.3
  -fileno_unlocked.3
  -finite.3
  -flockfile.3
  -floorf.3
  -floorl.3
  -fmaf.3
  -fmal.3
  -fmax.3
  -fmaxf.3
  -fmaxl.3
  -fmin.3
  -fminf.3
  -fminl.3
  -fmod.3
  -fmodf.3
  -fmodl.3
  -fmtmsg.3
  -fnmatch.3
  -fopen.3
  -forkpty.3
  -form.3x
  -form_cursor.3x
  -form_data.3x
  -form_driver.3x
  -form_field.3x
  -form_field_just.3x
  -form_field_buffer.3x
  -form_field_new.3x
  -form_field_info.3x
  -nanf.3
  -nan.3
  -form_field_opts.3x
  -form_field_userptr.3x
  -form_field_validation.3x
  -form_fieldtype.3x
  -form_hook.3x
  -form_new.3x
  -form_new_page.3x
  -form_opts.3x
  -form_page.3x
  -form_post.3x
  -form_requestname.3x
  -form_userptr.3x
  -form_win.3x
  -fpathconf.3
  -fpclassify.3
  -fprintf.3
  -fpurge.3
  -fputc.3
  -fputc_unlocked.3
  -fputs.3
  -fputs_unlocked.3
  -fputwc.3
  -fputwc_unlocked.3
  -fputws.3
  -fputws_unlocked.3
  -fread_unlocked.3
  +strxfrm.3
  +argz_add.3
  +mblen.3
  +getaliasent_r.3
  +xdr_reference.3
  +putwchar.3
  +lround.3
  +fegetexceptflag.3
  +fdimf.3
  +fdiml.3
  +wcsnrtombs.3
  +significandf.3
  +significandl.3
  +isgreaterequal.3
  +log1p.3
  +log2f.3
  +log2l.3
  +tanhf.3
  +tanhl.3
  +ecb_crypt.3
  +lockf.3
   freeaddrinfo.3
  -freehostent.3
  -freopen.3
  -frexp.3
  -fscanf.3
  -fseeko.3
  -ftello.3
  -ftime.3
  -ftrylockfile.3
  -fts_children.3
  -fts_close.3
  -fts_open.3
  -fts_read.3
  -fts_set.3
  -funlockfile.3
  -fwide.3
  -fwprintf.3
  -fwrite_unlocked.3
  -gai_strerror.3
  -gamma.3
  -gammaf.3
  -gammal.3
  -gcvt.3
  -gdbm.3
  -get_current_dir_name.3
  -get_myaddress.3
  -getaddrinfo.3
  -getaliasbyname.3
  -getaliasbyname_r.3
  +logbf.3
  +logbl.3
  +encrypt.3
  +login.3
  +iswprint.3
  +getspent_r.3
  +xdr_array.3
  +getutline.3
  +wcsncat.3
  +wcsncmp.3
  +wcsncpy.3
  +asprintf.3
  +nextafter.3
  +a64l.3
  +putwc_unlocked.3
  +vscanf.3
  +wcsnlen.3
  +killpg.3
  +regerror.3
  +strtoimax.3
  +erfcf.3
  +erfcl.3
   getaliasent.3
  -getaliasent_r.3
  -getc_unlocked.3
  -getchar_unlocked.3
  -getcwd.3
  +ffsll.3
  +xdr_vector.3
   getdate.3
  -getdate_r.3
  -getdelim.3
  -getdirentries.3
  -getfsent.3
  -getfsfile.3
  -getfsspec.3
  -getgrent.3
  -getgrent_r.3
  -getgrgid.3
  -getgrgid_r.3
  -getgrnam.3
  -getgrnam_r.3
  -getgrouplist.3
  -gethostbyname2.3
  -gethostbyname2_r.3
  -gethostbyname_r.3
  -getipnodebyaddr.3
  -getipnodebyname.3
  -getline.3
  -getloadavg.3
  +svc_destroy.3
  +endspent.3
   getlogin.3
  -getlogin_r.3
  -getmntent.3
  -getnameinfo.3
  -getopt.3
  -getopt_long.3
  -getopt_long_only.3
  -getpass.3
  -getpt.3
  -getpwent_r.3
  -getpwnam_r.3
  -getpwuid_r.3
  -getrpcbyname.3
  -getrpcbynumber.3
  -getrpcent.3
  -getrpcport.3
  -getspent.3
  -getspent_r.3
  -getspnam.3
  -getspnam_r.3
  -getttyent.3
  -getttynam.3
  -getumask.3
  -getusershell.3
  -getutent.3
  -getutent_r.3
  -getutid.3
  -getutid_r.3
  -getutline.3
  -getutline_r.3
  -getutxent.3
  -getutxid.3
  -getutxline.3
  -getw.3
  -getwc.3
  -getwc_unlocked.3
  -getwchar.3
  -getwchar_unlocked.3
  -getwd.3
  -glob.3
  -globfree.3
  -gmtime.3
  -gmtime_r.3
  -grantpt.3
  -gsignal.3
  -hash.3
  -hasmntopt.3
  -hcreate.3
  -hcreate_r.3
  -hdestroy.3
  -hdestroy_r.3
  -hesiod.3
  -hosts_access.3
  -hsearch.3
  -hsearch_r.3
  -htonl.3
  -htons.3
  -hypot.3
  -hypotf.3
  -hypotl.3
  -iconv.3
  -iconv_close.3
  -iconv_open.3
  -imaxabs.3
  -imaxdiv.3
  -index.3
  -inet_cidr.3
  -inet_ntop.3
  -inet_pton.3
  -infnan.3
  +wcspbrk.3
  +nearbyint.3
  +seed48_r.3
  +getaliasbyname_r.3
  +errno.3
  +xprt_register.3
  +vsyslog.3
  +lrint.3
  +ether_aton_r.3
  +pow10f.3
  +pow10l.3
  +iswpunct.3
  +clntudp_bufcreate.3
  +fgetgrent_r.3
  +xdr_pointer.3
  +clnttcp_create.3
  +finitef.3
  +finitel.3
  +cacoshf.3
  +cacoshl.3
  +tfind.3
  +vasprintf.3
  +finite.3
  +tgamma.3
  +setmntent.3
  +wcsrchr.3
   initgroups.3
  -initstate.3
  -insque.3
  -ipq_create_handle.3
  -ipq_errstr.3
  -ipq_message_type.3
  -ipq_read.3
  -ipq_set_mode.3
  -ipq_set_verdict.3
  -iruserok.3
  -isfinite.3
  -isgreater.3
  -isgreaterequal.3
  -isinf.3
  -isless.3
  -islessequal.3
  -islessgreater.3
  -isnan.3
  -isnormal.3
  -isprint.3
  -isunordered.3
  -iswalnum.3
  -iswalpha.3
  -iswblank.3
  +fts_children.3
  +ttyname_r.3
  +getipnodebyaddr.3
  +gethostent.3
   iswcntrl.3
  -iswctype.3
  -iswdigit.3
  -iswgraph.3
  -iswlower.3
  -iswprint.3
  -iswpunct.3
  -iswspace.3
  -iswupper.3
  -iswxdigit.3
  -jrand48.3
  -key_decryptsession.3
  -key_encryptsession.3
  -key_gendes.3
  -key_secretkey_is_set.3
  -key_setsecret.3
  -keybound.3x
  -keyok.3x
  -killpg.3
  -klogctl.3
  -l64a.3
  -lckpwdf.3
  -lcong48.3
  -ldexp.3
  -ldexpf.3
  -ldexpl.3
  -ldiv.3
  -lfind.3
  -lgamma.3
  +getspent.3
  +tgammaf.3
  +tgammal.3
  +sqrtf.3
  +sqrtl.3
  +lcong48.3
  +key_encryptsession.3
   lgamma_r.3
  -lgammaf.3
  -lgammaf_r.3
  -lgammal.3
  -lgammal_r.3
  -libblkid.3
  -libexpect.3
  -libipq.3
  -libmagic.3
  -libuuid.3
  -llabs.3
  -lldiv.3
  -llrint.3
  -llrintf.3
  -llrintl.3
  -llround.3
  -llroundf.3
  -llroundl.3
  -localeconv.3
  -localtime.3
  -localtime_r.3
  -lockf.3
  -log10f.3
  -log10l.3
  -log1p.3
  -log1pf.3
  -log1pl.3
  -log2.3
  -log2f.3
  -log2l.3
  -logf.3
  -login.3
  -login_tty.3
  -logl.3
  -logout.3
  -logwtmp.3
  +getspnam.3
  +res_querydomain.3
  +vfscanf.3
  +scalbln.3
  +scalbnf.3
  +scalbnl.3
  +endrpcent.3
  +getdate_r.3
  +putc_unlocked.3
  +mkstemp.3
   lrand48.3
  -lrint.3
  -lrintf.3
  -lrintl.3
  -lround.3
  -lroundf.3
  -lroundl.3
  +stdin.3
  +stdio.3
  +svcfd_create.3
  +clntraw_create.3
  +feraiseexcept.3
  +atoq.3
  +gamma.3
  +fmaxf.3
  +fmaxl.3
  +cabs.3
  +undocumented.3
  +carg.3
  +ccos.3
  +vprintf.3
  +cerf.3
  +clnt_spcreateerror.3
  +fminf.3
  +fminl.3
  +cexp.3
  +xcrypt.3
  +exp10.3
  +gmtime_r.3
  +exp2f.3
  +exp2l.3
  +fgetpwent.3
  +unlockpt.3
  +fmodf.3
  +fmodl.3
  +erand48.3
  +clog.3
  +expm1.3
  +cmsg.3
  +netlink.3
  +conj.3
   lsearch.3
  -makecontext.3
  -malloc_hook.3
  -mblen.3
  -mbrlen.3
  -mbrtowc.3
  -mbsinit.3
  -mbsnrtowcs.3
  -mbsrtowcs.3
  -mbstowcs.3
  -mbtowc.3
  -memalign.3
  -memmove.3
  -mempcpy.3
  -memrchr.3
  -menu.3x
  -menu_attribs.3x
  -menu_cursor.3x
  -menu_driver.3x
  -menu_format.3x
  -menu_hook.3x
  -menu_items.3x
  -menu_mark.3x
  -menu_new.3x
  -menu_opts.3x
  -menu_pattern.3x
  -menu_post.3x
  -menu_requestname.3x
  -menu_spacing.3x
  -menu_userptr.3x
  -menu_win.3x
  -mib_api.3
  -mitem_current.3x
  -mitem_name.3x
  -mitem_new.3x
  -mitem_opts.3x
  -mkdtemp.3
  -mitem_userptr.3x
  -mitem_value.3x
  -mitem_visible.3x
  -mkfifo.3
  -mkstemp.3
  -mktemp.3
  -mktime.3
  -modf.3
  +cosf.3
  +cosl.3
  +cpow.3
  +dladdr.3
  +csin.3
  +ctan.3
  +hcreate.3
  +getusershell.3
  +iswdigit.3
  +tmpnam.3
  +llrint.3
  +ecvt.3
  +getspnam_r.3
  +setspent.3
  +fgetws_unlocked.3
  +drem.3
  +HUGE_VALF.3
  +HUGE_VALL.3
  +fopen.3
  +getline.3
  +fetestexcept.3
   modff.3
   modfl.3
  -mpool.3
  -mrand48.3
  -mtrace.3
  -muntrace.3
  -pthread_self.3
  -nanl.3
  -pthread_sigmask.3
  -nbp_name.3
  -putc.3
  -ncurses.3x
  -ptsname.3
  -nearbyint.3
  -putgrent.3
  -nearbyintf.3
  -putc_unlocked.3
  -nearbyintl.3
  -putchar.3
  -netlink.3
  -putchar_unlocked.3
  -nextafter.3
  -putenv.3
  -nextafterf.3
  -nextafterl.3
  -puts.3
  -nexttoward.3
  -putspent.3
  -nexttowardf.3
  -pututline.3
  -nexttowardl.3
  -pututxline.3
  -nftw.3
  -putw.3
  -nl_langinfo.3
  -putwc.3
  -nrand48.3
  -qecvt.3
  -ntohl.3
  -putwc_unlocked.3
  -ntohs.3
  -putwchar.3
  -omapi.3
  -putwchar_unlocked.3
  -on_exit.3
  -pw_auth.3
  -qecvt_r.3
  -openlog.3
  -qfcvt.3
  -openpty.3
  -qfcvt_r.3
  -panel.3x
  -qgcvt.3
  -passwd2des.3
  -qsort.3
  -pathconf.3
  -queue.3
  -raise.3
  -perror.3
  -pthread_create.3
  -pmap_getmaps.3
  -pthread_detach.3
  -pmap_getport.3
  -pthread_equal.3
  -pmap_rmtcall.3
  -pmap_set.3
  +psignal.3
  +fdim.3
  +fcvt.3
  +__malloc_hook.3
  +fenv.3
  +dlclose.3
  +erff.3
  +erfl.3
  +ffsl.3
  +getcwd.3
  +errx.3
  +svcerr_noproc.3
  +svcerr_noprog.3
  +iswctype.3
  +fmaf.3
  +fmal.3
  +fmax.3
  +endttyent.3
   rand_r.3
  -pmap_unset.3
  +fmin.3
  +exit.3
  +exp2.3
  +fmod.3
  +towupper.3
  +expf.3
  +expl.3
   random.3
  -rcmd.3
  -popt.3
  -pthread_exit.3
  -posix_memalign.3
  -regcomp.3
  -re_comp.3
  -pow10.3
  -re_exec.3
  -pow10f.3
  -read_config.3
  -pow10l.3
  -powf.3
  -powl.3
  -realpath.3
  -printf.3
  -recno.3
  -profil.3
  -res_querydomain.3
  -psignal.3
  -pthread_join.3
  -pthread_atfork.3
  -pthread_key_create.3
  -pthread_attr_init.3
  -pthread_mutex_init.3
  -pthread_cancel.3
  -pthread_condattr_init.3
  -pthread_cleanup_push.3
  -pthread_mutexattr_init.3
  -pthread_cond_init.3
  -pthread_setschedparam.3
  -pthread_once.3
  -pthread_kill_other_threads_np.3
  -regerror.3
  -regex.3
  -regexec.3
  -regfree.3
  -registerrpc.3
  -remainder.3
  -remainderf.3
  -remainderl.3
  -remove.3
  -remque.3
  -res_init.3
  -res_mkquery.3
  -res_query.3
  -sinf.3
  -res_search.3
  -res_send.3
  -sinhf.3
  -resizeterm.3x
  -sinhl.3
  -resolver.3
  -sinl.3
  -snmp_agent_api.3
  -rindex.3
  -snmp_alarm.3
  -snmp_api.3
  -rintf.3
  -snmp_sess_api.3
  -rintl.3
  -snmp_trap_api.3
  -round.3
  -snprintf.3
  -roundf.3
  -sprintf.3
  -roundl.3
  -strtoimax.3
  -rpc.3
  -rquota.3
  -sqrtf.3
  -rresvport.3
  -sqrtl.3
  -rtime.3
  -rtnetlink.3
  +unsetenv.3
  +lseek64.3
  +gcvt.3
  +getw.3
  +getpt.3
  +getwc.3
  +getwd.3
  +getutxent.3
  +l64a.3
  +fputc.3
  +getopt.3
  +fputs.3
  +stdio_ext.3
   srand48.3
  -ruserok.3
  +iswxdigit.3
  +glob.3
  +getopt_long.3
  +hash.3
  +tcdrain.3
  +fclose.3
  +getrpcport.3
  +frexp.3
  +des_setparity.3
  +mpool.3
   srandom.3
  -sscanf.3
  -scanf.3
  -ssignal.3
  -seed48.3
  -stdarg.3
  -stderr.3
  -sem_init.3
  -stdin.3
  -setaliasent.3
  -stdio.3
  -stdio_ext.3
  -stdout.3
  -stpcpy.3
  -setfsent.3
  -stpncpy.3
  -setgrent.3
  -setkey.3
  -setlocale.3
  -setlogmask.3
  -setmntent.3
  -sincos.3
  -setproctitle.3
  -strdupa.3
  -strerror_r.3
  -setrpcent.3
  -strfmon.3
  -strfry.3
  -setspent.3
  -strftime.3
  -setstate.3
  -string.3
  -setttyent.3
  -sincosf.3
  -vis.3
  -setusershell.3
  -setutent.3
  -setutxent.3
  -sgetspent.3
  -shadow.3
  -sgetspent_r.3
  -strndup.3
  -strndupa.3
  -shm_open.3
  +endfsent.3
  +casinf.3
  +casinh.3
  +casinl.3
  +clog10f.3
  +clog10l.3
  +catanf.3
  +catanh.3
  +catanl.3
  +nrand48_r.3
   strptime.3
  -sincosl.3
  -xdr.3
  -siginterrupt.3
  -strsignal.3
  -signbit.3
  -strtod.3
  -svc_freeargs.3
  -strtof.3
  -strtol.3
  -strtold.3
  -strtoll.3
  -strtoq.3
  -strtoul.3
  -strtoull.3
  +xdr_wrapstring.3
  +setstate.3
   strtoumax.3
  -strtouq.3
  -strverscmp.3
  -strxfrm.3
  -svc_destroy.3
  -updwtmp.3
  -svc_getargs.3
  -tsearch.3
  -y0.3
  -svc_getcaller.3
  -svc_getreq.3
  -tsig.3
  -y0f.3
  -svc_getreqset.3
  -y0l.3
  -svc_register.3
  -utmpname.3
  -svc_run.3
  -ttyname_r.3
  -y1.3
  -svc_sendreply.3
  -ttyslot.3
  -y1f.3
  +lgamma.3
  +qfcvt_r.3
  +getpass.3
  +fpurge.3
  +xdr_getpos.3
  +argz_append.3
  +asctime_r.3
  +fputwc.3
  +fputws.3
   svc_unregister.3
  -uuid_clear.3
  -svcerr_auth.3
  -twalk.3
  -y1l.3
  -svcerr_decode.3
  -tzset.3
  -yn.3
  -svcerr_noproc.3
  -ualarm.3
  -ynf.3
  -svcerr_noprog.3
  -ulckpwdf.3
  -ynl.3
  +va_copy.3
  +openlog.3
  +fcloseall.3
  +ftime.3
  +svc_getcaller.3
  +openpty.3
  +wcscasecmp.3
  +wctrans.3
   svcerr_progvers.3
  -ulimit.3
  -svcerr_systemerr.3
  -undocumented.3
  -svcerr_weakauth.3
  -svcfd_create.3
  -ungetwc.3
  -svcraw_create.3
  +ulckpwdf.3
  +aio_error.3
  +cfsetospeed.3
  +iconv_open.3
  +seed48.3
  +getfsent.3
  +__flbf.3
  +logwtmp.3
   unlocked_stdio.3
  -svctcp_create.3
  -unlockpt.3
  -svcudp_bufcreate.3
  -unsetenv.3
  -svcudp_create.3
  -uuid_compare.3
  -uuid_copy.3
  -swapcontext.3
  -uuid_generate.3
  -swprintf.3
  -uuid_is_null.3
  -sysconf.3
  -uuid_parse.3
  -syslog.3
  -uuid_time.3
  -uuid_unparse.3
  -tanf.3
  -va_arg.3
  -va_copy.3
  -tanhf.3
  -va_end.3
  -tanhl.3
  -va_start.3
  -tanl.3
  -valloc.3
  -tcdrain.3
  -vasprintf.3
  -tcflow.3
  -vdprintf.3
  -tcflush.3
  -verr.3
  -tcgetattr.3
  -verrx.3
  -tcgetpgrp.3
  -versionsort.3
  -tcgetsid.3
  -vfprintf.3
  -tcsendbreak.3
  -vfscanf.3
  -tcsetattr.3
  -vfwprintf.3
  -tcsetpgrp.3
  -vprintf.3
  -tdelete.3
  -vscanf.3
  -vsnprintf.3
  -tempnam.3
  +gai_strerror.3
  +strverscmp.3
  +setrpcent.3
  +ldiv.3
  +nrand48.3
  +ether_ntohost.3
  +acoshf.3
  +acoshl.3
  +sscanf.3
  +jrand48_r.3
  +getc_unlocked.3
  +trunc.3
  +muntrace.3
  +wcstoimax.3
  +fesetenv.3
  +hsearch_r.3
  +lroundf.3
  +lroundl.3
  +getipnodebyname.3
  +log2.3
  +logb.3
  +isprint.3
  +logf.3
  +logl.3
  +gethostbyname2_r.3
  +__fbufsize.3
  +fwide.3
  +cimagf.3
  +cimagl.3
  +xdr_bytes.3
  +nanf.3
  +nanl.3
  +fgetpwent_r.3
  +lgammaf_r.3
  +modf.3
  +isinff.3
  +isinfl.3
  +forkpty.3
  +nftw.3
  +lgammal_r.3
  +key_secretkey_is_set.3
  +acosf.3
  +acosl.3
  +getutxline.3
  +clnt_geterr.3
  +dysize.3
  +twalk.3
  +feof_unlocked.3
  +authnone_create.3
  +getutid.3
  +frexpf.3
  +frexpl.3
  +setfsent.3
  +remainder.3
  +grantpt.3
  +feenableexcept.3
  +mbrlen.3
  +xdrmem_create.3
  +copysign.3
  +ptsname.3
  +lcong48_r.3
  +isless.3
  +islessgreater.3
  +res_init.3
  +xdr_pmaplist.3
  +getgrent_r.3
  +setttyent.3
  +strerror_r.3
  +powf.3
  +powl.3
  +getwchar_unlocked.3
  +roundf.3
  +roundl.3
  +argz_extract.3
  +difftime.3
  +ilogbf.3
  +ilogbl.3
  +cuserid.3
  +freopen.3
  +putwchar_unlocked.3
  +setlogmask.3
  +putc.3
  +puts.3
  +putw.3
  +fputc_unlocked.3
  +casinhf.3
  +casinhl.3
  +rcmd.3
  +nexttoward.3
  +endgrent.3
  +fcvt_r.3
  +wordfree.3
  +re_comp.3
  +mbtowc.3
  +getumask.3
   vsprintf.3
  +gmtime.3
  +rindex.3
  +clnt_control.3
  +callrpc.3
  +localtime.3
  +getrpcbyname.3
  +sinf.3
  +sinl.3
  +fts_set.3
  +syslog.3
  +argz_delete.3
  +xdr_opaque.3
  +ctime_r.3
  +tanf.3
  +tanl.3
  +clnt_pcreateerror.3
  +tzset.3
  +catanhf.3
  +catanhl.3
  +va_arg.3
  +getgrent.3
  +fputwc_unlocked.3
  +svcerr_auth.3
  +getgrgid.3
  +verrx.3
  +log10f.3
  +log10l.3
  +re_exec.3
  +pathconf.3
  +va_end.3
   termios.3
  -vsscanf.3
  -tfind.3
  -vswprintf.3
  -tgamma.3
  -vsyslog.3
  -tgammaf.3
  -vwarn.3
  -tgammal.3
  -vwarnx.3
  -timegm.3
  -vwprintf.3
  -timelocal.3
  +scalblnf.3
  +scalblnl.3
  +ftrylockfile.3
  +getmntent.3
  +getgrnam.3
  +argz_next.3
  +log1pf.3
  +log1pl.3
  +cprojf.3
  +cprojl.3
  +fdopen.3
  +verr.3
  +globfree.3
  +fscanf.3
   warn.3
  -tmpfile.3
  +ntohl.3
  +ntohs.3
  +endutent.3
  +aio_fsync.3
  +gethostbyname2.3
  +isnormal.3
  +setlocale.3
  +mbsrtowcs.3
  +stdarg.3
  +printf.3
  +pututxline.3
  +iswlower.3
  +stderr.3
  +wcstoumax.3
  +svc_sendreply.3
  +fseeko.3
  +clearenv.3
  +login_tty.3
  +sprintf.3
  +CMSG_NXTHDR.3
  +iswspace.3
  +CMSG_FIRSTHDR.3
  +stdout.3
  +xdrrec_eof.3
  +res_send.3
  +tcflush.3
  +setgrent.3
  +clnt_freeres.3
  +realpath.3
  +tcgetsid.3
  +getutent.3
  +catgets.3
  +getgrnam_r.3
  +mbstowcs.3
  +xencrypt.3
  +__fwritable.3
  +svc_register.3
  +argz_add_sep.3
  +iconv.3
  +dlvsym.3
  +ccoshf.3
  +ccoshl.3
  +setkey.3
  +mkfifo.3
  +getopt_long_only.3
  +lgammaf.3
  +lgammal.3
  +catclose.3
  +svcerr_weakauth.3
  +logout.3
  +getutxid.3
  +remainderf.3
  +remainderl.3
  +imaxabs.3
   warnx.3
  -tmpnam.3
  +fgetc_unlocked.3
  +imaxdiv.3
  +svcudp_create.3
  +mrand48_r.3
  +clock_settime.3
  +fread_unlocked.3
  +isgreater.3
  +getlogin_r.3
  +sincosf.3
  +sincosl.3
  +fgetspent.3
  +profil.3
  +crealf.3
  +creall.3
  +xdr_setpos.3
   wcpcpy.3
  -tmpnam_r.3
  -wcpncpy.3
  -toascii.3
  -wcrtomb.3
  -wcscasecmp.3
  +asinf.3
  +asinl.3
  +svcerr_systemerr.3
  +atanf.3
  +atanl.3
  +clnt_broadcast.3
  +wctob.3
  +res_mkquery.3
  +tcsendbreak.3
  +xdr_rejected_reply.3
  +xdecrypt.3
  +asinhf.3
  +asinhl.3
  +copysignf.3
  +copysignl.3
  +infnan.3
  +setutent.3
  +getchar_unlocked.3
  +inet_ntop.3
  +getwchar.3
  +regcomp.3
  +getpwent_r.3
  +atoll.3
  +gammaf.3
  +gammal.3
  +ether_hostton.3
  +ulimit.3
  +getgrgid_r.3
  +addmntent.3
  +xdr_short.3
  +passwd2des.3
   wcscat.3
  -towctrans.3
   wcschr.3
  -towlower.3
   wcscmp.3
  -towupper.3
  +cfgetospeed.3
  +htonl.3
  +htons.3
   wcscpy.3
  -trunc.3
  -wcscspn.3
  -truncf.3
  +clnt_call.3
  +timegm.3
   wcsdup.3
  -truncl.3
  -xdr_accepted_reply.3
  +getloadavg.3
  +utmpname.3
  +ttyslot.3
  +cabsf.3
  +inet_pton.3
  +cabsl.3
  +cacos.3
  +atan2f.3
  +atan2l.3
   wcslen.3
  -wcsncasecmp.3
  -wcsncat.3
  -wcsncmp.3
  -wcsncpy.3
  -wcsnlen.3
  -wcsnrtombs.3
  -wcspbrk.3
  -wcsrchr.3
  -wcsrtombs.3
  +posix_memalign.3
  +res_search.3
  +getrpcent.3
  +des_crypt.3
  +islessequal.3
  +atanhf.3
  +atanhl.3
  +floorf.3
  +CMSG_SPACE.3
  +floorl.3
  +iruserok.3
  +versionsort.3
  +regexec.3
  +nextafterf.3
  +nextafterl.3
   wcsspn.3
   wcsstr.3
  -wcstoimax.3
   wcstok.3
  -wcstombs.3
  -wcstoumax.3
  -wcswidth.3
  -wctob.3
  -wctomb.3
  -wctrans.3
  -wctype.3
  -wcwidth.3
  -wmemchr.3
  -wmemcmp.3
  -wmemcpy.3
  -wmemmove.3
  -wmempcpy.3
  -wmemset.3
  -wordexp.3
  -wordfree.3
  -wprintf.3
  -wresize.3x
  -xcrypt.3
  -xdecrypt.3
  -xdr_array.3
  -xdr_authunix_parms.3
   xdr_bool.3
  -xdr_bytes.3
  -xdr_callhdr.3
  -xdr_callmsg.3
  +fpclassify.3
  +dlerror.3
   xdr_char.3
  -xdr_destroy.3
  -xdr_double.3
  +regfree.3
  +cargf.3
  +cargl.3
  +casin.3
  +catan.3
  +wctomb.3
  +wcwidth.3
  +argz_create.3
  +clock_gettime.3
  +fwprintf.3
  +valloc.3
  +registerrpc.3
  +catopen.3
  +strsignal.3
  +getutent_r.3
  +xdr_u_char.3
  +wcstombs.3
  +gethostbyname_r.3
  +ilogb.3
  +wctype.3
  +hasmntopt.3
  +assert_perror.3
  +cbrtf.3
  +cbrtl.3
  +erand48_r.3
  +lckpwdf.3
  +envz_entry.3
  +remquof.3
  +remquol.3
  +tcflow.3
  +fflush_unlocked.3
  +drand48.3
  +memmove.3
  +getwc_unlocked.3
  +ccosf.3
  +ccosh.3
  +ccosl.3
  +stpcpy.3
  +authunix_create_default.3
  +index.3
  +ftello.3
  +xprt_unregister.3
  +svcerr_decode.3
  +stpncpy.3
  +dirname.3
   xdr_enum.3
  -xdr_float.3
  +fputs_unlocked.3
  +vwarn.3
  +pututline.3
  +hypot.3
  +ceilf.3
  +ceill.3
  +signbit.3
  +putchar_unlocked.3
  +clnt_create.3
  +signgam.3
  +mempcpy.3
  +putspent.3
  +vfwprintf.3
  +wcpncpy.3
   xdr_free.3
  -xdr_getpos.3
  +cerfc.3
  +cerff.3
  +cerfl.3
   xdr_inline.3
  -xdr_int.3
  -xdr_long.3
  -xdr_opaque.3
  -xdr_opaque_auth.3
  -xdr_pmap.3
  -xdr_pmaplist.3
  -xdr_pointer.3
  -xdr_reference.3
  -xdr_rejected_reply.3
  -xdr_replymsg.3
  -xdr_setpos.3
  -xdr_short.3
  +getttyent.3
  +strfry.3
  +__freadable.3
  +mbsinit.3
  +llroundf.3
  +llroundl.3
  +string.3
  +nl_langinfo.3
  +envz_merge.3
  +timelocal.3
  +mbrtowc.3
  +cexp2.3
  +cexpf.3
  +cexpl.3
  +feupdateenv.3
  +getttynam.3
  +vwprintf.3
  +qecvt_r.3
  +cfree.3
  +svctcp_create.3
  +daemon.3
  +ungetwc.3
  +vwarnx.3
  +strtod.3
  +strtof.3
  +strtol.3
  +strtoq.3
  +__fpending.3
  +memrchr.3
  +significand.3
  +qecvt.3
  +exp10f.3
  +exp10l.3
  +tcsetattr.3
  +mktemp.3
  +pow10.3
  +fputws_unlocked.3
  +xdr_callhdr.3
  +getpwnam_r.3
   xdr_string.3
  -xdr_u_char.3
  -xdr_u_int.3
  -xdr_u_long.3
  +getutline_r.3
  +mktime.3
  +memalign.3
  +tmpnam_r.3
  +perror.3
  +xdr_callmsg.3
  +qfcvt.3
   xdr_u_short.3
  -xdr_union.3
  -xdr_vector.3
  -xdr_void.3
  -xdr_wrapstring.3
  -xdrmem_create.3
  -xdrrec_create.3
  +hypotf.3
  +hypotl.3
  +cimag.3
  +isinf.3
  +endusershell.3
  +svc_getargs.3
  +cfsetispeed.3
  +isnan.3
  +qgcvt.3
  +svcraw_create.3
  +btree.3
  +snprintf.3
  +rtnetlink.3
  +__setfpucw.3
  +siginterrupt.3
  +dn_comp.3
  +shm_open.3
  +pmap_rmtcall.3
  +clock_getres.3
   xdrrec_endofrecord.3
  -xdrrec_eof.3
  +xdr_float.3
  +pmap_getmaps.3
  +posix_openpt.3
  +xdr_long.3
  +clnt_destroy.3
  +insque.3
  +key_gendes.3
  +xdr_u_int.3
   xdrrec_skiprecord.3
  -xdrstdio_create.3
  -xencrypt.3
  -xprt_register.3
  -xprt_unregister.3
  -
  -[Section 3p]
  -Missing section 3p
  +tempnam.3
  +_flushlbf.3
  +mrand48.3
   
   [Section 4]
  -aha152x_cs.4
  -airo.4
  -airo_cs.4
  -atalk.4
  -dummy_cs.4
  +st.4
  +pts.4
   epoll.4
  -fmvj18x_cs.4
  -ftl_cs.4
  +tty_ioctl.4
   futex.4
  -i82365.4
  -ibmtr_cs.4
  -iflash2+_mtd.4
  -iflash2_mtd.4
  -ipfw.4
  -magic.4
  -makefiles.4
  -makerules.4
  -memory_cb.4
  -memory_cs.4
  -netwave_cs.4
  -pcmcia_core.4
  -pcnet_cs.4
   ptmx.4
  -pts.4
  -ray_cs.4
  -serial_cs.4
  -sk98lin.4
  -smc91c92_cs.4
  -st.4
  -tc574_cs.4
  -tc575_cb.4
  -tc589_cs.4
  -tcic.4
   ttyS.4
  -tty_ioctl.4
  -wavelan_cs.4
  -wvlan_cs.4
  -xirc2ps_cs.4
  +sk98lin.4
   
   [Section 5]
  -porttime.5
  -AppleVolumes.default.5
   resolver.5
  -afpd.conf.5
  -rssh.conf.5
  -aliases.5
  -atalkd.conf.5
  -auto.master.5
  -shadow.5
  -autofs.5
  -bootparams.5
  -slabinfo.5
  -snmp.conf.5
  +elf.5
   complex.5
  -snmp_config.5
  -netgroup.5
  -dhclient.conf.5
  -pppoe.conf.5
  -dhclient.leases.5
  -snmpd.conf.5
  -dhcp-eval.5
  -printcap.5
  -dhcp-options.5
  -snmptrapd.conf.5
  -dhcpd.conf.5
  +slabinfo.5
   proc.5
  -dhcpd.leases.5
  -stab.5
  -suauth.5
  -dm.conf.5
  -elf.5
  -sudoers.5
  -environ.5
  -sysctl.conf.5
  -ethers.5
  -syslog.conf.5
  -exports.5
  -term.5
  -faillog.5
  -terminfo.5
  -procmailex.5
  -texinfo.5
  -ftpusers.5
  -groff_font.5
  -uuencode.5
  -groff_out.5
  -variables.5
  -groff_tmac.5
  -vsftpd.conf.5
  -hosts.5
  -xinetd.conf.5
  -procmailrc.5
  -hosts_access.5
  -procmailsc.5
  -hosts_options.5
  -xinetd.log.5
  -info.5
  -yp.conf.5
  -ypserv.conf.5
  -irs.conf.5
  -limits.5
   locale.5
  -locatedb.5
  -login.access.5
  -login.defs.5
  -magic.5
  -man.conf.5
  -manpath.5
  -rcsfile.5
  -modules.conf.5
  -named.conf.5
  -netatalk.conf.5
  -netrc.5
  -nicknames.5
  +ftpusers.5
   nscd.conf.5
  +hosts.5
   resolv.conf.5
  -papd.conf.5
  -pcmcia.5
  +environ.5
   
   [Section 6]
  -adventure.6
  -arithmetic.6
  -atc.6
  -backgammon.6
  -battlestar.6
  -bcd.6
  -boggle.6
  -bs.6
  -caesar.6
  -canfield.6
  -countmail.6
  -cribbage.6
  -factor.6
  -fish.6
  -fortune.6
  -gomoku.6
  -hangman.6
  -hunt.6
  -huntd.6
  -mille.6
  -monop.6
  -number.6
  -phantasia.6
  -pig.6
  -pom.6
  -quiz.6
  -rain.6
  -random.6
  -robots.6
  -rogue.6
  -sail.6
  -snake.6
  -tetris.6
  -trek.6
  -wargames.6
  -worm.6
  -worms.6
  -wtf.6
  -wump.6
   
   [Section 7]
  +ip.7
  +regex.7
   LDP.7
  +koi8-r.7
  +iso_8859-15.7
  +iso_8859-16.7
   arp.7
  -suffixes.7
  +ddp.7
  +man.7
  +raw.7
  +x25.7
   tcp.7
  -boot.7
  -bootparam.7
  +udp.7
  +uri.7
  +url.7
  +packet.7
  +iso_8859_15.7
  +iso_8859_16.7
  +unicode.7
  +netdevice.7
  +suffixes.7
  +operator.7
   capabilities.7
  -charsets.7
  -ddp.7
  +boot.7
  +iso-8859-15.7
  +iso-8859-16.7
  +netlink.7
   glob.7
  -groff.7
  -groff_char.7
  -groff_man.7
  -groff_mdoc.7
  -groff_me.7
  -groff_mm.7
  -groff_mmse.7
  -groff_ms.7
  -groff_mwww.7
  +posixoptions.7
   hier.7
  -hostname.7
   icmp.7
  -ip.7
   ipv6.7
  -iso-8859-1.7
  -iso-8859-15.7
  -iso-8859-16.7
  -iso-8859-2.7
  -iso-8859-7.7
  -iso-8859-9.7
  -iso_8859-15.7
  -iso_8859-16.7
  +charsets.7
  +mdoc.7
   iso_8859-2.7
   iso_8859-9.7
  +units.7
   iso_8859_1.7
  -iso_8859_15.7
  -iso_8859_16.7
   iso_8859_2.7
   iso_8859_7.7
   iso_8859_9.7
  -koi8-r.7
  -latin1.7
  +unix.7
  +locale.7
  +utf8.7
  +utf-8.7
  +mailaddr.7
   latin10.7
  +bootparam.7
  +latin1.7
   latin2.7
   latin5.7
   latin9.7
  -locale.7
  -mailaddr.7
  -man.7
  -mdoc.7
  -mdoc.samples.7
  -mmroff.7
  -netdevice.7
  -netlink.7
  -operator.7
  -packet.7
  -socket.7
  -posixoptions.7
  -raw.7
  -regex.7
  -roff.7
  +iso-8859-1.7
  +iso-8859-2.7
  +iso-8859-7.7
  +iso-8859-9.7
   rtnetlink.7
  -term.7
  -udp.7
  -unicode.7
  -units.7
  -unix.7
  -uri.7
  -url.7
  -utf-8.7
  -utf8.7
  -x25.7
  +socket.7
  +mdoc.samples.7
   
   [Section 8]
  -adduser.8
  -netstat.8
  -ndc.8
  -adsl-connect.8
  -ifconfig.8
  -adsl-setup.8
  -ifport.8
  -adsl-start.8
  -ifuser.8
  -adsl-status.8
  -inetd.8
  -adsl-stop.8
  -afpd.8
  -initctl.8
  -agetty.8
  -insmod.8
  -apmd.8
  -ftl_format.8
  -pac.8
  -apple_driver.8
  -arp.8
  -atalkd.8
  -modinfo.8
  -ip6tables-restore.8
  -ip6tables-save.8
  -autofs.8
  -ip6tables.8
  -automount.8
  -ipchains-restore.8
  -ipchains-save.8
  -blkid.8
  -ipchains.8
  -blockdev.8
  -bootparamd.8
  -cardctl.8
  -ipfwadm-wrapper.8
  -cardmgr.8
  -catman.8
  -iptables-restore.8
  -cfdisk.8
  -iptables-save.8
  -chat.8
  -iptables.8
  -chpasswd.8
  -isoinfo.8
  -comsat.8
  -isosize.8
  -cron.8
  -itox.8
  -kallsyms.8
  -cvsupd.8
  -kdstat.8
  -cytune.8
  -kerneld.8
  -psf.8
  -debugreiserfs.8
  -depmod.8
  -raw.8
  -dhclient-script.8
  -klogd.8
  -dhclient.8
  -ksyms.8
  -dhcpcd.8
  -lastlog.8
  -dhcpd.8
  +ld-linux.8
   ld.so.8
  -dhcrelay.8
  -modprobe.8
  -dm.8
  +zic.8
   ldconfig.8
  -lidsadm.8
  -domainname.8
  -lidsconf.8
  -dpasswd.8
  -dump_cis.8
  -lockd.8
  -logoutd.8
  -logsave.8
  -e2image.8
  -e2label.8
  -lpc.8
  -editmap.8
  -lpd.8
  -sln.8
  -edquota.8
  -lsdev.8
  -elvtune.8
  -exportfs.8
  -lspci.8
  -faillog.8
  -lspnp.8
  -fastboot.8
  -mail.local.8
  -fasthalt.8
  -mailstats.8
  -majordomo.8
  -makedbm.8
  -findfs.8
  -makemap.8
  -fingerd.8
  -makewhatis.8
  -mandb.8
  -mii-tool.8
  -ftl_check.8
  -genksyms.8
  -groupadd.8
  -groupdel.8
  -mkfs.bfs.8
  -groupmod.8
  -grpck.8
  -mkisofs.8
  -grpconv.8
  -grpunconv.8
  -mknetid.8
  -mkpasswd.8
  -hwclock.8
  -mkreiserfs.8
  -ide_info.8
  -mkrescue.8
  -mountd.8
  -named-bootconf.8
  -named-xfer.8
  -named.8
  -nameif.8
  -setpci.8
  -newusers.8
  -setpnp.8
  -nfsd.8
  -setquota.8
  -nfsstat.8
  -setserial.8
  -nhfsgraph.8
  -nhfsnums.8
  -sfdisk.8
  -nhfsrun.8
  -shadowconfig.8
  -nhfsstone.8
  -showmount.8
   nscd.8
  -nslookup.8
  -simpleinit.8
  -nsupdate.8
  -slattach.8
  -pack_cis.8
  -smrsh.8
  -papd.8
  -snmptrapd.8
  -papstatus.8
  -socklist.8
  -pcinitrd.8
  -statd.8
  -strfile.8
  -ping.8
  -sudo.8
  -pivot_root.8
  -plipconfig.8
  -pppdump.8
  -pppgetpass.8
  -sysctl.8
  -pppoe-relay.8
  -rwhod.8
  -zic.8
  -pppoe-server.8
  -sysklogd.8
  -pppoe-sniff.8
  -syslogd.8
  -pppoe.8
  -talkd.8
  -pppstats.8
  -tcpd.8
  -praliases.8
  -tcpdchk.8
  -procinfo.8
  -tcpdmatch.8
  -pwauth.8
  -telnetd.8
  -pwck.8
  -telnetlogin.8
  -pwconv.8
  -tftpd.8
  -pwunconv.8
  -timed.8
  -pwupdate.8
  -timedc.8
  -qtool.8
  -timelord.8
  -quotacheck.8
  -quotaon.8
  -tunelp.8
  -rarp.8
  -ugidd.8
  -update-pciids.8
  -reiserfsck.8
  -scsi_info.8
  -reiserfstune.8
  -useradd.8
  -userdel.8
  -repquota.8
  -usermod.8
  -resize2fs.8
  -sendmail.8
  -resize_reiserfs.8
  -uucico.8
  -revnetgroup.8
  -uuxqt.8
  -rexecd.8
  -ripquery.8
  -vigr.8
  -rlogind.8
  -rmail.8
  -visudo.8
  -rmmod.8
  -vmstat.8
  -vsftpd.8
  -route.8
  -writed.8
  -routed.8
  -xconv.pl.8
  -rpc.rusersd.8
  -xinetd.8
  -rpc.rwalld.8
  -rpc.yppasswdd.8
  -ypbind.8
  -rpc.ypxfrd.8
  -yphelper.8
  -rpcinfo.8
  -ypinit.8
  -yppasswdd.8
  -rpmbuild.8
  -yppoll.8
  -rpmcache.8
  -yppush.8
  -rpmdeps.8
  -ypserv.8
  -rpmgraph.8
  -ypset.8
  -rquotad.8
  -yptest.8
  -rshd.8
  -ypxfr.8
  -ypxfrd.8
  +ld-linux.so.8
   
   [Section 9]
   Missing section 9
   
  +[Section 0p]
  +Missing section 0p
  +
  +[Section 1p]
  +Missing section 1p
  +
  +[Section 3p]
  +Missing section 3p
  +
  
  
  


hhyoon      2005/02/20 02:19:31

  Modified:    .        list.untranslated
  Log:
  Update the untranslated list
  
  Revision  Changes    Path
  1.8       +866 -1    man-pages-ko/list.untranslated
  
  Index: list.untranslated
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/list.untranslated,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- list.untranslated	19 Feb 2005 17:04:59 -0000	1.7
  +++ list.untranslated	19 Feb 2005 17:19:31 -0000	1.8
  @@ -1,6 +1,320 @@
  -Date: Sun Feb 20 02:04:50 KST 2005
  +Date: Sun Feb 20 02:19:19 KST 2005
   
   [Section 1]
  +bashbug.1
  +builtins.1
  +rbash.1
  +addr2line.1
  +ar.1
  +as.1
  +gprof.1
  +ld.1
  +nlmconv.1
  +nm.1
  +objcopy.1
  +objdump.1
  +ranlib.1
  +size.1
  +strings.1
  +strip.1
  +cpio.1
  +mt.1
  +ed.1
  +sync.1
  +find.1
  +locate.1
  +updatedb.1
  +xargs.1
  +gawk.1
  +igawk.1
  +cccp.1
  +dbz.1
  +g++.1
  +g77.1
  +gcc.1
  +gdb.1
  +gdbserver.1
  +run.1
  +grep.1
  +addftinfo.1
  +afmtodit.1
  +eqn.1
  +grn.1
  +grodvi.1
  +groff.1
  +grog.1
  +grohtml.1
  +grolbp.1
  +grolj4.1
  +grops.1
  +grotty.1
  +hpftodit.1
  +indxbib.1
  +lkbib.1
  +lookbib.1
  +neqn.1
  +nroff.1
  +pfbtops.1
  +pic.1
  +refer.1
  +soelim.1
  +tbl.1
  +tfmtodit.1
  +troff.1
  +gzexe.1
  +gzip.1
  +zforce.1
  +zgrep.1
  +zmore.1
  +znew.1
  +indent.1
  +less.1
  +lesskey.1
  +make.1
  +patch.1
  +ci.1
  +co.1
  +ident.1
  +merge.1
  +rcs.1
  +rcsclean.1
  +rcsdiff.1
  +rcsfreeze.1
  +rcsintro.1
  +rcsmerge.1
  +rlog.1
  +screen.1
  +sed.1
  +chroot.1
  +hostname.1
  +pinky.1
  +shar.1
  +unshar.1
  +uuencode.1
  +install-info.1
  +makeinfo.1
  +texi2dvi.1
  +texindex.1
  +cat.1
  +cksum.1
  +comm.1
  +csplit.1
  +cut.1
  +expand.1
  +fmt.1
  +fold.1
  +head.1
  +join.1
  +md5sum.1
  +nl.1
  +od.1
  +paste.1
  +pr.1
  +ptx.1
  +split.1
  +sum.1
  +tac.1
  +tail.1
  +tr.1
  +tsort.1
  +unexpand.1
  +uniq.1
  +wc.1
  +cu.1
  +uucp.1
  +uustat.1
  +uux.1
  +tailf.1
  +xapm.1
  +dig.1
  +dnskeygen.1
  +dnsquery.1
  +host.1
  +bzdiff.1
  +bzgrep.1
  +bzmore.1
  +cdda2wav.1
  +cdrecord.1
  +readcd.1
  +scgcheck.1
  +cvpasswd.1
  +cvsup.1
  +omshell.1
  +e2compress.1
  +e2ratio.1
  +compile_et.1
  +mk_cmds.1
  +uuidgen.1
  +eject.1
  +volname.1
  +autoexpect.1
  +cryptdir.1
  +decryptdir.1
  +dislocate.1
  +expect.1
  +expectk.1
  +kibitz.1
  +mkpasswd.1
  +multixterm.1
  +passmass.1
  +tknewsbiff.1
  +unbuffer.1
  +xkibitz.1
  +diskd.1
  +diskseekd.1
  +fdmount.1
  +fdrawcmd.1
  +floppycontrol.1
  +floppymeter.1
  +getfdprm.1
  +makefloppies.1
  +setfdprm.1
  +superformat.1
  +xdfcopy.1
  +fetchmail.1
  +file.1
  +flex.1
  +fort77.1
  +cmp.1
  +factor.1
  +gasp.1
  +libtool.1
  +libtoolize.1
  +sdiff.1
  +seq.1
  +sha1sum.1
  +shred.1
  +lpq.1
  +lpr.1
  +lprm.1
  +lptest.1
  +approve.1
  +bounce.1
  +digest.1
  +resend.1
  +apropos.1
  +hman.1
  +manlint.1
  +gencat.1
  +manpath.1
  +zsoelim.1
  +forward.1
  +mirrordir.1
  +secure-mcserv.1
  +kernelversion.1
  +mpg123.1
  +ncftp.1
  +ncftpbatch.1
  +ncftpget.1
  +ncftpls.1
  +ncftpput.1
  +captoinfo.1m
  +clear.1
  +infocmp.1m
  +infotocap.1m
  +tic.1m
  +toe.1m
  +tput.1
  +tset.1
  +dnsdomainname.1
  +domainname.1
  +nisdomainname.1
  +ypdomainname.1
  +achfile.1
  +acleandir.1
  +aecho.1
  +afile.1
  +afppasswd.1
  +apple_cp.1
  +apple_mv.1
  +apple_rm.1
  +getzones.1
  +megatron.1
  +nbp.1
  +netatalk-config.1
  +pap.1
  +psorder.1
  +timeout.1
  +biff.1
  +finger.1
  +ftp.1
  +rcp.1
  +rexec.1
  +rlogin.1
  +rpcgen.1
  +rsh.1
  +rup.1
  +ruptime.1
  +rusers.1
  +rwall.1
  +rwho.1
  +talk.1
  +tftp.1
  +cardinfo.1
  +formail.1
  +lockfile.1
  +procmail.1
  +pgrep.1
  +pkill.1
  +pmap.1
  +ps.1
  +skill.1
  +slabtop.1
  +snice.1
  +tload.1
  +top.1
  +uptime.1
  +w.1
  +watch.1
  +fuser.1
  +pidof.1
  +pstree.1
  +quota.1
  +rdate.1
  +pppoe-wrapper.1
  +tkpppoe.1
  +gendiff.1
  +rssh.1
  +mailq.1
  +newaliases.1
  +vacation.1
  +chage.1
  +expiry.1
  +gpasswd.1
  +passwd.1
  +sg.1
  +tcpdump.1
  +tcsh.1
  +snmpbulkget.1
  +snmpbulkwalk.1
  +snmpcmd.1
  +snmpconf.1
  +snmpd.1
  +snmpdelta.1
  +snmpdf.1
  +snmpget.1
  +snmpgetnext.1
  +snmpnetstat.1
  +snmpset.1
  +snmpstatus.1
  +snmptable.1
  +snmptest.1
  +snmptranslate.1
  +snmptrap.1
  +snmpusm.1
  +snmpwalk.1
  +line.1
  +pg.1
  +rename.1
  +replay.1
  +reset.1
  +uudeview.1
  +uuenview.1
  +xdeview.1
  +ypcat.1
  +ypmatch.1
  +yppasswd.1
  +ypwhich.1
   
   [Section 2]
   io_submit.2
  @@ -94,6 +408,11 @@
   sched_setscheduler.2
   get_thread_area.2
   removexattr.2
  +create_module.2
  +delete_module.2
  +get_kernel_syms.2
  +init_module.2
  +query_module.2
   
   [Section 3]
   fesetexceptflag.3
  @@ -1079,6 +1398,166 @@
   tempnam.3
   _flushlbf.3
   mrand48.3
  +gdbm.3
  +hesiod.3
  +inet_cidr.3
  +tsig.3
  +bitstring.3
  +dhcpctl.3
  +omapi.3
  +com_err.3
  +libblkid.3
  +libuuid.3
  +uuid_clear.3
  +uuid_compare.3
  +uuid_copy.3
  +uuid_generate.3
  +uuid_is_null.3
  +uuid_parse.3
  +uuid_time.3
  +uuid_unparse.3
  +libexpect.3
  +libmagic.3
  +pthread_atfork.3
  +pthread_attr_init.3
  +pthread_cancel.3
  +pthread_cleanup_push.3
  +pthread_cond_init.3
  +pthread_condattr_init.3
  +pthread_create.3
  +pthread_detach.3
  +pthread_equal.3
  +pthread_exit.3
  +pthread_join.3
  +pthread_key_create.3
  +pthread_kill_other_threads_np.3
  +pthread_mutex_init.3
  +pthread_mutexattr_init.3
  +pthread_once.3
  +pthread_self.3
  +pthread_setschedparam.3
  +pthread_sigmask.3
  +sem_init.3
  +ipq_create_handle.3
  +ipq_errstr.3
  +ipq_message_type.3
  +ipq_read.3
  +ipq_set_mode.3
  +ipq_set_verdict.3
  +libipq.3
  +panel.3x
  +curs_addch.3x
  +form_field_userptr.3x
  +curs_addchstr.3x
  +form_field_validation.3x
  +curs_addstr.3x
  +resizeterm.3x
  +curs_attr.3x
  +wresize.3x
  +curs_beep.3x
  +curs_bkgd.3x
  +form_userptr.3x
  +curs_border.3x
  +curs_clear.3x
  +curs_color.3x
  +curs_delch.3x
  +form_win.3x
  +curs_deleteln.3x
  +keybound.3x
  +curs_extend.3x
  +curs_getch.3x
  +keyok.3x
  +curs_getstr.3x
  +curs_getyx.3x
  +curs_inch.3x
  +menu.3x
  +curs_inchstr.3x
  +menu_attribs.3x
  +curs_initscr.3x
  +menu_cursor.3x
  +curs_inopts.3x
  +curs_insch.3x
  +menu_driver.3x
  +curs_insstr.3x
  +curs_instr.3x
  +menu_format.3x
  +curs_kernel.3x
  +curs_mouse.3x
  +curs_move.3x
  +menu_hook.3x
  +curs_outopts.3x
  +menu_items.3x
  +curs_overlay.3x
  +curs_pad.3x
  +curs_print.3x
  +menu_mark.3x
  +curs_printw.3x
  +menu_new.3x
  +curs_refresh.3x
  +curs_scanw.3x
  +menu_opts.3x
  +curs_scr_dump.3x
  +menu_pattern.3x
  +curs_scroll.3x
  +curs_slk.3x
  +menu_post.3x
  +curs_termattrs.3x
  +menu_requestname.3x
  +curs_termcap.3x
  +menu_spacing.3x
  +curs_terminfo.3x
  +curs_touch.3x
  +curs_trace.3x
  +curs_util.3x
  +menu_userptr.3x
  +curs_window.3x
  +define_key.3x
  +dft_fgbg.3x
  +form.3x
  +menu_win.3x
  +form_cursor.3x
  +form_data.3x
  +mitem_current.3x
  +form_driver.3x
  +form_field.3x
  +form_field_attributes.3x
  +mitem_name.3x
  +form_field_buffer.3x
  +mitem_new.3x
  +form_field_info.3x
  +mitem_opts.3x
  +form_field_just.3x
  +mitem_userptr.3x
  +form_field_new.3x
  +mitem_value.3x
  +form_field_opts.3x
  +form_fieldtype.3x
  +form_hook.3x
  +form_new.3x
  +mitem_visible.3x
  +form_new_page.3x
  +form_opts.3x
  +form_page.3x
  +form_post.3x
  +ncurses.3x
  +form_requestname.3x
  +atalk_aton.3
  +nbp_name.3
  +setproctitle.3
  +vis.3
  +rquota.3
  +popt.3
  +pw_auth.3
  +shadow.3
  +hosts_access.3
  +default_store.3
  +mib_api.3
  +read_config.3
  +snmp_agent_api.3
  +snmp_alarm.3
  +snmp_api.3
  +snmp_sess_api.3
  +snmp_trap_api.3
   
   [Section 4]
   st.4
  @@ -1089,6 +1568,36 @@
   ptmx.4
   ttyS.4
   sk98lin.4
  +makefiles.4
  +makerules.4
  +magic.4
  +ipfw.4
  +atalk.4
  +aha152x_cs.4
  +airo.4
  +airo_cs.4
  +dummy_cs.4
  +fmvj18x_cs.4
  +ftl_cs.4
  +i82365.4
  +ibmtr_cs.4
  +iflash2+_mtd.4
  +iflash2_mtd.4
  +memory_cb.4
  +memory_cs.4
  +netwave_cs.4
  +pcmcia_core.4
  +pcnet_cs.4
  +ray_cs.4
  +serial_cs.4
  +smc91c92_cs.4
  +tc574_cs.4
  +tc575_cb.4
  +tc589_cs.4
  +tcic.4
  +wavelan_cs.4
  +wvlan_cs.4
  +xirc2ps_cs.4
   
   [Section 5]
   resolver.5
  @@ -1102,8 +1611,114 @@
   hosts.5
   resolv.conf.5
   environ.5
  +locatedb.5
  +groff_font.5
  +groff_out.5
  +groff_tmac.5
  +rcsfile.5
  +uuencode.5
  +info.5
  +texinfo.5
  +auto.master.5
  +autofs.5
  +irs.conf.5
  +named.conf.5
  +dm.conf.5
  +magic.5
  +dhclient.conf.5
  +dhclient.leases.5
  +dhcp-eval.5
  +dhcp-options.5
  +dhcpd.conf.5
  +dhcpd.leases.5
  +printcap.5
  +man.conf.5
  +manpath.5
  +modules.conf.5
  +term.5
  +terminfo.5
  +ethers.5
  +AppleVolumes.default.5
  +afpd.conf.5
  +atalkd.conf.5
  +netatalk.conf.5
  +papd.conf.5
  +bootparams.5
  +netrc.5
  +exports.5
  +pcmcia.5
  +stab.5
  +procmailex.5
  +procmailrc.5
  +procmailsc.5
  +sysctl.conf.5
  +pppoe.conf.5
  +rssh.conf.5
  +aliases.5
  +faillog.5
  +limits.5
  +login.access.5
  +login.defs.5
  +porttime.5
  +shadow.5
  +suauth.5
  +sudoers.5
  +syslog.conf.5
  +hosts_access.5
  +hosts_options.5
  +snmp.conf.5
  +snmp_config.5
  +snmpd.conf.5
  +snmptrapd.conf.5
  +variables.5
  +vsftpd.conf.5
  +xinetd.conf.5
  +xinetd.log.5
  +nicknames.5
  +yp.conf.5
  +netgroup.5
  +ypserv.conf.5
   
   [Section 6]
  +bs.6
  +adventure.6
  +arithmetic.6
  +atc.6
  +backgammon.6
  +battlestar.6
  +bcd.6
  +boggle.6
  +caesar.6
  +canfield.6
  +countmail.6
  +cribbage.6
  +factor.6
  +fish.6
  +fortune.6
  +gomoku.6
  +hangman.6
  +hunt.6
  +huntd.6
  +mille.6
  +monop.6
  +number.6
  +phantasia.6
  +pig.6
  +pom.6
  +quiz.6
  +rain.6
  +random.6
  +robots.6
  +sail.6
  +snake.6
  +tetris.6
  +trek.6
  +wargames.6
  +worm.6
  +worms.6
  +wtf.6
  +wump.6
  +rogue.6
   
   [Section 7]
   ip.7
  @@ -1165,6 +1780,19 @@
   rtnetlink.7
   socket.7
   mdoc.samples.7
  +groff.7
  +groff_char.7
  +groff_man.7
  +groff_mdoc.7
  +groff_me.7
  +groff_mm.7
  +groff_mmse.7
  +groff_ms.7
  +groff_mwww.7
  +mmroff.7
  +roff.7
  +hostname.7
  +term.7
   
   [Section 8]
   ld-linux.8
  @@ -1173,6 +1801,243 @@
   ldconfig.8
   nscd.8
   ld-linux.so.8
  +uucico.8
  +uuxqt.8
  +apmd.8
  +autofs.8
  +automount.8
  +named-bootconf.8
  +named-xfer.8
  +named.8
  +ndc.8
  +nslookup.8
  +nsupdate.8
  +dm.8
  +strfile.8
  +apple_driver.8
  +isoinfo.8
  +mkisofs.8
  +cron.8
  +cvsupd.8
  +dhclient-script.8
  +dhclient.8
  +dhcpd.8
  +dhcrelay.8
  +dhcpcd.8
  +blkid.8
  +e2image.8
  +e2label.8
  +findfs.8
  +logsave.8
  +resize2fs.8
  +ipchains.8
  +ipchains-restore.8
  +ipchains-save.8
  +ipfwadm-wrapper.8
  +ip6tables-restore.8
  +ip6tables-save.8
  +ip6tables.8
  +iptables-restore.8
  +iptables-save.8
  +iptables.8
  +lidsadm.8
  +lidsconf.8
  +mkrescue.8
  +lpc.8
  +lpd.8
  +pac.8
  +majordomo.8
  +makewhatis.8
  +catman.8
  +mandb.8
  +depmod.8
  +genksyms.8
  +insmod.8
  +kallsyms.8
  +kdstat.8
  +kerneld.8
  +ksyms.8
  +modinfo.8
  +modprobe.8
  +rmmod.8
  +arp.8
  +ifconfig.8
  +mii-tool.8
  +nameif.8
  +netstat.8
  +plipconfig.8
  +rarp.8
  +route.8
  +slattach.8
  +afpd.8
  +atalkd.8
  +papd.8
  +papstatus.8
  +psf.8
  +timelord.8
  +bootparamd.8
  +comsat.8
  +fingerd.8
  +inetd.8
  +ping.8
  +rexecd.8
  +ripquery.8
  +rlogind.8
  +routed.8
  +rpc.rusersd.8
  +rpc.rwalld.8
  +rpcinfo.8
  +rshd.8
  +rwhod.8
  +talkd.8
  +telnetd.8
  +telnetlogin.8
  +tftpd.8
  +timed.8
  +timedc.8
  +writed.8
  +mountd.8
  +nfsd.8
  +showmount.8
  +ugidd.8
  +exportfs.8
  +lockd.8
  +nfsstat.8
  +nhfsgraph.8
  +nhfsnums.8
  +nhfsrun.8
  +nhfsstone.8
  +rquotad.8
  +statd.8
  +lspci.8
  +setpci.8
  +update-pciids.8
  +cardctl.8
  +cardmgr.8
  +dump_cis.8
  +ftl_check.8
  +ftl_format.8
  +ide_info.8
  +ifport.8
  +ifuser.8
  +lspnp.8
  +pack_cis.8
  +pcinitrd.8
  +scsi_info.8
  +setpnp.8
  +chat.8
  +pppdump.8
  +pppgetpass.8
  +pppstats.8
  +lsdev.8
  +procinfo.8
  +socklist.8
  +sysctl.8
  +vmstat.8
  +edquota.8
  +quotacheck.8
  +quotaon.8
  +repquota.8
  +setquota.8
  +debugreiserfs.8
  +mkreiserfs.8
  +reiserfsck.8
  +reiserfstune.8
  +resize_reiserfs.8
  +adsl-connect.8
  +adsl-setup.8
  +adsl-start.8
  +adsl-status.8
  +adsl-stop.8
  +pppoe-relay.8
  +pppoe-server.8
  +pppoe-sniff.8
  +pppoe.8
  +rpmbuild.8
  +rpmcache.8
  +rpmdeps.8
  +rpmgraph.8
  +editmap.8
  +mail.local.8
  +mailstats.8
  +makemap.8
  +praliases.8
  +qtool.8
  +rmail.8
  +sendmail.8
  +smrsh.8
  +setserial.8
  +adduser.8
  +chpasswd.8
  +dpasswd.8
  +faillog.8
  +groupadd.8
  +groupdel.8
  +groupmod.8
  +grpck.8
  +grpconv.8
  +grpunconv.8
  +lastlog.8
  +logoutd.8
  +mkpasswd.8
  +newusers.8
  +pwauth.8
  +pwck.8
  +pwconv.8
  +pwunconv.8
  +shadowconfig.8
  +useradd.8
  +userdel.8
  +usermod.8
  +vigr.8
  +sudo.8
  +visudo.8
  +klogd.8
  +sysklogd.8
  +syslogd.8
  +tcpd.8
  +tcpdchk.8
  +tcpdmatch.8
  +snmptrapd.8
  +agetty.8
  +blockdev.8
  +cfdisk.8
  +cytune.8
  +elvtune.8
  +fastboot.8
  +fasthalt.8
  +hwclock.8
  +initctl.8
  +isosize.8
  +mkfs.bfs.8
  +pivot_root.8
  +raw.8
  +sfdisk.8
  +simpleinit.8
  +sln.8
  +tunelp.8
  +vsftpd.8
  +itox.8
  +xconv.pl.8
  +xinetd.8
  +domainname.8
  +yppoll.8
  +ypset.8
  +yptest.8
  +ypbind.8
  +makedbm.8
  +mknetid.8
  +pwupdate.8
  +revnetgroup.8
  +rpc.yppasswdd.8
  +rpc.ypxfrd.8
  +yphelper.8
  +ypinit.8
  +yppasswdd.8
  +yppush.8
  +ypserv.8
  +ypxfr.8
  +ypxfrd.8
   
   [Section 9]
   Missing section 9
  
  
  


hhyoon      2005/02/21 21:18:19

  Modified:    man1     newgrp.1
  Log:
  Fixed section headers
  
  Revision  Changes    Path
  1.2       +14 -11    man-pages-ko/man1/newgrp.1
  
  Index: newgrp.1
  ===================================================================
  RCS file: /cvsroot/man/man-pages-ko/man1/newgrp.1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- newgrp.1	18 Jul 2002 10:40:11 -0000	1.1
  +++ newgrp.1	21 Feb 2005 12:18:19 -0000	1.2
  @@ -1,29 +1,32 @@
   .\" Original author unknown.  This man page is in the public domain.
   .\" Modified Sat Oct  9 17:46:48 1993 by faith@cs.unc.edu
  +.\"
  +.\"
  +.\" ѱ : ѱ Manpage Ʈ (http://man.kldp.org) 2005 2 21
  +.\"
  +.\" r1.1 2005-02-21 21:16:46  ȣ
  +.\"   
  +.\"
   .TH NEWGRP 1 "9 October 1993" "Linux 1.2" "Linux Programmer's Manual"
  -.SH NAME
  +.SH ̸
   newgrp \- ڽ Ҽӵ ׷  ׷ ٲ۴.
  -.SH SYNOPSIS
  +.SH 
   .BI "newgrp [ " group " ]"
  -.SH DESCRIPTION
  +.SH 
   .B Newgrp
    
  -changes the group identification of its caller, analogously to
  -.BR login (1).
  +.BR login (1)
    α   ĺǴ ׷ ٲ۴. 
   \fIgroup\fR   ִ  /etc/group Ͼȿ 
   ִ ׷ ̸̳, GID ̿ ϸ, 
    ڿ   Ư  ,  ڽ 
   ׷ ٲ۴. 
  -.LP
  -.SH FILES
  +.SH 
   .I /etc/group
   .br
   .I /etc/passwd
  -
  -.SH "SEE ALSO"
  +.SH  ׸
   .BR login "(1), " group (5)
  -
  -.SH AUTHOR
  +.SH 
   Originally by Michael Haardt. Currently maintained by 
   Peter Orbaek (poe@daimi.aau.dk).
  
  
  


hhyoon      2005/02/21 21:26:26

  Added:       man1     sg.1
  Log:
  Add new manpage based on shadow-4.0.3
  
  Revision  Changes    Path
  1.1                  man-pages-ko/man1/sg.1
  
  Index: sg.1
  ===================================================================
  .so man1/newgrp.1
  
  
  


