diff options
author | 1997-02-09 22:59:41 +0000 | |
---|---|---|
committer | 1997-02-09 22:59:41 +0000 | |
commit | 768e1fbab6ba210072637de99c8091b0b7f4ca6c (patch) | |
tree | b8173940b80ea0a5394f5f5e8097529a9e80ab14 | |
parent | Make this 64-bit safe again (diff) | |
download | wireguard-openbsd-768e1fbab6ba210072637de99c8091b0b7f4ca6c.tar.xz wireguard-openbsd-768e1fbab6ba210072637de99c8091b0b7f4ca6c.zip |
Missed this one before.
-rw-r--r-- | usr.bin/file/magdir/archive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/magdir/archive b/usr.bin/file/magdir/archive index 30d90683d17..f266b199808 100644 --- a/usr.bin/file/magdir/archive +++ b/usr.bin/file/magdir/archive @@ -54,7 +54,7 @@ # 0 string !<arch> current ar archive # 0 long 0x213c6172 archive file # -# and for SVR3.1 archives, we have: +# and for SVR1 archives, we have: # # 0 string \<ar> System V Release 1 ar archive # 0 string =<ar> archive |