[Midnightbsd-cvs] src: builtin.1: last commit of the evening :) Fix a few problems with

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 28 23:16:35 EDT 2009


Log Message:
-----------
last commit of the evening :)

Fix a few problems with this man page in relation to the new mksh(1) as /bin/sh change.  The list needs to be revised for mksh features and missing ashisms.

Modified Files:
--------------
    src/share/man/man1:
        builtin.1 (r1.3 -> r1.4)

-------------- next part --------------
Index: builtin.1
===================================================================
RCS file: /home/cvs/src/share/man/man1/builtin.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -L share/man/man1/builtin.1 -L share/man/man1/builtin.1 -u -r1.3 -r1.4
--- share/man/man1/builtin.1
+++ share/man/man1/builtin.1
@@ -1,4 +1,4 @@
-.\"
+.\" Copyright (c) 2009 Lucas Holt
 .\" Copyright (c) 1999 Sheldon Hearn
 .\"
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" $FreeBSD: src/share/man/man1/builtin.1,v 1.28 2006/12/26 22:25:58 ru Exp $
 .\" $MidnightBSD$
 .\"
-.Dd November 11, 2008
+.Dd March 27, 2009
 .Dt BUILTIN 1
 .Os
 .Sh NAME
@@ -111,7 +111,6 @@
 .Nm setenv ,
 .Nm settc ,
 .Nm setty ,
-.Nm setvar ,
 .Nm shift ,
 .Nm source ,
 .Nm stop ,
@@ -194,7 +193,7 @@
 but are implemented as scripts using a builtin command of the same name.
 .Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent
 .It Xo
-.Em "Command	External" Ta Xr csh 1 Ta Xr sh 1
+.Em "Command	External" Ta Xr csh 1 Ta Xr mksh 1
 .Xc
 .It Ic ! Ta \&No Ta \&No Ta Yes
 .It Ic % Ta \&No Ta Yes Ta \&No
@@ -276,7 +275,6 @@
 .It Ic setenv Ta \&No Ta Yes Ta \&No
 .It Ic settc Ta \&No Ta Yes Ta \&No
 .It Ic setty Ta \&No Ta Yes Ta \&No
-.It Ic setvar Ta \&No Ta \&No Ta Yes
 .It Ic shift Ta \&No Ta Yes Ta Yes
 .It Ic source Ta \&No Ta Yes Ta \&No
 .It Ic stop Ta \&No Ta Yes Ta \&No
@@ -311,11 +309,11 @@
 .Xr info 1 ,
 .Xr kill 1 ,
 .Xr login 1 ,
+.Xr mksh 1,
 .Xr nice 1 ,
 .Xr nohup 1 ,
 .Xr printenv 1 ,
 .Xr pwd 1 ,
-.Xr sh 1 ,
 .Xr test 1 ,
 .Xr time 1 ,
 .Xr true 1 ,
@@ -325,6 +323,14 @@
 .Nm
 manual page first appeared in
 .Fx 3.4 .
+Several commands, including setvar, are no longer present as the
+default /bin/sh changed to
+.Xr mksh 1
+in
+.Mx 0.3 .
 .Sh AUTHORS
 This manual page was written by
-.An Sheldon Hearn Aq sheldonh at FreeBSD.org .
+.An Sheldon Hearn Aq sheldonh at FreeBSD.org 
+and revised for 
+.Mx 0.3
+by .An Lucas Holt Aq luke at MidnightBSD.org .


More information about the Midnightbsd-cvs mailing list