diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-12 10:47:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-12 10:47:18 +0000 |
commit | f5da3f584b0eecee31df7eb68cf7f506b326348a (patch) | |
tree | 4650ea70f9a2347fb29da7531837c23bfc907bf6 | |
parent | 5771d0193b75cdb0d22c2c32278a711e2bfde5fd (diff) | |
download | coreutils-f5da3f584b0eecee31df7eb68cf7f506b326348a.tar.xz |
*** empty log message ***
-rw-r--r-- | man/link.x | 4 | ||||
-rw-r--r-- | man/unlink.x | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/man/link.x b/man/link.x new file mode 100644 index 000000000..374d6436e --- /dev/null +++ b/man/link.x @@ -0,0 +1,4 @@ +[NAME] +link \- call the link function to create a link to a file +[DESCRIPTION] +.\" Add any additional description here diff --git a/man/unlink.x b/man/unlink.x new file mode 100644 index 000000000..30366279b --- /dev/null +++ b/man/unlink.x @@ -0,0 +1,4 @@ +[NAME] +unlink \- call the unlink function to remove the specified file +[DESCRIPTION] +.\" Add any additional description here |