From owner-freebsd-current@freebsd.org Wed Jun 7 09:30:39 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F6E1BFFB21 for ; Wed, 7 Jun 2017 09:30:39 +0000 (UTC) (envelope-from henry.vogt@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 002CA68E4A for ; Wed, 7 Jun 2017 09:30:38 +0000 (UTC) (envelope-from henry.vogt@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id n195so6904556wmg.1 for ; Wed, 07 Jun 2017 02:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=C5jyhDfyuT1V1V8Upw+DYQ3IsXBpDnPNjkUWDxrWFUQ=; b=cELuJxlDSDHgwODZXAlGjHWsZ2o+o7QZZxPbiK2WsaGbHpxMb2YCdyFSz1tFsb03F+ A9x0weAOhpZGuurVQRH5kVfui+uON5XrlziMKueaVl2yETtwJcmeVbPCWTGkIjiybNcP uAL5YUIitO3A6cUm9ZksPibElwdxMvXF8Dni3h3PA9fIyV9gP7t9XqZo8wvtq07Duw0x XvSu2GhtekBtv8iqP4P0aa1xos/TETwgP8DEVH9oTprCo2/Hie6JCwEwnweGHyQHGCAC 0poJ6dRAY5ECaldiDuifSbNGuANvgMd2See4DldDOR26EDFpIortom73nBniNBd+ClZ1 5Elw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=C5jyhDfyuT1V1V8Upw+DYQ3IsXBpDnPNjkUWDxrWFUQ=; b=dEup9inoDWaAQ7R1PyTcoFcedHYFUCvTNKlxp8n4CNWJX0Y+vXhSiuxgbnIDiMLF+Y CauV9sbqtGQyREt2TpXR/XgMWTN6ZJ/NXJKrD4GS8Pb2F+qSgFc2V4v/GMz3Bjjprcf/ VXWKT9447cZMDRDJyqCZDlXNWb7Gg77PXWUpoRh0pQMvB+UWTfuK3GdLs7RmTA7cuOc1 Pi0/Uzhp+aeAVb4hpnlTysZFiNQJBM3n8O10pqzY5gooXE1enxQpsM1l4MJZMtgm75af R6Hi0tMwL4xNZdhmvwFgHQsTxj615cPPE1ydQS8PtVmh3VhRZL/5cZrK98liXa7QudU7 +hZg== X-Gm-Message-State: AODbwcDhN6YNoo8X6Q21F7VAzrZ5jeUzthrWGo13HlFp9wm86no/laoe fswRC+bBvnxLkjHj X-Received: by 10.80.158.99 with SMTP id z90mr12746431ede.144.1496827837339; Wed, 07 Jun 2017 02:30:37 -0700 (PDT) Received: from woody.local (p4FE76B3F.dip0.t-ipconnect.de. [79.231.107.63]) by smtp.googlemail.com with ESMTPSA id f48sm748759eda.42.2017.06.07.02.30.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Jun 2017 02:30:36 -0700 (PDT) Subject: Re: [sed] command failure? Porting a project to FreeBSD To: freebsd-current@freebsd.org References: From: Henry Vogt Message-ID: <5d82dba3-3860-8a74-5d59-1d69738411f2@gmail.com> Date: Wed, 7 Jun 2017 11:30:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2017 09:30:39 -0000 Am 07.06.17 um 11:06 schrieb Jov: > I don't think there is. > Man page of FreeBSD tool may have a section of STANDARDS and/or > COMPATIBILITY, but it does not list all the difference with GNU version. Greg Leheys 'Porting Unix Software' published by O'Reilly and later re-released under Creative Commons, exists for 20 years. Some bits may be outdated, but still useful. Best Henry -- Henry Vogt