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
|
.\" Copyright (c) 1989, 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" 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.
|
(for meta) followed by the character for the low 7 bits.
|
||||||
.El
|
.El
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
The
|
.Ex -std cat
|
||||||
.Nm
|
|
||||||
utility exits 0 on success, and >0 if an error occurs.
|
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
The command:
|
The command:
|
||||||
.Bd -literal -offset indent
|
.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
|
.\" Copyright (c) 1989, 1990, 1993, 1994
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" 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
|
Only the owner of a file or the super-user is permitted to change
|
||||||
the mode of a file.
|
the mode of a file.
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
The
|
.Ex -std chmod
|
||||||
.Nm
|
|
||||||
utility exits 0 on success, and >0 if an error occurs.
|
|
||||||
.Sh MODES
|
.Sh MODES
|
||||||
Modes may be absolute or symbolic.
|
Modes may be absolute or symbolic.
|
||||||
An absolute mode is an octal number constructed by
|
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
|
.\" Copyright (c) 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" 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
|
.Nm
|
||||||
will exit.
|
will exit.
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
The
|
.Ex -std dd
|
||||||
.Nm
|
|
||||||
utility exits 0 on success and >0 if an error occurred.
|
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
To print summary information in human-readable form:
|
To print summary information in human-readable form:
|
||||||
.Pp
|
.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
|
.\" Copyright (c) 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" 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.
|
Do not print the trailing newline character.
|
||||||
.El
|
.El
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
The
|
.Ex -std echo
|
||||||
.Nm
|
|
||||||
utility exits 0 on success, and >0 if an error occurs.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr printf 1
|
.Xr printf 1
|
||||||
.Sh STANDARDS
|
.Sh STANDARDS
|
||||||
|
|
Loading…
Reference in New Issue