diff options
author | eivind <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
commit | 7a1932b3971138464cfb10763fe5d59809ef0bf6 (patch) | |
tree | e70dcc788e560fb997c5e4fc1fb579bea644fb53 /lib/libc | |
parent | 41df10b059eb574e0f5c7392aff64eec58760cdc (diff) | |
download | FreeBSD-src-7a1932b3971138464cfb10763fe5d59809ef0bf6.zip FreeBSD-src-7a1932b3971138464cfb10763fe5d59809ef0bf6.tar.gz |
`it's'' -> `its'' where appropriate and typo fixes in time2posix.3.
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
Diffstat (limited to 'lib/libc')
-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 6715eeb..38bb1ab 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 a087bda5..6154890 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 |