diff options
author | 2002-03-10 08:33:38 +0000 | |
---|---|---|
committer | 2002-03-10 08:33:38 +0000 | |
commit | ea42cf89c14d4633e942c30e766d0a95ab189eaf (patch) | |
tree | 8e2f8ff769368f4d25bed282f29ca6bb7592196d | |
parent | rdboot -> hdboot (diff) | |
download | wireguard-openbsd-ea42cf89c14d4633e942c30e766d0a95ab189eaf.tar.xz wireguard-openbsd-ea42cf89c14d4633e942c30e766d0a95ab189eaf.zip |
remove unneeded parenthesis.
-rw-r--r-- | share/man/man5/a.out.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index 2ac1e2320f7..3162494ca48 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: a.out.5,v 1.11 2002/01/24 21:25:18 mickey Exp $ +.\" $OpenBSD: a.out.5,v 1.12 2002/03/10 08:33:38 fgsch Exp $ .\" $NetBSD: a.out.5,v 1.8 1994/11/30 19:31:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -113,7 +113,7 @@ and set by the macro .Fn N_SETMAGIC . .Pp The macro -.Fn N_GETFLAG() +.Fn N_GETFLAG returns a few flags: .Bl -tag -width EX_DYNAMIC .It Dv EX_DYNAMIC |