diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-29 17:38:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-29 17:38:39 +0000 |
commit | 64de40e30bb9e7abfe62be2c3f5485f87e13852b (patch) | |
tree | be626b2bf02faafd9c26e65cb8e45a6b2a893e0a /bin | |
parent | ea398ade476b9d0c4c27aeecd4e2ba97753c074f (diff) |
Typo; Brian Poole
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ln/ln.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 58533a4ada0..d07fb5cf1dd 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ln.1,v 1.17 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: ln.1,v 1.18 2002/04/29 17:38:38 millert Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -49,7 +49,7 @@ .Ar source_file .Op Ar target_file .Nm ln -.Op Fl fs +.Op Fl fhns .Ar source_file ... .Op Ar target_dir .Sh DESCRIPTION @@ -74,7 +74,7 @@ Unlink any already existing file, permitting the link to occur. If the target is a symlink to a directory, do not descend into it. .It Fl n An alias for -.Fn h +.Fl h for compatibility with other operating systems. .It Fl s Create a symbolic link. |