diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-22 06:10:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-22 06:10:44 +0000 |
commit | cf8ac866693f242d97c3672b7c6bff5bad256879 (patch) | |
tree | f23f494b9d116992ac4774ed62402b1c6738732a /lib | |
parent | 796b0258c761ba2015cbcc117ae6961cae2a6221 (diff) |
fix typo; lukem
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/lseek.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index f32bc5490b7..44daed5dfe0 100644 --- a/lib/libc/sys/lseek.2 +++ b/lib/libc/sys/lseek.2 @@ -52,7 +52,7 @@ to the argument .Fa offset according to the directive -.Fa whence. +.Fa whence . The argument .Fa fildes must be an open |