diff options
author | 2005-04-04 13:53:15 +0000 | |
---|---|---|
committer | 2005-04-04 13:53:15 +0000 | |
commit | 7eabf618c9e95b941a3a494a55344874a96e921b (patch) | |
tree | b6feb0d07a600d2f2bdbdc6701e382401e6908f5 | |
parent | On auth crypt verify not only the main key is allowed but all configured keys. (diff) | |
download | wireguard-openbsd-7eabf618c9e95b941a3a494a55344874a96e921b.tar.xz wireguard-openbsd-7eabf618c9e95b941a3a494a55344874a96e921b.zip |
+.Xr readlink 1 ,
-rw-r--r-- | usr.bin/stat/stat.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index 3ae5099581c..7584673e3c3 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.1,v 1.7 2005/04/03 18:30:55 deraadt Exp $ +.\" $OpenBSD: stat.1,v 1.8 2005/04/04 13:53:15 jmc Exp $ .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -430,6 +430,7 @@ Apr 24 16:47:35 2002 /tmp/foo .Sh SEE ALSO .Xr file 1 , .Xr ls 1 , +.Xr readlink 1 , .Xr lstat 2 , .Xr readlink 2 , .Xr stat 2 , |