Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/link.2
| Show All 26 Lines | |||||
| .\" | .\" | ||||
| .Dd March 30, 2021 | .Dd March 30, 2021 | ||||
| .Dt LINK 2 | .Dt LINK 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm link , | .Nm link , | ||||
| .Nm linkat | .Nm linkat | ||||
| .Nd make a hard file link | .Nd make a hard file link | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft int | .Ft int | ||||
| .Fn link "const char *name1" "const char *name2" | .Fn link "const char *name1" "const char *name2" | ||||
| .Ft int | .Ft int | ||||
| .Fo linkat | .Fo linkat | ||||
| .Fa "int fd1" "const char *name1" "int fd2" "const char *name2" "int flag" | .Fa "int fd1" "const char *name1" "int fd2" "const char *name2" "int flag" | ||||
| .Fc | .Fc | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| ▲ Show 20 Lines • Show All 271 Lines • Show Last 20 Lines | |||||