diff options
Diffstat (limited to '')
-rw-r--r-- | man8/sln.8 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH sln 8 2023-01-07 "Linux man-pages 6.05.01" +.TH sln 8 2023-10-31 "Linux man-pages 6.7" .SH NAME sln \- create symbolic links .SH SYNOPSIS @@ -20,13 +20,13 @@ program, it is statically linked. This means that if for some reason the dynamic linker is not working, .B sln can be used to make symbolic links to dynamic libraries. -.PP +.P The command line has two forms. In the first form, it creates .I dest as a new symbolic link to .IR source . -.PP +.P In the second form, .I filelist is a list of space-separated pathname pairs, @@ -34,7 +34,7 @@ and the effect is as if .B sln was executed once for each line of the file, with the two pathnames as the arguments. -.PP +.P The .B sln program supports no command-line options. |