diff options
author | 2019-03-25 21:17:01 +0000 | |
---|---|---|
committer | 2019-03-25 21:17:01 +0000 | |
commit | 7495367ead44cf65199b07e59d40ff24ba1663b6 (patch) | |
tree | 3db750ebc6ad74a4190469d0b9c20cf400c0b827 /lib/libc | |
parent | -z support isn't as trivial as linking -lz so it hasn't been written (diff) | |
download | wireguard-openbsd-7495367ead44cf65199b07e59d40ff24ba1663b6.tar.xz wireguard-openbsd-7495367ead44cf65199b07e59d40ff24ba1663b6.zip |
fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chflags.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index d6b3008986a..f16810c23f3 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.2,v 1.27 2015/01/19 15:54:11 millert Exp $ +.\" $OpenBSD: chflags.2,v 1.28 2019/03/25 21:17:01 anton Exp $ .\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $ .\" .\" Copyright (c) 1989, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)chflags.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: January 19 2015 $ +.Dd $Mdocdate: March 25 2019 $ .Dt CHFLAGS 2 .Os .Sh NAME @@ -113,12 +113,12 @@ in the .Fa fd parameter, the current working directory is used. If -.Fa flag +.Fa atflags is also zero, the behavior is identical to a call to .Fn chflags . .Pp The -.Fa flag +.Fa atflags argument is the bitwise OR of zero or more of the following values: .Pp .Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact |