diff options
author | 1999-07-21 19:21:44 +0000 | |
---|---|---|
committer | 1999-07-21 19:21:44 +0000 | |
commit | 6a02d4125fa47883d0e34c00de9534cada7b68bb (patch) | |
tree | 0dccf5b3e4ee8005df8232e2164fa71e88a48e65 | |
parent | Add missing hosts_ctl() prototype. (diff) | |
download | wireguard-openbsd-6a02d4125fa47883d0e34c00de9534cada7b68bb.tar.xz wireguard-openbsd-6a02d4125fa47883d0e34c00de9534cada7b68bb.zip |
sounds better
-rw-r--r-- | usr.bin/head/head.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 274eb54c185..0883fb2d872 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.4 1999/07/21 13:19:20 aaron Exp $ +.\" $OpenBSD: head.1,v 1.5 1999/07/21 19:21:44 aaron Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -53,9 +53,7 @@ utility copies the first lines of each specified .Ar file to the standard output. -If no -.Ar file -is given, +If no files are named, .Nm copies lines from the standard input. If |