diff options
author | 2000-04-15 11:45:51 +0000 | |
---|---|---|
committer | 2000-04-15 11:45:51 +0000 | |
commit | a3542fadceea0b2934914fdb31f44bdc344ef18e (patch) | |
tree | affef4e28b9bbc4beda06f911f301b0843b29273 /lib/libc/sys/truncate.2 | |
parent | OpenSSL 0.9.5a merge - fixes DSA cert generation problem (diff) | |
download | wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.tar.xz wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.zip |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/truncate.2')
-rw-r--r-- | lib/libc/sys/truncate.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/truncate.2 b/lib/libc/sys/truncate.2 index 5cee80f4347..5c7128553d0 100644 --- a/lib/libc/sys/truncate.2 +++ b/lib/libc/sys/truncate.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: truncate.2,v 1.6 1999/06/29 14:10:27 aaron Exp $ +.\" $OpenBSD: truncate.2,v 1.7 2000/04/15 11:46:04 aaron Exp $ .\" $NetBSD: truncate.2,v 1.7 1995/02/27 12:39:00 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -99,7 +99,7 @@ An I/O error occurred updating the inode. points outside the process's allocated address space. .It Bq Er EPERM The effective user ID does not match the owner of the file and -the effective user ID is not the super-user. +the effective user ID is not the superuser. .El .Pp .Fn ftruncate |