diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-03-10 08:33:39 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-03-10 08:33:39 +0000 |
commit | e606444eb9a5c25ffe439dda663c3df1f28d5c5d (patch) | |
tree | 126aa38cec6575f5a7ccbacc4a6680ad1275480e /share/man | |
parent | 2a417fa6e359b046f55678d1d594ae93ff07627d (diff) |
remove unneeded parenthesis.
Diffstat (limited to 'share/man')
-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 |