diff options
author | 1997-11-04 08:36:27 +0000 | |
---|---|---|
committer | 1997-11-04 08:36:27 +0000 | |
commit | 18eaa2e6d77faa84643fe784fc300ecfc165321f (patch) | |
tree | 920a3ea0205249d3be372af1955c93bff6e22fa5 /lib/libc | |
parent | unbalanced parenthesis around command abbreviation in mail.1; h-nokubi@nmit.tmg.nec.co.jp (diff) | |
download | wireguard-openbsd-18eaa2e6d77faa84643fe784fc300ecfc165321f.tar.xz wireguard-openbsd-18eaa2e6d77faa84643fe784fc300ecfc165321f.zip |
cleanup
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/vfork.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index 30bf72b78d2..845d88254d5 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -100,7 +100,7 @@ The process's effective user ID is not that of the super-user. .Xr date 1 , .Xr gettimeofday 2 , .Xr timed 8 , -.Xr timedc 8 , +.Xr timedc 8 .Rs .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD" .%A R. Gusella diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index e363e74fc7e..8ec0edab15b 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -72,7 +72,7 @@ the parent's context. .Xr fork 2 , .Xr execve 2 , .Xr sigaction 2 , -.Xr wait 2 , +.Xr wait 2 .Sh DIAGNOSTICS Same as for .Xr fork 2 . |