diff options
author | knu <knu@FreeBSD.org> | 2001-11-20 13:05:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-20 13:05:53 +0000 |
commit | e4456a6cc58e721b555e7d8045caf1bf913e8d98 (patch) | |
tree | 28dd6dcf737a76e6ffeaf589ab1bfc61e8a52d1b | |
parent | 78d7a09422d5b05d5799a03d13c8a21ab9931ee4 (diff) | |
download | FreeBSD-src-e4456a6cc58e721b555e7d8045caf1bf913e8d98.zip FreeBSD-src-e4456a6cc58e721b555e7d8045caf1bf913e8d98.tar.gz |
Add false(1), test(1) and true(1) cross-references.
Pointed out by: sheldonh
-rw-r--r-- | share/man/man1/builtin.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index b4e5280..b54a0ee 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -272,6 +272,7 @@ with the other shells. .Sh SEE ALSO .Xr csh 1 , .Xr echo 1 , +.Xr false 1 , .Xr kill 1 , .Xr login 1 , .Xr nice 1 , @@ -280,7 +281,9 @@ with the other shells. .Xr printf 1 , .Xr pwd 1 , .Xr sh 1 , +.Xr test 1 , .Xr time 1 , +.Xr true 1 , .Xr which 1 .Sh HISTORY The |