Use Ex.
This commit is contained in:
parent
fc624c4a0a
commit
39b251a71c
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cat.1,v 1.39 2017/07/03 21:33:22 wiz Exp $
|
||||
.\" $NetBSD: cat.1,v 1.40 2017/07/04 06:46:51 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -121,9 +121,7 @@ Non-ascii characters (with the high bit set) are printed as
|
|||
(for meta) followed by the character for the low 7 bits.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
utility exits 0 on success, and >0 if an error occurs.
|
||||
.Ex -std cat
|
||||
.Sh EXAMPLES
|
||||
The command:
|
||||
.Bd -literal -offset indent
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: chmod.1,v 1.27 2017/07/03 21:33:22 wiz Exp $
|
||||
.\" $NetBSD: chmod.1,v 1.28 2017/07/04 06:47:27 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -113,9 +113,7 @@ option had been specified.
|
|||
Only the owner of a file or the super-user is permitted to change
|
||||
the mode of a file.
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
utility exits 0 on success, and >0 if an error occurs.
|
||||
.Ex -std chmod
|
||||
.Sh MODES
|
||||
Modes may be absolute or symbolic.
|
||||
An absolute mode is an octal number constructed by
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dd.1,v 1.33 2017/07/03 21:33:22 wiz Exp $
|
||||
.\" $NetBSD: dd.1,v 1.34 2017/07/04 06:48:15 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -476,9 +476,7 @@ in the same format as the standard completion message and
|
|||
.Nm
|
||||
will exit.
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
utility exits 0 on success and >0 if an error occurred.
|
||||
.Ex -std dd
|
||||
.Sh EXAMPLES
|
||||
To print summary information in human-readable form:
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: echo.1,v 1.16 2017/07/03 21:33:23 wiz Exp $
|
||||
.\" $NetBSD: echo.1,v 1.17 2017/07/04 06:48:41 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -55,9 +55,7 @@ The following option is available:
|
|||
Do not print the trailing newline character.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
utility exits 0 on success, and >0 if an error occurs.
|
||||
.Ex -std echo
|
||||
.Sh SEE ALSO
|
||||
.Xr printf 1
|
||||
.Sh STANDARDS
|
||||
|
|
Loading…
Reference in New Issue