summaryrefslogtreecommitdiff
path: root/usr.bin/getent
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-02-12 17:23:26 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-02-12 17:23:26 +0000
commit1fef4162b8be91b923b8cbecdf35ce8f72c0a3c3 (patch)
tree4faabfbfcb844a1c1985444883b2843464dce3f0 /usr.bin/getent
parent7e9cec8051927d6d8014fc37932aa4efd9688c54 (diff)
mark up fixed strings to be passed as command line arguments using .Cm;
from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'usr.bin/getent')
-rw-r--r--usr.bin/getent/getent.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1
index 07cabbc17ad..e0646905c6a 100644
--- a/usr.bin/getent/getent.1
+++ b/usr.bin/getent/getent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getent.1,v 1.10 2011/08/19 19:59:51 jmc Exp $
+.\" $OpenBSD: getent.1,v 1.11 2014/02/12 17:23:25 schwarze Exp $
.\" $NetBSD: getent.1,v 1.13 2005/09/11 23:16:15 wiz Exp $
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 19 2011 $
+.Dd $Mdocdate: February 12 2014 $
.Dt GETENT 1
.Os
.Sh NAME
@@ -77,12 +77,12 @@ arguments are provided, they will be looked up in
.Ar database
using the appropriate function.
For example,
-.Sy passwd
+.Cm passwd
supports a numeric UID or user name;
-.Sy hosts
+.Cm hosts
supports an IPv4 address, IPv6 address, or host name;
and
-.Sy services
+.Cm services
supports a service name, service name/protocol name, numeric port, or
numeric port/protocol name.
.Pp