diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-01-07 05:06:27 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-01-07 05:06:27 +0000 |
commit | a58d3725eec795378d3a44ab1f41850cf52e37df (patch) | |
tree | 45d954f07bcec0f503124dc161647d4ba8d23a8e /lib/libc | |
parent | d90656e72055b914b0d61f2d5bafa80e658bd06a (diff) |
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/setuid.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 873f9b7a70ed..b7cbb25f2920 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -107,7 +107,7 @@ Returns 1 if synchronised I/O is supported for this file, otherwise 0. .It Li _PC_ALLOC_SIZE_MIN Minimum number of bytes of storage allocated for any portion of a file. .It Li _PC_FILESIZEBITS -Number of bits needed to represented the maximum file size. +Number of bits needed to represent the maximum file size. .It Li _PC_REC_INCR_XFER_SIZE Recommended increment for file transfer sizes between .Dv _PC_REC_MIN_XFER_SIZE diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 0296f575e2ea..4e10672a8334 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -118,7 +118,7 @@ in this way, the effective user ID of a set-user-ID executable may be toggled by switching to the real user ID, then re-enabled by reverting to the set-user-ID value. Similarly, the effective group ID may be set to the value -of the real group ID or the saved set-user-ID. +of the real group ID or the saved set-group-ID. .Sh RETURN VALUES .Rv -std .Sh ERRORS |