diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-14 13:41:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-14 13:41:59 +0000 |
| commit | 959d6c24f6f0e2df016d62efbf20ce797af42812 (patch) | |
| tree | 1c5e77a8e87693ac7d3c5e03cb3551dab7b84b38 /lib/libc | |
| parent | faf94801fd377e933fea2a07b2873788d05fe672 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/rpc/rpc_clnt_create.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/exit.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/grantpt.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/rpc_clnt_create.3 b/lib/libc/rpc/rpc_clnt_create.3 index c083c6fbf8bb..2c6047259d3d 100644 --- a/lib/libc/rpc/rpc_clnt_create.3 +++ b/lib/libc/rpc/rpc_clnt_create.3 @@ -459,7 +459,7 @@ except has the extra argument .Fa timeout which specifies the maximum time allowed for -for the creation attempt to succeed. +the creation attempt to succeed. In all other respects, the .Fn clnt_tp_create_timed call behaves exactly like the diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 557af835d013..0d4a0a26b32d 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -97,7 +97,7 @@ as possible values of .Fa status . Cooperating processes may use other values; in a program which might be called by a mail transfer agent, the -the values described in +values described in .Xr sysexits 3 may be used to provide more information to the parent process. .Pp diff --git a/lib/libc/stdlib/grantpt.3 b/lib/libc/stdlib/grantpt.3 index cfa2d6e2cd86..b4ad8c4edf41 100644 --- a/lib/libc/stdlib/grantpt.3 +++ b/lib/libc/stdlib/grantpt.3 @@ -166,7 +166,7 @@ to: .Bl -tag -width Er .It Bq Er EINVAL .Fa mode -consists an an invalid mode bit. +consists of an invalid mode bit. .It Bq Er EAGAIN The system has no available pseudo-terminal devices. .El |
