Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Update to reflect the constification of the a...
details: https://anonhg.NetBSD.org/src/rev/87c9ecefa7f7
branches: trunk
changeset: 581759:87c9ecefa7f7
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Jun 04 22:49:32 2005 +0000
description:
Update to reflect the constification of the arguments of
ttyldisc_lookup and ttyldisc_remove.
diffstat:
share/man/man9/linedisc.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r c4cf97c2d0cf -r 87c9ecefa7f7 share/man/man9/linedisc.9
--- a/share/man/man9/linedisc.9 Sat Jun 04 22:45:11 2005 +0000
+++ b/share/man/man9/linedisc.9 Sat Jun 04 22:49:32 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: linedisc.9,v 1.9 2003/04/16 13:35:30 wiz Exp $
+.\" $NetBSD: linedisc.9,v 1.10 2005/06/04 22:49:32 uwe Exp $
.\"
.\" Copyright (c) 2000 Christopher G. Demetriou.
.\" All rights reserved.
@@ -45,9 +45,9 @@
.Ft int
.Fn ttyldisc_add "struct linesw *disc" "int no"
.Ft struct linesw *
-.Fn ttyldisc_remove "char *name"
+.Fn ttyldisc_remove "const char *name"
.Ft struct linesw *
-.Fn ttyldisc_lookup "char *name"
+.Fn ttyldisc_lookup "const char *name"
.Sh DESCRIPTION
The
.Nx
Home |
Main Index |
Thread Index |
Old Index