diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-08 16:23:56 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-08 16:23:56 +0000 |
commit | 5aae6a9c86646ff14d4b817228934c1f834bdaf9 (patch) | |
tree | b533b48767a806dede9ec8522d01ef8514c7280e /share/man | |
parent | e866411f1020e54c0fef7984833446954dece6ab (diff) | |
download | FreeBSD-src-5aae6a9c86646ff14d4b817228934c1f834bdaf9.zip FreeBSD-src-5aae6a9c86646ff14d4b817228934c1f834bdaf9.tar.gz |
Remove the MLINKS entry for cwd, since it's no longer listed in the
builtin.1 page.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 1be6213..5d49b21 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -8,7 +8,7 @@ MAN1= builtin.1 intro.1 MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 \ builtin.1 break.1 builtin.1 breaksw.1 builtin.1 case.1 \ builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \ - builtin.1 continue.1 builtin.1 cwd.1 builtin.1 default.1 \ + builtin.1 continue.1 builtin.1 default.1 \ builtin.1 dirs.1 builtin.1 do.1 builtin.1 done.1 \ builtin.1 elif.1 builtin.1 else.1 \ builtin.1 end.1 builtin.1 endif.1 builtin.1 endsw.1 \ |