diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
| commit | 6ad98044a1a2d142d9ff77ea56ca2238e763406c (patch) | |
| tree | a077b815d9742b5f1f6f9b13857d954b5cde6e0d /lib | |
| parent | 1b5639dd3182214584996b3aa9be187cde3ae234 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdtime/time2posix.3 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/getlogin.2 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdtime/time2posix.3 b/lib/libc/stdtime/time2posix.3 index 6715eeb9ef43..38bb1ab846d4 100644 --- a/lib/libc/stdtime/time2posix.3 +++ b/lib/libc/stdtime/time2posix.3 @@ -78,8 +78,8 @@ POSIX time_t doesn't exist so an adjacent value is returned. Both of these are good indicators of the inferiority of the POSIX representation. .Pp -The following table summarizes the relationship between a time_t -nd it's conversion to, +The following table summarizes the relationship between time_t +and its conversion to, and back from, the POSIX representation over the leap second inserted at the end of June, 1993. diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2 index a087bda59b77..6154890d9f06 100644 --- a/lib/libc/sys/getlogin.2 +++ b/lib/libc/sys/getlogin.2 @@ -75,7 +75,7 @@ It is important to ensure that .Fn setlogin is only ever called after the process has taken adequate steps to ensure -that it is detached from it's parent's session. +that it is detached from its parent's session. Making a .Fn setsid system call is the |
