diff options
author | 2012-01-17 08:13:48 +0000 | |
---|---|---|
committer | 2012-01-17 08:13:48 +0000 | |
commit | 25fee5dbc1ffd59e11ae29a2d586de68d398cb53 (patch) | |
tree | 3091969aed44ee649e1f546b13ff40512416805d | |
parent | fix SEE ALSO; (diff) | |
download | wireguard-openbsd-25fee5dbc1ffd59e11ae29a2d586de68d398cb53.tar.xz wireguard-openbsd-25fee5dbc1ffd59e11ae29a2d586de68d398cb53.zip |
tweak previous;
-rw-r--r-- | usr.bin/fmt/fmt.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 068e1ecee7d..818616d4957 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmt.1,v 1.24 2012/01/17 04:26:28 lum Exp $ +.\" $OpenBSD: fmt.1,v 1.25 2012/01/17 08:13:48 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -149,7 +149,7 @@ evening the lines: .Ex -std The latter happens with invalid options, insufficient memory, or when an input file is not found or not readable. -The >0 exit value is the sum of all errors up to a maximum of 127, +The >0 exit value is the sum of all errors up to a maximum of 127; more errors may occur but the counter will only increment to this number. .Sh SEE ALSO .Xr indent 1 , |