commit: 3d2e95f7050440ce40c2fdffdcadea4ba6514f50
parent b1864e5b6113c1d9d8d6b53e912431ec22bac54c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 6 Jun 2025 08:08:29 +0200
man1x/realpath.1x: part of POSIX.1-2024
Diffstat:
1 file changed, 0 insertions(+), 41 deletions(-)
diff --git a/man1x/realpath.1x b/man1x/realpath.1x
@@ -1,41 +0,0 @@
-.\" This file is part of Cross Unix Documentation
-.\" Copyright © 2019-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-.\" SPDX-License-Identifier: CC-BY-4.0
-.Dd 2021-08-26
-.Dt REALPATH 1x
-.Os
-.Sh PROLOG
-This manual page is part of
-.Lk https://hacktivis.me/git/cross-unix-documentation "Cross-Unix Documentation"
-which is an attempt to provide documentation of similarities and (noteworthy) differencies between Unix-like systems.
-To be used as an addition to the POSIX standard.
-.Sh NAME
-.Nm realpath
-.Nd print the resolved absolute paths
-.Sh SYNOPSIS
-.Ss FreeBSD, GNU
-.Nm
-.Op Fl q
-.Ar path ...
-.Ss BusyBox
-.Nm
-.Ar file ...
-.Ss NetBSD, OpenBSD
-Absent
-.Sh DESCRIPTION
-.Nm
-prints the resolved absolute file name.
-If
-.Fl q
-is specified, less warnings or error messages will be printed.
-.Pp
-Warning: Behavior might be widely different between implementations.
-.Sh SOURCE
-.Fx 13.0 ,
-.Nx 9.2 ,
-.Ox 6.9
-.Sh SEE ALSO
-.Xr readlink 1 ,
-.Xr realpath 3p
-.Sh AUTHORS
-.An Haelwenn (lanodan) Monnier Aq Mt contact+c-u-d@hacktivis.me