diff options
author | 2003-11-08 09:06:10 +0000 | |
---|---|---|
committer | 2003-11-08 09:06:10 +0000 | |
commit | c4955eb0976cc68131e17e95b58923098584e607 (patch) | |
tree | edd26f42bf45d70fdf9fce6baba56e41af4eb8b7 | |
parent | add -v and -w window to usage(); (diff) | |
download | wireguard-openbsd-c4955eb0976cc68131e17e95b58923098584e607.tar.xz wireguard-openbsd-c4955eb0976cc68131e17e95b58923098584e607.zip |
remove two words that were never visible anyway, due to too many args
passed to macro;
-rw-r--r-- | share/man/man8/compat_aout.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/compat_aout.8 b/share/man/man8/compat_aout.8 index d0276d4408a..86cd0b4e497 100644 --- a/share/man/man8/compat_aout.8 +++ b/share/man/man8/compat_aout.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_aout.8,v 1.2 2003/08/23 19:29:33 tedu Exp $ +.\" $OpenBSD: compat_aout.8,v 1.3 2003/11/08 09:06:10 jmc Exp $ .\" .\" Copyright (c) 2003 Marc Espie .\" @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm compat_aout -.Nd setup for running a.out OpenBSD binaries on ELF systems under emulation +.Nd setup for running a.out OpenBSD binaries on ELF systems .Sh DESCRIPTION .Ox supports running legacy a.out binaries. |