1
0
mirror of https://github.com/openbsd/src.git synced 2026-05-01 01:27:08 +00:00

Delete duplicate SEE ALSO entry: lstat(2) is documented in the same

manual page as stat(2), and will almost certainly always be,
so having SEE ALSO pointers to both was gratuitiously wordy.
This commit is contained in:
schwarze
2026-01-18 14:18:22 +00:00
parent 0fede2ff61
commit 085960a72a

View File

@@ -1,4 +1,4 @@
.\" $OpenBSD: stat.1,v 1.24 2019/09/07 10:28:27 schwarze Exp $ .\" $OpenBSD: stat.1,v 1.25 2026/01/18 14:18:22 schwarze Exp $
.\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $ .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $
.\" .\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: September 7 2019 $ .Dd $Mdocdate: January 18 2026 $
.Dt STAT 1 .Dt STAT 1
.Os .Os
.Sh NAME .Sh NAME
@@ -468,7 +468,6 @@ Apr 24 16:47:35 2002 /tmp/foo
.Xr file 1 , .Xr file 1 ,
.Xr ls 1 , .Xr ls 1 ,
.Xr readlink 1 , .Xr readlink 1 ,
.Xr lstat 2 ,
.Xr readlink 2 , .Xr readlink 2 ,
.Xr stat 2 , .Xr stat 2 ,
.Xr printf 3 , .Xr printf 3 ,