DragonFly commits List (threaded) for 2009-01
DragonFly BSD
DragonFly commits List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.1.1.482.g19fe1 master bin/chmod chmod.1 bin/cp cp.1 bin/dd dd.1 bin/echo echo.1 bin/kill kill.1 bin/mkdir mkdir.1 bin/mv mv.1 bin/pwd pwd.1 realpath.1 bin/sleep sleep.1 bin/stty stty.1 sbin/hammer hammer.8 sbin/kldload kldload.8 sbin/nfsiod nfsiod.8 sbin/route route.8 share/examples/mdoc example.1 share/misc mdoc.template usr.bin/asa asa.1 usr.bin/column column.1 usr.bin/comm comm.1 usr.bin/compress compress.1 usr.bin/csplit csplit.1 usr.bin/expand expand.1 usr.bin/getconf getconf.1 usr.bin/head head.1 usr.bin/hexdump hexdump.1 od.1 usr.bin/iconv iconv.1 usr.bin/id groups.1 id.1 whoami.1 usr.bin/join join.1 usr.bin/jot jot.1 usr.bin/locale locale.1 usr.bin/logger logger.1 usr.bin/logname logname.1 usr.bin/mkfifo mkfifo.1 usr.bin/nl nl.1 usr.bin/paste paste.1 usr.bin/pathchk pathchk.1 usr.bin/printenv printenv.1 usr.bin/printf printf.1 usr.bin/stat stat.1 usr.bin/tabs tabs.1 usr.bin/tail tail.1 usr.bin/tee tee.1 usr.bin/touch touch.1 usr.bin/tr tr.1 usr.bin/truncate truncate.1 usr.bin/uname uname.1 usr.bin/uniq uniq.1 usr.bin/wc wc.1 usr.bin/who who.1 usr.bin/xinstall install.1 usr.sbin/ac ac.8 usr.sbin/btxld btxld.8 usr.sbin/chown chgrp.1 chown.8 usr.sbin/kgzip kgzip.8 usr.sbin/makewhatis makewhatis.8 usr.sbin/mtree mtree.8 usr.sbin/ngctl ngctl.8 usr.sbin/rtadvd rtadvd.8 usr.sbin/rtsold rtsold.8 usr.sbin/sa sa.8


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Jan 2009 01:17:33 -0800 (PST)

commit 19fe1c42bd0adf943c2cc146b0978180ebd026de
Author: Sascha Wildner <saw@online.de>
Date:   Sat Jan 31 10:17:02 2009 +0100

    manpages: Split DIAGNOSTICS into EXIT STATUS and DIAGNOSTICS.
    
    DIAGNOSTICS shall have information about diagnostic messages while
    exit code information (.Ex macro) goes to EXIT STATUS.
    
    Inspired-by: FreeBSD

Summary of changes:
 bin/chmod/chmod.1                |    4 ++--
 bin/cp/cp.1                      |    2 +-
 bin/dd/dd.1                      |    2 +-
 bin/echo/echo.1                  |    2 +-
 bin/kill/kill.1                  |    4 ++--
 bin/mkdir/mkdir.1                |    2 +-
 bin/mv/mv.1                      |    2 +-
 bin/pwd/pwd.1                    |    2 +-
 bin/pwd/realpath.1               |    2 +-
 bin/sleep/sleep.1                |    4 ++--
 bin/stty/stty.1                  |    2 +-
 sbin/hammer/hammer.8             |    4 ++--
 sbin/kldload/kldload.8           |    2 +-
 sbin/nfsiod/nfsiod.8             |    2 +-
 sbin/route/route.8               |    4 ++--
 share/examples/mdoc/example.1    |    7 ++++---
 share/misc/mdoc.template         |    7 +++++--
 usr.bin/asa/asa.1                |    4 ++--
 usr.bin/column/column.1          |    4 ++--
 usr.bin/comm/comm.1              |    2 +-
 usr.bin/compress/compress.1      |    2 +-
 usr.bin/csplit/csplit.1          |    4 ++--
 usr.bin/expand/expand.1          |    2 +-
 usr.bin/getconf/getconf.1        |    3 ++-
 usr.bin/head/head.1              |    2 +-
 usr.bin/hexdump/hexdump.1        |    4 ++--
 usr.bin/hexdump/od.1             |    2 +-
 usr.bin/iconv/iconv.1            |    2 +-
 usr.bin/id/groups.1              |    2 +-
 usr.bin/id/id.1                  |    2 +-
 usr.bin/id/whoami.1              |    2 +-
 usr.bin/join/join.1              |    2 +-
 usr.bin/jot/jot.1                |    3 ++-
 usr.bin/locale/locale.1          |    2 +-
 usr.bin/logger/logger.1          |    4 ++--
 usr.bin/logname/logname.1        |    2 +-
 usr.bin/mkfifo/mkfifo.1          |    2 +-
 usr.bin/nl/nl.1                  |    2 +-
 usr.bin/paste/paste.1            |    4 ++--
 usr.bin/pathchk/pathchk.1        |    4 ++--
 usr.bin/printenv/printenv.1      |    2 +-
 usr.bin/printf/printf.1          |    2 +-
 usr.bin/stat/stat.1              |    4 ++--
 usr.bin/tabs/tabs.1              |    2 +-
 usr.bin/tail/tail.1              |    2 +-
 usr.bin/tee/tee.1                |    2 +-
 usr.bin/touch/touch.1            |    2 +-
 usr.bin/tr/tr.1                  |    4 ++--
 usr.bin/truncate/truncate.1      |    3 ++-
 usr.bin/uname/uname.1            |    2 +-
 usr.bin/uniq/uniq.1              |    2 +-
 usr.bin/wc/wc.1                  |    4 ++--
 usr.bin/who/who.1                |    2 +-
 usr.bin/xinstall/install.1       |    2 +-
 usr.sbin/ac/ac.8                 |    2 +-
 usr.sbin/btxld/btxld.8           |    2 +-
 usr.sbin/chown/chgrp.1           |    2 +-
 usr.sbin/chown/chown.8           |    2 +-
 usr.sbin/kgzip/kgzip.8           |    2 +-
 usr.sbin/makewhatis/makewhatis.8 |    2 +-
 usr.sbin/mtree/mtree.8           |    4 ++--
 usr.sbin/ngctl/ngctl.8           |    2 +-
 usr.sbin/rtadvd/rtadvd.8         |    2 +-
 usr.sbin/rtsold/rtsold.8         |    2 +-
 usr.sbin/sa/sa.8                 |    2 +-
 65 files changed, 91 insertions(+), 84 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19fe1c42bd0adf943c2cc146b0978180ebd026de


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]