summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cut/cut.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index f026872b261..7d282b84e26 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cut.1,v 1.19 2012/06/10 06:22:56 jmc Exp $
+.\" $OpenBSD: cut.1,v 1.20 2014/02/01 22:47:49 sobrado Exp $
.\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)cut.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: June 10 2012 $
+.Dd $Mdocdate: February 1 2014 $
.Dt CUT 1
.Os
.Sh NAME
@@ -125,7 +125,7 @@ pairs:
.Pp
Show the names and login times of logged in users:
.Pp
-.Dl "$ who | cut -c 1-16,26-38"
+.Dl "$ who | cut -c 1-8,18-30"
.Sh SEE ALSO
.Xr paste 1
.Sh STANDARDS