From b52bc84da91a2bd950dd60a745fca6d0a3927eb0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 26 Dec 2008 21:02:28 +0000 Subject: [PATCH] Sort errors. --- lib/libutil/pw_getconf.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libutil/pw_getconf.3 b/lib/libutil/pw_getconf.3 index 4e2978905c18..cc77c23212be 100644 --- a/lib/libutil/pw_getconf.3 +++ b/lib/libutil/pw_getconf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pw_getconf.3,v 1.10 2008/12/26 00:49:28 christos Exp $ +.\" $NetBSD: pw_getconf.3,v 1.11 2008/12/26 21:02:28 wiz Exp $ .\" .\" Copyright 1997 Niels Provos .\" All rights reserved. @@ -94,15 +94,15 @@ and .Fn pw_getpwconf will fail if: .Bl -tag -width Er +.It Bq Er ENOENT +There is no option named +.Pa option +in the specified key. .It Bq Er ENOTDIR There is no key in .Pa /etc/passwd.conf named .Pa key . -.It Bq Er ENOENT -There is no option named -.Pa option -in the specified key. .El .Sh SEE ALSO .Xr passwd 5 ,