diff options
author | ru <ru@FreeBSD.org> | 2006-10-13 20:37:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-10-13 20:37:23 +0000 |
commit | 882e8f1bcfe05b6782d0e08e3715eea92378fd2f (patch) | |
tree | 959456815e6fa108bc48cebf47ced1e8b89f05e0 /share/man/man1 | |
parent | 113e32ee7339ab12ef20d2906ba91b07e2e20b00 (diff) | |
download | FreeBSD-src-882e8f1bcfe05b6782d0e08e3715eea92378fd2f.zip FreeBSD-src-882e8f1bcfe05b6782d0e08e3715eea92378fd2f.tar.gz |
Make the SYNOPSIS section more meaningful.
PR: docs/85066
Submitted by: Gary W. Swearingen
MFC after: 3 days
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/builtin.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index 094893b..c5a47db 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 4, 2005 +.Dd October 14, 2006 .Dt BUILTIN 1 .Os .Sh NAME @@ -139,9 +139,7 @@ .Nm while .Nd shell built-in commands .Sh SYNOPSIS -.Nm -.Op Fl options -.Op Ar args ... +See the built-in command description in the appropriate shell manual page. .Sh DESCRIPTION Shell builtin commands are commands that can be executed within the running shell's process. |