Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2018 08:18:55 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        Mateusz Piotrowski <0mp@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r340722 - head/lib/libbe
Message-ID:  <201811211618.wALGIt0N072613@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201811211122.wALBMiCt071058@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Author: 0mp (ports committer)
> Date: Wed Nov 21 11:22:44 2018
> New Revision: 340722
> URL: https://svnweb.freebsd.org/changeset/base/340722
> 
> Log:
>   libbe(3): Put each error value in separate line.
>   
>   As requested by a TODO in the source code.
>   
>   Reviewed by:	bcr
>   Approved by:	krion (mentor, implicit), mat (mentor, implicit)
>   Differential Revision:	https://reviews.freebsd.org/D18063

Who with a src bit approved the commit to src?

> Modified:
>   head/lib/libbe/libbe.3
> 
> Modified: head/lib/libbe/libbe.3
> ==============================================================================
> --- head/lib/libbe/libbe.3	Wed Nov 21 06:36:15 2018	(r340721)
> +++ head/lib/libbe/libbe.3	Wed Nov 21 11:22:44 2018	(r340722)
> @@ -28,7 +28,7 @@
>  .\"
>  .\" $FreeBSD$
>  .\"
> -.Dd November 17, 2018
> +.Dd November 21, 2018
>  .Dt LIBBE 3
>  .Os
>  .Sh NAME
> @@ -440,30 +440,49 @@ The
>  .Fn be_prop_list_free
>  function will free the property list.
>  .Sh DIAGNOSTICS
> -Upon error, one of the following values will be returned.
> -.\" TODO: make each entry on its own line.
> -.Bd -ragged -offset indent
> -BE_ERR_SUCCESS,
> -BE_ERR_INVALIDNAME,
> -BE_ERR_EXISTS,
> -BE_ERR_NOENT,
> -BE_ERR_PERMS,
> -BE_ERR_DESTROYACT,
> -BE_ERR_DESTROYMNT,
> -BE_ERR_BADPATH,
> -BE_ERR_PATHBUSY,
> -BE_ERR_PATHLEN,
> -BE_ERR_BADMOUNT,
> -BE_ERR_NOORIGIN,
> -BE_ERR_MOUNTED,
> -BE_ERR_NOMOUNT,
> -BE_ERR_ZFSOPEN,
> -BE_ERR_ZFSCLONE,
> -BE_ERR_IO,
> -BE_ERR_NOPOOL,
> -BE_ERR_NOMEM,
> +Upon error, one of the following values will be returned:
> +.Bl -dash -offset indent -compact
> +.It
> +BE_ERR_SUCCESS
> +.It
> +BE_ERR_INVALIDNAME
> +.It
> +BE_ERR_EXISTS
> +.It
> +BE_ERR_NOENT
> +.It
> +BE_ERR_PERMS
> +.It
> +BE_ERR_DESTROYACT
> +.It
> +BE_ERR_DESTROYMNT
> +.It
> +BE_ERR_BADPATH
> +.It
> +BE_ERR_PATHBUSY
> +.It
> +BE_ERR_PATHLEN
> +.It
> +BE_ERR_BADMOUNT
> +.It
> +BE_ERR_NOORIGIN
> +.It
> +BE_ERR_MOUNTED
> +.It
> +BE_ERR_NOMOUNT
> +.It
> +BE_ERR_ZFSOPEN
> +.It
> +BE_ERR_ZFSCLONE
> +.It
> +BE_ERR_IO
> +.It
> +BE_ERR_NOPOOL
> +.It
> +BE_ERR_NOMEM
> +.It
>  BE_ERR_UNKNOWN
> -.Ed
> +.El
>  .Sh SEE ALSO
>  .Xr be 1
>  .Sh HISTORY
> 
> 

-- 
Rod Grimes                                                 rgrimes@freebsd.org



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