Drop a trailing space, and markup an error code.

This commit is contained in:
wiz 2002-06-25 20:28:36 +00:00
parent 7704072be3
commit 10ab13d967
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: suser.9,v 1.1 2002/06/24 22:45:41 gmcgarry Exp $
.\" $NetBSD: suser.9,v 1.2 2002/06/25 20:28:36 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -62,5 +62,6 @@ the ASU flags is set in
to indicate the use of super-powers.
.Pp
.Fn suser
returns zero on success, or EPERM if super-user privilege is
not implied by the credentials.
returns zero on success, or
.Er EPERM
if super-user privilege is not implied by the credentials.