Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2001 10:33:59 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man1 builtin.1 src/bin/sh Makefile builtins.def sh.1 src/usr.bin/printf printf.1
Message-ID:  <200111201833.fAKIXxu79722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/11/20 10:33:59 PST

  Modified files:
    share/man/man1       builtin.1 
    bin/sh               Makefile builtins.def sh.1 
    usr.bin/printf       printf.1 
  Log:
  Remove the printf builtin command from sh(1), which command is not
  used so often that it's worth keeping it as a builtin.
  
  Now that all the printf invocations from within the system startup
  scripts, we can safely remove it.
  
  Urged by:       sheldonh  :)
  
  No MFC is planned so far because it may break compatibility and
  violate POLA.
  
  Revision  Changes    Path
  1.32      +2 -3      src/bin/sh/Makefile
  1.9       +1 -1      src/bin/sh/builtins.def
  1.57      +2 -6      src/bin/sh/sh.1
  1.16      +0 -3      src/share/man/man1/builtin.1
  1.16      +1 -11     src/usr.bin/printf/printf.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111201833.fAKIXxu79722>