git: env(1) - Sync with FreeBSD

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sat Aug 17 09:47:14 PDT 2019


commit 490834b26602383197548b6d42fe2047a451baf2
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Sat Aug 17 17:59:46 2019 +0200

    env(1) - Sync with FreeBSD
    
    - There have been almost no changes since it was first imported.
    - Now it has its own manpage

Summary of changes:
 usr.bin/env/Makefile                               |   6 +-
 usr.bin/env/env.1                                  | 480 +++++++++++++++++++++
 usr.bin/env/env.c                                  |  80 +++-
 usr.bin/env/envopts.c                              | 467 ++++++++++++++++++++
 .../skimprintcap.h => usr.bin/env/envopts.h        |  23 +-
 5 files changed, 1020 insertions(+), 36 deletions(-)
 create mode 100644 usr.bin/env/env.1
 create mode 100644 usr.bin/env/envopts.c
 copy usr.sbin/lpr/chkprintcap/skimprintcap.h => usr.bin/env/envopts.h (68%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/490834b26602383197548b6d42fe2047a451baf2


-- 
DragonFly BSD source repository



More information about the Commits mailing list