pwd(1): Add EXAMPLES section

Small EXAMPLES section.

Add reference to realpath(1) due to similarity.

Approved by:	manpages (gbe@)
Differential Revision:		https://reviews.freebsd.org/D26862
This commit is contained in:
Fernando Apesteguía 2020-10-24 16:42:35 +00:00
parent f7585b288b
commit 64e352c6df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367012

View File

@ -32,7 +32,7 @@
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\" $FreeBSD$
.\"
.Dd October 5, 2016
.Dd October 24, 2020
.Dt PWD 1
.Os
.Sh NAME
@ -74,10 +74,30 @@ Logical current working directory.
.El
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
Show current working directory with symbolic links resolved:
.Bd -literal -offset indent
$ /bin/pwd
/usr/home/fernape
.Ed
.Pp
Show the logical current directory.
Then use
.Xr file 1
to inspect the
.Pa /home
directory:
.Bd -literal -offset indent
$ /bin/pwd -L
/home/fernape
$ file /home
/home: symbolic link to usr/home
.Ed
.Sh SEE ALSO
.Xr builtin 1 ,
.Xr cd 1 ,
.Xr csh 1 ,
.Xr realpath 1 ,
.Xr sh 1 ,
.Xr getcwd 3
.Sh STANDARDS